Title
Confirm the page returns the intended document title and that it accurately describes the page users and search engines receive.
Inspect the title, description, canonical URL, robots directive and H1 count of a public page.
The Meta Tag Checker fetches a public page and parses the HTML response. It reports the HTTP status, document title, meta description, canonical link, HTML meta robots directive and the number of <h1> elements found in the response.
Confirm the page returns the intended document title and that it accurately describes the page users and search engines receive.
Review the descriptive text supplied in the HTML. Search engines may generate a different snippet when another passage better matches a query.
Check whether the HTML identifies a preferred URL for the content and whether that URL matches the canonicalization strategy you intended.
Spot an accidental HTML noindex directive and get a quick count of top-level headings returned in the source.
Title should be specific to the page and supported by the visible content. Description is useful descriptive metadata, but it is not a promise that the same wording will appear in search results. Canonical should normally point to the preferred public version of substantially equivalent content. Robots is especially important on production pages because an unintended noindex can prevent indexing.
This tool parses the returned HTML. It does not currently report HTTP X-Robots-Tag headers, render JavaScript to discover metadata injected after page load, verify whether the canonical target itself is indexable, or decide whether a title or description will be used by a search engine. For JavaScript-heavy pages, compare the result with rendered-page inspection in your browser and Search Console.
Check representative pages after a CMS or theme release to catch missing or duplicated metadata before the issue affects a large section of the site.
Confirm canonicals point at the intended new URLs and that migrated pages are not accidentally carrying staging or legacy metadata.
Look for an unexpected HTML robots directive, then continue with robots.txt, response headers, canonicalization and Search Console when deeper diagnosis is needed.
Verify title and description changes are actually present in the public HTML served to the checker.
No. It provides useful descriptive metadata, but search engines can choose text from the page when they believe it better answers a user's query.
A self-referencing canonical is commonly used on indexable pages, especially when the same content can be reached through multiple URL variations. The canonical should reflect the site's real preferred URL strategy.
No. Heading structure should make the page understandable. This checker reports the count as a diagnostic signal rather than enforcing a rigid one-H1 rule.
The checker reads the HTML meta robots tag. A server can also send indexing directives through an X-Robots-Tag response header, which this page does not currently report.