silverstripe-googlesitemaps/composer.json

19 lines
702 B
JSON
Raw Normal View History

2012-12-07 23:55:46 +01:00
{
2016-09-12 01:47:25 +02:00
"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.",
2012-12-07 23:55:46 +01:00
"type": "silverstripe-module",
"keywords": ["silverstripe", "googlesitemaps", "seo"],
2016-09-12 01:47:25 +02:00
"homepage": "https://github.com/wilr/silverstripe-googlesitemaps",
"license": "BSD-3-Clause",
2012-12-07 23:55:46 +01:00
"authors": [{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": "^4"
2016-09-12 02:10:42 +02:00
},
"extra": {
"installer-name": "googlesitemaps"
}
2013-01-03 22:22:33 +01:00
}