Google Sitemaps module for the SilverStripe CMS
Go to file
Robbie Averill 450283bd1b FIX Apply PSR-2 linting ruleset and phpcs configuration 2018-02-15 12:07:20 +13:00
_config Vendorize and add namespaces 2017-10-20 09:05:18 +13:00
css NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
docs Vendorize and add namespaces 2017-10-20 09:05:18 +13:00
images NEW: xsl stylesheet 2012-09-06 21:59:25 +12:00
lang Add italian translation 2016-11-16 02:42:22 +01:00
src FIX Apply PSR-2 linting ruleset and phpcs configuration 2018-02-15 12:07:20 +13:00
templates/Wilr/GoogleSitemaps/Control Vendorize and add namespaces 2017-10-20 09:05:18 +13:00
tests FIX Apply PSR-2 linting ruleset and phpcs configuration 2018-02-15 12:07:20 +13:00
xsl Update tests 2017-10-20 11:16:53 +13: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 Add phpcs to travis build 2018-01-18 18:40:29 +13: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 Update readme.md 2017-07-31 08:05:52 +12:00
code-of-conduct.md Added standard code of conduct file 2016-02-15 14:09:11 +13:00
composer.json FIX Add phpcs to dev requirements to fix CI builds 2018-02-15 11:04:19 +13:00
phpcs.xml.dist FIX Apply PSR-2 linting ruleset and phpcs configuration 2018-02-15 12:07:20 +13:00
phpunit.xml.dist Update tests 2017-10-20 11:16:53 +13:00

README.md

Google Sitemaps Module

Build Status Version License helpfulrobot

Maintainer Contact

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