Skip to content

wilr/silverstripe-googlesitemaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb4a19d · Nov 11, 2024
Feb 13, 2023
Mar 26, 2024
Dec 29, 2023
Mar 26, 2024
Dec 29, 2023
Jan 11, 2021
Apr 8, 2024
Dec 29, 2023
Oct 29, 2023
Dec 16, 2015
Jan 15, 2016
Jul 19, 2023
Jun 3, 2020
Feb 11, 2020
Oct 29, 2023
Nov 11, 2024
Feb 15, 2016
May 18, 2023
Oct 29, 2023
Feb 13, 2023

Google Sitemaps Module

Build Status Version License

Maintainer Contact

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