Lens

Check your meta tags, icons, and rss feeds

An error happened trying to fetch that page, sorry 😔

Enter your website above or try one of these:

Metadata and RSS

A Title
a description
example.com
More from this person

  • charset
  • title
  • og:title
  • description
  • og:description
  • fediverse:creator *
  • rss/atom/json

* Your domain also needs to be added to the Author Attribution section under Public Profile > Verification in your Mastodon settings for this to work. Requires Mastodon v4.3.

Icons and Colors

  • icon
  • title
  • theme-color
  • apple-touch-icon

Code Examples

Metadata

<meta charset="UTF-8">
<title>A Title</title>
<meta property="og:title" content="A Title">
<meta property="og:url" content="https://example.com/post/">
<meta name="description" content="A description of the post">
<meta property="og:description" content="A description of the post">
<meta property="og:image" content="https://example.com/path/to/image.png">
<meta name="fediverse:creator" content="@person@exampleinstance.com">

RSS Feeds

<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="https://example.com/feed.xml">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="https://example.com/feed.atom">
<link rel="alternate" type="application/json" title="JSON Feed" href="https://example.com/feed.json">

Icons and Colors

<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="theme-color" content="#ff00ff">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">