Google Sitemaps module for the SilverStripe CMS
Go to file
Will Rossiter a333b56711
Rename CHANGELOG to CHANGELOG.md
2020-11-19 12:00:42 +13:00
_config Vendorize and add namespaces 2017-10-20 09:05:18 +13:00
css added a way to include any images displayed on the pages to the google site maps and updated the XSL to show them on the screen. 2018-03-06 17:48:03 +00: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 Create sl.yml 2020-09-10 16:04:01 +02:00
src Merge pull request #170 from xini/fix-priority-calculations 2020-11-19 11:34:29 +13:00
templates updated namespace on xml template 2018-09-25 13:20:49 +12:00
tests If invokeWithExtensions returns an empty array, don't override 2019-04-30 15:45:39 +12: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 Remove explicit standard 2020-02-12 11:35:24 +13:00
.upgrade.yml add .upgrade.yml for SilverStripe upgrader 2020-06-03 15:58:13 +01:00
CHANGELOG.md Rename CHANGELOG to CHANGELOG.md 2020-11-19 12:00:42 +13:00
LICENSE Update LICENSE 2020-02-12 11:10:45 +13:00
README.md Remove link to helpful robot 2019-04-30 15:52:03 +12:00
code-of-conduct.md Added standard code of conduct file 2016-02-15 14:09:11 +13:00
composer.json Add replace 2018-05-22 12:58:09 +12: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

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