Mastodon has a verification mechanism, though it looks different from Twitter's. We do not ask for your documents. Instead, if you have a website that you are known by, you can verify that you are the owner of that website.

Link to your Mastodon profile from the website, either through a visible link, or through a <link> tag in the head of the document, with a rel=me attribute, and link back to that page from your Mastodon profile. It should then get a green checkmark, like @Mastodon.

@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?
Peter Drake

Associate Professor of Computer Science Chair, Department of Mathematical Sciences Lewis & Clark College Email: [email protected] Phone: x7539 Office: Bodine 307 GitHub: PeterDrake Mastodon: qoto.org/@peterdrake Except when classes are virtual, I'm usually in my office at least 9-4 M-F outside of

@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

@anathem @Gargron Yeah, it looks like the "embed code" feature on Google Sites mangles it beyond recognition.
pplupo Pages | Mastodon verification on Google Sites with Cloudflare

How to verify any website you own using Cloudflare

Software Engineering Management Blog
@peterdrake @Gargron @Mastodon I tried exactly this on Google Sites (including the part about the period, ha) and it failed for me as well.