@Gargron @Mastodon Huh, that didn't work for me. I added that link to my page https://sites.google.com/a/lclark.edu/drake/ (a period at the very bottom of the page), but that link isn't green in my profile. Does it take time to propagate or something?
If you have your own domain, it's possible. I've documented it here:
https://pages.pplupo.com/2024-02-09-Mastodon-verification-on-Google-Sites-with-Cloudflare/
@peterdrake @Gargron @Mastodon I tried exactly this on Google Sites (including the part about the period, ha) and it failed for me as well.
@peterdrake Your web page does too much javascript magic. Your link in question is not delivered in the plain html code, and even after javascripting, it is injected into the HTML as <div data-code="<a rel="me" href="https://qoto.org/@peterdrake">.</a>"> ... thats not parseable by any SGML parser.
I fear you'd have to ask Google on how to deliver some plain HTML on that page.
@Gargron