VOOZH about

URL: https://apify.com/andok/hreflang-checker

⇱ Hreflang Tag Checker API | SEO Validator Β· Apify


πŸ‘ Hreflang Tag Checker API | SEO Validator avatar

Hreflang Tag Checker API | SEO Validator

Pricing

$1.00 / 1,000 url checkeds

Go to Apify Store

Hreflang Tag Checker API | SEO Validator

Bulk validate website hreflang tags for international SEO. Audit multi-language sites for missing x-default tags, bidirectional errors, and ISO code compliance.

Pricing

$1.00 / 1,000 url checkeds

Rating

0.0

(0)

Developer

πŸ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

3 months ago

Last modified

Share

Hreflang Tag Checker

Validate hreflang tags across multilingual and multi-region sites to prevent international SEO issues. Incorrect hreflang implementation causes search engines to serve the wrong language version to users β€” costing traffic in every market you target. This actor checks HTML <link> elements and HTTP headers, validates language codes against ISO standards, and grades each page from A to F.

Features

  • Dual source detection β€” finds hreflang tags in both HTML <link> elements and HTTP Link headers
  • ISO validation β€” checks language and region codes against ISO 639-1 and ISO 3166-1 standards
  • x-default check β€” verifies the required x-default fallback tag is present
  • Self-reference validation β€” confirms each page includes a self-referencing hreflang entry
  • Duplicate detection β€” flags duplicate or conflicting hreflang entries for the same language
  • Compliance grading β€” assigns A/B/C/F grades based on the severity of issues found
  • Batch processing β€” check hundreds of URLs in a single run

Input

FieldTypeRequiredDefaultDescription
urlsarrayYesβ€”List of page URLs to check for hreflang implementation
checkBidirectionalbooleanNotrueVerify that hreflang links point back to the source page
timeoutintegerNo15000HTTP request timeout in milliseconds

Input Example

{
"urls":[
"https://example.com/en/",
"https://example.com/de/",
"https://example.com/fr/"
],
"checkBidirectional":true,
"timeout":15000
}

Output

Each URL produces one dataset item with the full hreflang audit results and a compliance grade.

  • url (string) β€” the checked page URL
  • hreflangCount (number) β€” total number of hreflang tags found
  • hasXDefault (boolean) β€” whether an x-default tag is present
  • hasSelfReference (boolean) β€” whether the page references itself in its hreflang tags
  • tags (array) β€” all discovered hreflang tags with hreflang code and href URL
  • issues (string[]) β€” list of errors and warnings found
  • grade (string) β€” compliance grade: A (perfect), B (minor), C (warnings), F (errors)

Output Example

{
"url":"https://example.com/en/",
"hreflangCount":4,
"hasXDefault":true,
"hasSelfReference":true,
"tags":[
{"hreflang":"en","href":"https://example.com/en/"},
{"hreflang":"de","href":"https://example.com/de/"},
{"hreflang":"fr","href":"https://example.com/fr/"},
{"hreflang":"x-default","href":"https://example.com/en/"}
],
"issues":[],
"grade":"A"
}

Pricing

EventCost
URL Checked$0.001 per URL

You are charged per URL checked. Platform usage fees apply separately.

Use Cases

  • International SEO audits β€” validate hreflang implementation across all language versions of your site
  • Multi-region launch QA β€” verify correct hreflang setup before launching new country-specific pages
  • Migration testing β€” confirm hreflang tags survive intact after a CMS migration or URL restructure
  • Agency reporting β€” schedule automated checks for multilingual client sites and flag regressions
  • Competitive benchmarking β€” analyze how competitors structure their international targeting

Related Actors

ActorWhat it adds
Broken Links CheckerVerify that the URLs referenced in hreflang tags actually return 200 OK
Redirect Chain AnalyzerCheck whether hreflang target URLs redirect, which can confuse search engines
XML Sitemap URL ExtractorExtract all multilingual URLs from your sitemap to feed into the hreflang checker

You might also like

SEO Metadata Extractor - Full SEO Audit in One Call

santamaria-automations/seo-metadata-extractor

Extract SEO metadata from any website: title, meta description, Open Graph, Twitter Cards, Schema.org JSON-LD, canonical URLs, hreflang, and H1 structure. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Complete SEO Audit Tool - Comprehensive Website SEO Analysis

smart-digital/complete-seo-audit-tool

Analyzes websites for SEO issues across meta tags, technical SEO, performance, links, and images. Generates 0-100 SEO scores per page with detailed recommendations and site-wide summary.

My Smart Digital

343

5.0

Open Graph & Meta Tag Extractor

automation-lab/og-meta-extractor

This actor fetches any list of URLs and extracts all social media meta tags (Open Graph, Twitter Cards), SEO metadata (title, description, canonical, robots), structured data (JSON-LD), and internationalization (hreflang). Use it for social media audits, SEO analysis, link preview...

πŸ‘ User avatar

Stas Persiianenko

21

Website SEO Audit Crawler β€” On-Page Analyzer

logiover/website-seo-audit-crawler

Crawl a whole website and export an on-page SEO audit to CSV/JSON: meta tag checker, canonical & noindex checker, schema.org type extractor. No browser.

Youtube Tags Scraper

alpha-scraper/youtube-tags-scraper

Extract tags and key metadata from YouTube videos . This actor collects video tags, high-quality thumbnails, and structured tag data from one or multiple URLsβ€”perfect for SEO research, keyword analysis, content planning, and competitor insights.

5

SEO Audit Pro

botflowtech/seo-audit-pro

Professional-grade SEO audit tool built for agencies, developers, and marketers. Extract 30+ SEO data points from any webpage including Title Tags, Meta Descriptions, H1-H6 Headings, Status Codes, Canonical URLs, Open Graph tags, Twitter Cards, JSON-LD structured data, and comprehensive SEO health.