Wiki ⇒ Tips and Tricks ⇒ Google Sitemaps Verification
Glossary
The Project
Install
Dragonfly admin interface
Dragonfly public view
Dragonfly Themes
Build local server
Running Dragonfly CVS
Tips and Tricks
Rules & Regulations
v9 Developer's Manual
v10 Developer's manual
|
10.9: Google Sitemaps Verification  This applies to DragonflyCMS versions 9.1+ only:
Often the Google sitemap verification process will be rejected - this is due to having Unknown User-Agents activated.
You resolve this by either de-activating the setting or you can add the actual User Agent to your database as follows.
Note: already included in cvs.
| Code:: |
INSERT INTO cms_security_agents (agent_name, agent_fullname, agent_hostname, agent_url, agent_ban, agent_desc) VALUES ('Google-Sitemaps2', 'Google-Sitemaps2/', NULL, NULL, '0', NULL); |
For information purposes only, one Google verification IP address is 66.249.85.85
|
| |
Updated: Monday, March 03, 2008 (01:24:21) by Phoenix Created: Monday, March 03, 2008 (01:18:39) by Phoenix |

|