Closed (won't fix)
Project:
Google Analytics
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 00:02 UTC
Updated:
1 Jun 2009 at 16:53 UTC
I've just discovered http://drupal.org/project/googleverify, a mini-module that eases the setup of Google Webmaster Tools. From the description:
Small module to make using the Google Webmaster Tools site verification easier. Works with both the Meta Tag and the Upload File methods.
The module actually contains only a few lines, most of them are needless. It would be useful if Google Analytics module would implement this functionality (just add two new options in the settings), so the GoogleVerify project could be /dev/null'ed.
Let me know what you think. I'd be willing to provide a patch.
Comments
Comment #1
hass commentedWhat this modules does it already build into XML sitemap module... i think we don't need to implement this in GA, because we don't need this verification. You should install XML sitemap.. and maybe robotstxt or add the sitemap line yourself to your static robots.txt file :-)
Comment #2
darumaki commentedGoogle site verification is inside xml sitemap module ? You sure about that I've never seen this in the module admin pages.
Comment #3
sunIt's not. XMLsitemap has an option to submit the sitemap to various search engines. Google Webmaster Tools is a different application, closely tied to Analytics though.
Comment #4
hass commentedGoogle verify does nothing more then checking for the same google verification code you are using for XML sitemap via filename or header entry. If you add the verification number to xmlsitemap this one is also available for everything else. The URL doesn't change... "/[google verification code].html" if i remember correctly.
We also don't need this google verification code for GA. GA check validates with a correct google analytics ID.
Comment #5
dave reidFYI, I created a much more general solution that works for nearly all search engine verifications: http://drupal.org/project/site_verify. We're ripping the verification code out of xmlsitemap as well in favor of the new module.