silverstripe-googlesitemaps/README.md

38 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

# Google Sitemaps Module
2017-07-30 22:04:36 +02:00
[![Build Status](http://img.shields.io/travis/wilr/silverstripe-googlesitemaps.svg?style=flat-square)](http://travis-ci.org/wilr/silverstripe-googlesitemaps)
[![Version](http://img.shields.io/packagist/v/wilr/silverstripe-googlesitemaps.svg?style=flat-square)](https://packagist.org/packages/wilr/silverstripe-googlesitemaps)
[![License](http://img.shields.io/packagist/l/wilr/silverstripe-googlesitemaps.svg?style=flat-square)](LICENSE.md)
2013-03-29 10:12:45 +01:00
## Maintainer Contact
2023-10-27 22:23:54 +02:00
- Will Rossiter (Nickname: wrossiter, willr) <will@fullscreen.io>
2015-07-27 05:41:40 +02:00
## Installation
2016-09-26 19:43:00 +02:00
> composer require "wilr/silverstripe-googlesitemaps"
2023-10-27 22:23:54 +02:00
If you're using Silverstripe 5 then version `3` or `dev-main` will work.
2023-07-19 11:38:47 +02:00
For Silverstripe 4 use the `2.x` branch line.
## Documentation
Provides support for the [Sitemaps XML Protocol](http://www.sitemaps.org/protocol.html),
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
2023-10-27 22:23:54 +02:00
- Flush this route to ensure the changes take effect (e.g http://yoursite.com/sitemap.xml?flush=1)