If you look in the right hand corner of the blog page (http://sourceful.co.uk/) you will see a symbole like this "/>"/>. How do I get rid of that?
If you look in the right hand corner of the blog page (http://sourceful.co.uk/) you will see a symbole like this "/>"/>. How do I get rid of that?
You might find that immediately before and after wherever you pasted your google site verification code. Located in header.php maybe? Just guessing.
Hi,
Yep, line 110 and 111 in raw output so likely header.php as James mentioned or the template.php files if they have header material hard coded. Here is the offending line.
<!-- Easy Verification -->
<meta name="verify-v1" content="<meta name="google-site-verification" content="WrxFygQND2a5dyi1a5Oufj2HZP-dLds-yLOHwz15NXk" />" /><meta name="google-site-verification" content="<meta name="google-site-verification" content="WrxFygQND2a5dyi1a5Oufj2HZP-dLds-yLOHwz15NXk" />" /><meta name="y_key" content="<META name=" /><meta name="msvalidate.01" content="<meta name=" /><!-- End Easy Verification -->
You can see each block was closed twice creating the extra tags.
Cheers,
Chad
Thank you so much.
You're welcome.
This topic has been closed to new replies.