silverstripe-googlesitemaps/composer.json
Matt Peel fa92f0d13f Update composer.json
`master` branch of this module no longer works with SS3, due to the Director class being namespaced (so the URL rule no longer matches SS3 sites).
2016-12-23 12:08:14 +13:00

19 lines
702 B
JSON

{
"name": "wilr/silverstripe-googlesitemaps",
"description": "SilverStripe support for the Google Sitemaps XML, enabling Google and other search engines to see all urls on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered quickly.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "googlesitemaps", "seo"],
"homepage": "https://github.com/wilr/silverstripe-googlesitemaps",
"license": "BSD-3-Clause",
"authors": [{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": "^4"
},
"extra": {
"installer-name": "googlesitemaps"
}
}