mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
fa92f0d13f
`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).
19 lines
702 B
JSON
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"
|
|
}
|
|
}
|