Hi there,
Just to let you know I think the site module handling Google Sitemap verification meta element needs to be updated as google has changed the name attribute value of the meta element
It used to be (and this is what Headspace appears to be using)
<meta name="verify-v1" content="random_string"/>
Google Webmaster tools is now expecting:
<meta name="google-site-verification" content="random_string" />
Fairly minor, but thought I'd drop a note in here about it :)
Code is found at line 47 of:
headspace2\modules\site\google_webmaster.php
Cheers,
Alex