-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathumbraco-marketplace.json
More file actions
30 lines (30 loc) · 1.32 KB
/
Copy pathumbraco-marketplace.json
File metadata and controls
30 lines (30 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"AuthorDetails": {
"Name": "Rick Butterfield",
"Description": "2× Umbraco MVP & full stack lead software engineer from the UK.",
"Url": "https://rickbutterfield.dev",
"ImageUrl": "https://github.com/rickbutterfield.png"
},
"Category": "Analytics & Insights",
"Description": "First class site crawling and SEO auditing for Umbraco",
"DocumentationUrl": "https://github.com/rickbutterfield/ContentAudit",
"LicenseTypes": [ "Free" ],
"IssueTrackerUrl": "https://github.com/rickbutterfield/ContentAudit/issues",
"PackageType": "Package",
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/ContentAudit/main/.github/assets/screenshot1.png",
"Caption": "The Umbraco backoffice showing the Content Audit dashboard"
},
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/ContentAudit/main/.github/assets/screenshot2.png",
"Caption": "Content Audit can show a breakdown of individual page information"
},
{
"ImageUrl": "https://raw.githubusercontent.com/rickbutterfield/ContentAudit/main/.github/assets/screenshot3.png",
"Caption": "Content Audit comes with issue tracking out of the box, and is extensible by developers"
}
],
"Title": "ContentAudit"
}