-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathumbraco-marketplace.json
33 lines (33 loc) · 1.7 KB
/
umbraco-marketplace.json
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
31
32
33
{
"$schema": "https://marketplace.umbraco.com/umbraco-marketplace-schema.json",
"Title": "Blend RobotsTxt",
"AlternatePackageNames": [ "Blend Interactive Robots" ],
"AuthorDetails": {
"Name": "Chase Burandt",
"Description": "Senior Developer and Umbraco Certified Master @ Blend Interactive.",
"Url": "https://www.blendinteractive.com/about/team/chase-burandt/",
"ImageUrl": "https://www.blendinteractive.com/globalassets/images---bios/chase-bio-2022.jpg"
},
"Category": "Developer Tools",
"Description": "robots.txt dynmically generated using the AppSettings and can be configured per environment.",
"DocumentationUrl": "https://github.com/blendinteractive/Blend.RobotsTxt.Umbraco/blob/main/README.md",
"IssueTrackerUrl": "https://github.com/blendinteractive/Blend.RobotsTxt.Umbraco/issues",
"LicenseTypes": [ "Free" ],
"PackageType": "Package",
"PackagesByAuthor": [ "Our.Umbraco.Blend.Sitemap" ],
"Tags": [ "robots", "robots.txt", "blend", "blend-interactive" ],
"Screenshots": [
{
"ImageUrl": "https://raw.githubusercontent.com/blendinteractive/Blend.RobotsTxt.Umbraco/main/Blend.RobotsTxt/Images/appsettings.jpg",
"Caption": "Apply robot settings in appsettings.json or appsettings.*.json files"
},
{
"ImageUrl": "https://raw.githubusercontent.com/blendinteractive/Blend.RobotsTxt.Umbraco/main/Blend.RobotsTxt/Images/robotstxt-onwebsite.jpg",
"Caption": "Example of viewing the robots.txt on the website."
},
{
"ImageUrl": "https://raw.githubusercontent.com/blendinteractive/Blend.RobotsTxt.Umbraco/main/Blend.RobotsTxt/Images/robotstxt-view-source.jpg",
"Caption": "Viewing the source of the robots.txt file on the website."
}
]
}