Google Sitemaps module for the SilverStripe CMS
Go to file
Will Rossiter 446140cfbc
Merge pull request #148 from gelysis/1.6
SilverStripe 3.7 tweaks
2018-07-16 16:59:21 +12:00
_config API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
code Implemented official SilverStripe recommendation for version 3.7 regarding the Object/SS_Object 2018-07-16 16:51:00 +12:00
css NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
docs Add support for pinging bing (Fixes #22) 2016-09-17 08:27:16 +12:00
images NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
javascript NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
lang Russian Translation 2016-06-24 00:01:32 +03:00
templates Always use HTTPS for loading external resources 2015-08-26 14:58:46 +12:00
tests Merge branch '1.0' into 1.1 2018-03-07 11:36:15 +00:00
.editorconfig Added standard .editorconfig file 2015-12-17 10:06:07 +13:00
.gitattributes Added standard .gitattributes file 2016-01-15 16:53:11 +13:00
.gitignore API Implement sitemap.xml partitioning (Fixes #9) 2013-01-15 22:29:59 +13:00
.scrutinizer.yml Added standard Scrutinizer config 2016-02-17 05:13:44 +13:00
.travis.yml get tests running 2018-03-07 11:23:19 +00:00
CHANGELOG MINOR: removed will scott as maintainer. BUGFIX: separated decorator file and main file. MINOR updated changelog 2009-08-12 03:51:43 +00:00
LICENSE MINOR: updated documentation with content from wiki. Fixed syntax error in comments which threw apidocs off 2011-04-26 21:17:49 +12:00
README.md Merge branch '1.1' into 1.6 2018-03-07 11:45:24 +00:00
_config.php Implemented official SilverStripe recommendation for version 3.7 regarding the Object/SS_Object 2018-07-16 16:51:00 +12:00
code-of-conduct.md Added standard code of conduct file 2016-02-15 14:09:11 +13:00
composer.json Add support for pinging bing (Fixes #22) 2016-09-17 08:27:16 +12:00

README.md

Google Sitemaps Module

Build Status

Maintainer Contact

Requirements

  • SilverStripe 3.1

Installation

composer require "wilr/silverstripe-googlesitemaps"

Documentation

Provides support for the Sitemaps XML Protocol, enabling Google, Bing and other search engines to index the web pages on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered by Google quickly.

Any new pages published or unpublished on your website automatically update the Sitemap.

The XML Sitemap can be accessed by going to http://yoursite.com/sitemap.xml

Usage Overview

See docs/en for more information about configuring the module.

Troubleshooting