Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Silverstripe googlesitemaps module


Go to End


3 Posts   950 Views

Avatar
Neelam

Community Member, 15 Posts

24 March 2013 at 3:31am

I have installed the google sitemaps module for SilverStripe 3.0 from

https://github.com/silverstripe-labs/silverstripe-googlesitemaps

I am able to see the sitemap generated by the module...I read that this module notifies Google of any modified or new pages

But for the first time do we have to submit the XML to Google for indexing or even this is done by the module?

Avatar
Willr

Forum Moderator, 5523 Posts

26 March 2013 at 8:05pm

You should submit your XML to google, the module won't to that unless you turn on pinging.

Avatar
Neelam

Community Member, 15 Posts

28 March 2013 at 4:37am

I have added this to mysite/_config/googlesitemaps.yml (referring https://github.com/silverstripe-labs/silverstripe-googlesitemaps/blob/master/docs/en/index.md)

---
Name: customgooglesitemaps
After: googlesitemaps
---
GoogleSitemap:
enabled: true
google_notification_enabled: true