mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
Updated out of date info on notifying Google
This commit is contained in:
parent
092b2e10ae
commit
3a3de779af
@ -16,10 +16,21 @@
|
|||||||
* By default, Google is not notified, and will pick up your new
|
* By default, Google is not notified, and will pick up your new
|
||||||
* sitemap whenever the GoogleBot visits your website.
|
* sitemap whenever the GoogleBot visits your website.
|
||||||
*
|
*
|
||||||
* Enabling notification of Google after every publish (in your _config.php):
|
* To Enable notification of Google after every publish set google_notification_enabled
|
||||||
|
* to true in the googlesitemaps.yml config file.
|
||||||
|
* This file is usually located in the _config folder of your project folder.
|
||||||
|
* e.g mysite/_config/googlesitemaps.yml
|
||||||
*
|
*
|
||||||
* <example>
|
* <example>
|
||||||
* GoogleSitemap::enable_google_notificaton();
|
* ---
|
||||||
|
* Name: customgooglesitemaps
|
||||||
|
* After: googlesitemaps
|
||||||
|
* ---
|
||||||
|
* GoogleSitemap:
|
||||||
|
* enabled: true
|
||||||
|
* objects_per_sitemap: 1000
|
||||||
|
* google_notification_enabled: true
|
||||||
|
* use_show_in_search: true
|
||||||
* </example>
|
* </example>
|
||||||
*
|
*
|
||||||
* @see http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=34609
|
* @see http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=34609
|
||||||
|
Loading…
Reference in New Issue
Block a user