silverstripe/googlesitemaps
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.
Maintainers
Package info
github.com/silverstripe-labs/silverstripe-googlesitemaps
Type:silverstripe-vendormodule
pkg:composer/silverstripe/googlesitemaps
Requires
- php: ^8.1
- silverstripe/framework: ^5
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3
Suggests
None
Provides
None
Conflicts
None
Replaces
BSD-3-Clause 794778ae20f2972d500f479db438b7f516aa1777
- Will Rossiter <will.woop@fullscreen.io>
This package is not auto-updated.
Last update: 2024-10-07 08:06:12 UTC
README
Google Sitemaps Module
👁 Build Status
👁 Version
👁 License
Maintainer Contact
- Will Rossiter (Nickname: wrossiter, willr) will@fullscreen.io
Installation
composer require "wilr/silverstripe-googlesitemaps"
If you're using Silverstripe 5 then version 3 or dev-main will work.
For Silverstripe 4 use the 2.x branch line.
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
- Flush this route to ensure the changes take effect (e.g http://yoursite.com/sitemap.xml?flush=1)
