Start Deep Inspection
Enter your URL above to generate a 15-point SEO health report.
Securely use SEO Audit Tool directly in your browser with zero data uploads. All processing happens locally in your browser.
Enter your URL above to generate a 15-point SEO health report.
An SEO audit tool analyzes a web page's HTML structure and metadata to identify technical SEO issues, accessibility gaps, and missing on-page signals that affect how well the page ranks in search results. TryFormatter's SEO Audit Tool checks over 15 ranking factors across five categories — Head Tags, Content, Social, Technical, and Accessibility — and produces an overall health score from 0 to 100.
You can audit any public URL (the tool fetches the page server-side and parses its HTML), or paste raw HTML source directly into the Code Snippet Analyzer. All parsing happens in your browser using the DOM parser, so no page content is stored or logged.
Search engines rank pages based on hundreds of signals, but the most controllable ones are technical: whether a page has a descriptive title tag within the right character range, a meta description that drives clicks, a single clear H1 that describes the page topic, proper canonical tags to prevent duplicate indexing, and structured data to qualify for rich results. These are not abstract best practices — they are direct inputs to how Google's crawler understands and categorizes your page.
A page that scores well on technical SEO creates a strong foundation for everything else. Content quality matters more for rankings, but without the right technical signals, even the best content is harder for search engines to understand, index correctly, and surface at the right search intent.
https://example.com/page) and click Start Deep Audit. The tool fetches the page and parses its HTML automatically.| Category | Checks performed | Why it matters |
|---|---|---|
| Head Tags | Title tag presence and length (50–60 chars), meta description presence and length (140–160 chars), canonical URL, viewport meta tag, lang attribute | These directly affect how search engines index the page and how it appears in search results |
| Content | H1 count (must be exactly 1), word count (min 300 for substantive pages) | A single H1 clearly signals page topic; thin content is a negative quality signal |
| Social | OpenGraph title and description presence | OG tags control how your page appears when shared on social networks and in link previews |
| Technical | JSON-LD structured data (schema.org) | Schema markup is required for Google rich results (FAQs, reviews, breadcrumbs, etc.) |
| Accessibility | Image alt text coverage | Missing alt text is both an accessibility failure and an SEO signal — Google uses alt text to understand image content |
<img> tag has a descriptive alt attribute — not empty, not generic like "image" or "photo".og:title, og:description, and og:image all present with appropriate values.meta name="viewport" with content="width=device-width, initial-scale=1" must be present for mobile-first indexing.When you use the Live URL Auditor, the page HTML is fetched through the TryFormatter server-side API — not through a third-party CORS proxy. The fetched HTML is returned to your browser and parsed locally by the DOM parser. No content is stored on TryFormatter servers beyond the duration of the request.
When you use the Code Snippet Analyzer, all processing happens entirely in your browser — no network requests are made. You can safely audit private staging pages or unreleased content by pasting the HTML directly. Only scan or paste content from pages you own or have permission to inspect.
rel="canonical" pointing to the first page, or use rel="next" / rel="prev".alt="" (empty, not missing) so screen readers and search engines skip them correctly.The health score starts at 100 and deductions are made for each failed check: 20 points for a missing title or H1, 15 points for a missing meta description or viewport tag, 10 points for multiple H1s or a missing canonical, and smaller deductions for warnings like short content or missing OG tags. A score of 90+ means strong fundamentals; 70–89 means fixable issues; below 70 means significant on-page SEO gaps that should be addressed before focusing on off-page signals like link building.
Technical SEO auditing is most effective as a habit, not a one-time task. Run this tool before every major page launch, after every CMS migration, and whenever a high-value page loses ranking position. Fix errors first, address warnings that apply to your specific page type, and re-audit after making changes to confirm improvements. Combined with quality content and a clean link profile, strong technical SEO fundamentals give your pages the best possible foundation for sustainable search visibility.
The health score starts at 100 and deducts points for each failed check. Critical issues like a missing title tag or H1 deduct 15–20 points. Warnings like short meta descriptions or missing OpenGraph tags deduct 5–10 points. A score of 90+ indicates strong technical SEO; below 70 means significant on-page gaps that need attention.
Live URL Auditor fetches your page's HTML server-side and audits it automatically — just enter the URL. Code Snippet Analyzer lets you paste HTML directly into the editor and audit it locally without any network requests, which is ideal for staging pages, templates, or unreleased content.
Google typically displays 50–60 characters of a title tag in search results. Titles shorter than 30 characters may be too vague to describe the page; titles longer than 60 characters get truncated with "..." in the SERP, reducing click-through rate. The optimal range is 50–60 characters including spaces.
It checks for the presence of JSON-LD script blocks with type="application/ld+json". It flags pages with no schema at all as missing a rich results opportunity, but it does not validate the schema structure or entity types. Use the Google Rich Results Test to validate the schema content itself.
The Live URL Auditor can only fetch publicly accessible pages — it cannot log in or handle authentication cookies. For private pages, use the Code Snippet Analyzer: log in manually in your browser, view the page source with Ctrl+U or DevTools, copy the HTML, and paste it into the editor.
No. For URL audits, the HTML is fetched via our server API and returned to your browser for local parsing — nothing is stored beyond the request lifecycle. For HTML mode, all processing happens entirely in your browser. No page content or URL is logged.