Nodewords generates the wrong meta tag for the Google Webmaster Tools verification code.
According to Google, the tag should looks like this...
<meta name="google-site-verification" content="<verification_code_here>" />
...but this module generates the following tag:
<meta name="verify-v1" content="<verification_code_here>" />
FWIW, changing "verify-v1" to "google-site-verification" in...
line 52 of site_verification.module
and
line 96 of site_verification.metatags.inc
...did the trick here.
[Edited by KiamLaLuno to show the HTML tags that were not shown]
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 591706_google.patch | 1.27 KB | andypost |
| #1 | 591706_google.patch | 829 bytes | andypost |
Comments
Comment #1
andypostConfirm, and here is the patch
Comment #2
andypostMy patch against DRUPAL-6--1
Comment #3
andypostSuppose hook_nodewords_tags_info() should be changed too
Comment #4
avpadernoThe patch has been committed in CVS.
Thanks for the report, and the patch.
Comment #5
ilfelice commentedThat was fast! Thank you!
Comment #6
avpadernoI have marked #597996: Google Webmaster Tools verification code not working properly as duplicate of this report.
Comment #8
Tony Sharpe commentedIs this fix included in 6.x-1.3 beta5? That still shows the problem although dated a month later.
Comment #9
Tony Sharpe commentedForget that, I don't think I've upgraded correctly.
Comment #10
avpaderno