Google Sitemaps module for the SilverStripe CMS
Go to file
Will Rossiter 794778ae20
Merge pull request #198 from somardigital/main
BUG - Pass empty string instead of null when no image exists
2024-04-08 16:04:08 +12:00
.github/workflows chore: migrate to gh actions from travis 2023-02-13 16:27:48 +13:00
_config Removal of ping from google site maps 2024-03-26 14:20:14 +13:00
css Additional styling tweaks 2023-12-29 20:29:05 +13:00
docs Removal of ping from google site maps 2024-03-26 14:20:14 +13:00
images UI refresh 2023-12-29 17:13:43 +13:00
lang add german translation 2021-01-11 14:22:24 +01:00
src BUG - Pass empty string instead of null when no image exists 2024-04-08 15:08:56 +12:00
templates Additional styling tweaks 2023-12-29 20:29:05 +13:00
tests chore: lint 2023-10-29 13:53:26 +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 fix: absolute link (188) 2023-07-19 21:41:47 +12:00
.upgrade.yml add .upgrade.yml for SilverStripe upgrader 2020-06-03 15:58:13 +01:00
LICENSE Update LICENSE 2020-02-12 11:10:45 +13:00
README.md feat: implement Sitemapable (#181) 2023-10-29 13:30:08 +13:00
_config.php feat: implement Sitemapable (#181) 2023-10-29 13:30:08 +13:00
code-of-conduct.md Added standard code of conduct file 2016-02-15 14:09:11 +13:00
composer.json chore: update alias 2023-05-18 19:18:54 +12:00
phpcs.xml.dist feat: implement Sitemapable (#181) 2023-10-29 13:30:08 +13:00
phpunit.xml.dist Add support for silverstripe 5 2023-02-13 14:06:48 +13:00

README.md

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