Nofollow link checker: rel sponsored and ugc audit
Nofollow link checker for pasted HTML: audits every link's rel against Google's sponsored, ugc and nofollow rules. Free, runs in your browser.
Open Graph tag checker: tests pasted og meta tags for the four required properties, relative URLs, duplicates and og:type. Free, runs in your browser.
Runs entirely in your browser. Nothing you enter is uploaded, logged or stored.
Parsed entirely in your browser against the four required properties the Open Graph protocol names at ogp.me. This checks field presence and structure, not how the card will render; nothing you type is sent anywhere.
Paste the og meta tags from a page’s head and the checker returns one line per check, each with a pass, warning, information or missing badge. It parses the text in your browser and sends nothing anywhere.
Every rule is drawn from the Open Graph protocol at ogp.me.
The tool loads with this markup:
<meta property="og:title" content="How canonical chains break" />
<meta property="og:type" content="article" />
<meta property="og:image" content="/covers/canonical-chains.jpg" />
<meta property="og:site_name" content="SEO Madman" />
og:title, og:type and og:image pass. og:url is missing. The og:type line passes because article is a known type. og:image is flagged “No, a relative path” as a warning, and the dimensions line reads “Neither present”. og:site_name is optional, so it is not checked.
Add these tags, replacing the relative og:image, and every line passes:
<meta property="og:url" content="https://example.com/canonical-chains" />
<meta property="og:image" content="https://example.com/covers/canonical-chains.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Keep only one og:image line; adding a second instead of replacing the first triggers the duplicate warning.
/uploads/image.jpg produces an og:image that only
resolves in the context of the live page, not when the markup is read elsewhere.blog or page is not one of the protocol’s types.It checks structure, not rendering. It cannot tell whether the image loads or how a platform crops it; use the preview tool for that.
ogp.me says the four required properties for every page are og:title, og:type, og:image and og:url. Everything else, including og:description and og:site_name, is optional.
No. ogp.me lists og:description as optional metadata, a one to two sentence description of the object. Most platforms read it when present, but the checker never fails a page for leaving it out.
website. ogp.me says any web page without a marked-up type should be treated as og:type website. The protocol also defines article, book and profile, and all of these pass here.
Yes. ogp.me allows multiple values by repeating the tag, and gives the first tag preference in a conflict. The checker still warns on a repeated required property so you can confirm the first one is the image you want shown.
The preview tool renders how a title, description and image would look as a link card. This one checks the underlying tags for presence, duplication and structure against the Open Graph protocol, before any rendering.
The checker reads tags that use the property attribute with content right next to it, in either order. A tag written with name instead of property, or with another attribute between the two, is not matched.
Nofollow link checker for pasted HTML: audits every link's rel against Google's sponsored, ugc and nofollow rules. Free, runs in your browser.
Meta title and description checker: measure title and meta description length in pixels and characters with a Google preview. Free, runs in your browser.
Google's June 2021 spam update ran in two one-day parts, on 23 and 28 June 2021. What Google confirmed about it and what its spam policies say today.
Google cut the follower requirement for Search profiles to 10,000, added richer article views, and lets one account manage up to 10 profiles.