Best Technical SEO Tools in 2026 (Free and Paid, by Job)

Technical SEO tools organized by job: indexing, crawling, Core Web Vitals, structured data, JavaScript rendering, log files and monitoring. Free option first, then what you pay for. Stacks by budget.

September 14, 2026
12 min read
By Barracuda Team
technical SEO SEO tools site audit Core Web Vitals structured data comparison

Most "best technical SEO tools" lists are a dozen logos with a paragraph each, ordered by who pays the highest affiliate commission. This one is organized by the job — crawling, indexing, performance, structured data, rendering, logs, monitoring — because technical SEO is not one task and no single tool covers it. For each job we name the free option first, then what you pay for when the free option runs out. We make one of these tools and say so where it appears.

If you are building a stack from scratch: Google Search Console, a crawler, and PageSpeed Insights cover 80% of technical SEO for $0. Everything else on this page is about the other 20%, or about doing the first 80% faster and across more sites.

Prices checked September 2026. Confirm with vendors before buying.

Technical SEO tools by job

Job Free Paid
Indexing & what Google sees Google Search Console, Bing Webmaster Tools
Crawling & site audit Screaming Frog (500 URLs), LibreCrawl, SiteOne, Barracuda Free Screaming Frog $279/yr, Sitebulb ~$15/mo, Barracuda $29/mo, Lumar/JetOctopus for enterprise
Performance & Core Web Vitals PageSpeed Insights, Lighthouse, CrUX, WebPageTest DebugBear, SpeedCurve, GTmetrix Pro
Structured data Rich Results Test, Schema Markup Validator Crawler-level validation (Sitebulb, Screaming Frog)
JavaScript rendering URL Inspection, Chrome DevTools, technicalseo.com Fetch & Render Screaming Frog JS mode, Sitebulb, Prerender.io
Log file analysis GSC Crawl Stats, Screaming Frog Log File Analyser (1,000 lines) Log File Analyser licence, JetOctopus, Oncrawl, Botify
robots.txt, sitemaps, hreflang technicalseo.com tools, GSC sitemap report Crawler-level checks
Monitoring & change detection GSC email alerts, uptime monitors Barracuda (crawl history + CI), ContentKing, Sitechecker
All-in-one suites Ahrefs Webmaster Tools (own sites) Semrush $139/mo, Ahrefs $129/mo, SE Ranking $129/mo

1. Indexing: Google Search Console and Bing Webmaster Tools

Every other tool on this page infers what search engines are doing. Google Search Console tells you. The Page Indexing report shows which URLs are excluded and why — "Crawled – currently not indexed" being the one that keeps people up at night — the URL Inspection tool shows the rendered HTML Google actually saw, Crawl Stats shows how much of your crawl budget went where, and the Core Web Vitals report is real-user data rather than lab tests. It is free, it is first-party, and it should be open in a tab during every audit.

Bing Webmaster Tools is the same idea for Bing, with a bonus: its Site Scan is a free cloud crawler that flags the basics, and its index coverage occasionally surfaces problems Google's report buries. Ten minutes to verify, worth it.

2. Crawling and site audit

A crawler is the tool that finds what Search Console only hints at: the 3,000 pages with duplicate titles, the redirect chains, the orphaned category, the canonical pointing at a 404. This is the biggest category and the one with the most real choice, so we keep a full comparison of SEO crawlers and cover the short version here.

Screaming Frog SEO Spider — the reference crawler

Free for 500 URLs, $279 a year for unlimited crawling plus JavaScript rendering, custom extraction, list mode, and API pulls from GA4, Search Console and PageSpeed Insights. Desktop-only and raw — it finds everything and ranks nothing — which is exactly what an experienced technical SEO wants for a migration or a deep dig. See Screaming Frog alternatives if the 500-URL limit or the spreadsheet output is the problem.

Sitebulb — the crawler that explains itself

Same crawl, different ending: every issue is a "Hint" with a priority and fix guidance, plus crawl-map visualisations that clients understand. Desktop from around $15 a month, cloud from £95. The choice for agencies that present audits rather than just run them.

Barracuda — the crawler that prioritizes

Barracuda crawls up to 10,000 pages on Pro and then does the triage most audits leave to a spreadsheet: issues scored by impact and grouped by type, AI recommendations with page-specific fixes, reasoning shown for every priority, and — once you connect Search Console — everything weighted by real impressions and clicks so the missing title on a page with traffic outranks the same issue on one without. Crawl history, an interactive link graph, rank tracking and public report links are included; a CLI runs it in CI. $29 a month, free for 100 pages. It does not render JavaScript or do custom extraction, so pair it with Screaming Frog for those jobs.

Free and open source: LibreCrawl and SiteOne

Both MIT-licensed. LibreCrawl is a self-hosted web app with unlimited URLs and Playwright rendering; SiteOne is a desktop app and CLI with an HTML audit report and JUnit output for pipelines. If you are technical and the budget is zero, either is a complete crawler.

Enterprise: Lumar, Oncrawl, Botify, JetOctopus

Cloud crawlers for millions of URLs, joined to log files, priced by quote (JetOctopus publishes: about $549 a month on annual). If you are crawling at that scale you already know which of these your procurement team prefers.

3. Performance and Core Web Vitals

Since Chrome swapped FID for INP, and with Google's 2026 Core Web Vitals thresholds settled, performance tooling splits cleanly into lab data (what a synthetic test measured) and field data (what real Chrome users experienced). You need both.

  • PageSpeed Insights — free, and the only tool that shows lab and field (CrUX) data side by side for a URL. Start every performance conversation here.
  • Lighthouse in Chrome DevTools — the same lab audit, runnable locally on staging and behind logins. The Performance panel is where you actually find the INP culprit.
  • Chrome UX Report (CrUX) via the dashboard or BigQuery — origin-level field data over time, free.
  • WebPageTest — free tier for filmstrips, waterfalls and connection throttling from real locations; the tool for diagnosing why LCP is slow, not just that it is.
  • DebugBear, SpeedCurve, GTmetrix Pro — paid monitoring that tracks lab and field metrics per page over time and alerts on regressions. Worth it once performance is a KPI someone is accountable for.

Our site speed audit process walks through using these together, and how caching layers interact explains the most common reason a fix does not show up in the numbers.

4. Structured data

  • Google Rich Results Test — tells you whether a page is eligible for rich results and which schema types Google recognised. Eligibility, not validity.
  • Schema Markup Validator (validator.schema.org) — checks syntax against the vocabulary, including types Google does not use. Validity, not eligibility. You need both.
  • Crawler-level validation — Screaming Frog and Sitebulb validate structured data across the whole site in one crawl, which is the only sane way to find the 400 product pages with a broken offers block.

5. JavaScript rendering

If content only appears after client-side rendering, you need to confirm that Google renders it and that your crawler does too. URL Inspection in Search Console shows the rendered DOM Google used, which is the ground truth. Chrome DevTools with JavaScript disabled shows what a non-rendering crawler sees. The free Fetch & Render tool at technicalseo.com compares raw and rendered HTML side by side. For crawling JS sites at scale, Screaming Frog's paid JavaScript mode, Sitebulb, LibreCrawl and the enterprise platforms all render; if rendering is unreliable, Prerender.io serves search engines a pre-rendered snapshot. Our guide to what Google actually crawls covers when any of this matters.

6. Log file analysis

Crawlers show what could be crawled; logs show what Googlebot did crawl, how often, and what it wasted budget on. GSC's Crawl Stats report is the free, aggregated version. The Screaming Frog Log File Analyser is free up to 1,000 lines and around £79 a year beyond, and is the right tool for a one-off analysis. At scale, JetOctopus, Oncrawl and Botify ingest logs continuously and join them to crawl data, which is the single most valuable thing the enterprise tier does.

7. robots.txt, sitemaps, hreflang, and the small stuff

technicalseo.com (by Merkle) hosts the best free set of single-purpose tools: a robots.txt tester, a .htaccess tester, hreflang tag generator and validator, a mobile-first index checker, and the Fetch & Render tool above. Google removed its own robots.txt tester from Search Console, which makes this one essential. The GSC Sitemaps report tells you whether Google could read your sitemap and how many URLs it discovered from it — compare that number against the sitemap's actual count and against the crawler's, and the gaps are your audit.

8. Monitoring and change detection

Most technical SEO damage is not caused by SEOs. It is a deploy that ships a noindex to production, a CMS update that rewrites canonicals, a redirect rule that loops. Search Console will email you eventually. ContentKing (now part of Conductor) pioneered real-time change tracking for this and remains the reference at enterprise prices. Sitechecker offers alerts and monitoring for small agencies. Barracuda keeps crawl history so each run compares against the last and the dashboard shows what changed; the CLI can also run a crawl in CI/CD against a staging URL so a noindex or redirect loop is caught before it reaches production, which is the cheapest monitoring there is.

9. All-in-one suites: when the bundle makes sense

Semrush ($139 a month), Ahrefs ($129) and SE Ranking ($129, $103 annual) each bundle a scheduled cloud crawler with keyword research, rank tracking and backlink data. The crawlers are competent and unremarkable — health score, issue buckets, export to spreadsheet — and the reason to use them is that you already pay for the suite for other reasons. Ahrefs Webmaster Tools gives you the Ahrefs crawler free for sites you own. If technical SEO is most of what you do, a dedicated crawler beats the bundled one; if it is a fraction, the bundle is fine. Our Semrush alternatives and Ahrefs alternatives guides break the suites down by module.

A technical SEO stack by budget

Budget Stack Covers
$0 GSC + Bing WMT, Screaming Frog free or LibreCrawl, PageSpeed Insights, Rich Results Test, technicalseo.com Everything for a site under ~500 URLs; most things for larger ones if you self-host a crawler
~$30/mo Above + Barracuda Pro or Sitebulb Lite Adds prioritization, history, sharing, monitoring; 10k–500k URLs
~$60/mo Above + Screaming Frog licence (~$23/mo) + Log File Analyser Adds JS rendering, custom extraction, logs — the full freelancer/agency kit
$130–300/mo Above + a suite (Semrush/Ahrefs/SE Ranking) + DebugBear or SpeedCurve Adds keyword/backlink data and performance monitoring
$500+/mo JetOctopus, Lumar, Oncrawl or Botify Millions of URLs, continuous logs, segmentation, SLAs

Frequently asked questions

What tools are best for technical SEO?

Google Search Console for indexing data, a crawler (Screaming Frog, Sitebulb or Barracuda depending on whether you want raw data, presentation or prioritization), PageSpeed Insights and Lighthouse for Core Web Vitals, the Rich Results Test and Schema Markup Validator for structured data, and technicalseo.com's free tools for robots.txt and hreflang. Log file analysis and change monitoring are the next layer.

What is technical SEO?

Technical SEO is the work of making a site easy for search engines to crawl, render, index and serve quickly: site architecture and internal linking, status codes and redirects, indexability directives, structured data, page speed and Core Web Vitals, JavaScript rendering, and mobile usability. It is distinct from on-page SEO (content and keywords) and off-page SEO (links and mentions). Our technical SEO audit guide walks through the process.

What is the difference between SEO and technical SEO?

SEO is the whole discipline; technical SEO is the part concerned with infrastructure rather than content or authority. A page with perfect content and strong links still will not rank if it is blocked in robots.txt, returns a 500 error, or takes eight seconds to load. Technical SEO removes those failures so the content and links can work.

Are there free technical SEO tools?

Yes, and they are excellent: Google Search Console, Bing Webmaster Tools, PageSpeed Insights, Lighthouse, the Rich Results Test, the Schema Markup Validator, technicalseo.com's toolset, Screaming Frog's 500-URL free tier, the open-source crawlers LibreCrawl and SiteOne, and Barracuda's 100-page free tier. A small site can be fully audited without spending anything.

The bottom line

Technical SEO tooling is unusually generous with free options because the source of truth — Search Console, Chrome, schema.org — is free. Build on that: Search Console for what Google did, a crawler for what it could do, PageSpeed Insights for how fast it did it. Pay when the site outgrows the free crawler, when someone else needs to see the results, or when the audit keeps ending in a spreadsheet nobody actions. The last one is what we built Barracuda for.

Turn the audit into a fix list

Crawl 100 pages free, no card. See issues ranked by impact with the reasoning behind each one.

Try Barracuda Free

Ready to audit your site?

Start your free 100-page audit and discover technical SEO issues in minutes.

Start Your Free Audit