SEO Meta Tag Analyzer avatar

SEO Meta Tag Analyzer

Pricing

Pay per usage

Go to Apify Store
SEO Meta Tag Analyzer

SEO Meta Tag Analyzer

Audit any URL for SEO: title length, meta description, Open Graph tags, heading hierarchy, image alt texts, keyword density, mobile viewport, canonical URL, schema markup, and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

CQ

CQ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

Comprehensive SEO audit for any URL. Analyzes 15+ ranking factors that tools like Ahrefs, SEMrush, and Moz charge $99+/mo for.

What it checks

CheckDetails
Title TagLength (30-60 chars optimal), presence
Meta DescriptionLength (70-160 chars optimal), presence
HeadingsH1 count, H1-H6 hierarchy validation
Open Graphog:title, og:description, og:image, all OG tags
Twitter Cardstwitter:card, twitter:title, twitter:image
ImagesAlt text audit, missing alt count
Canonical URLPresence, self-referencing check
MobileViewport meta tag
Schema MarkupJSON-LD, Microdata, RDFa detection
Keyword DensityAuto-detect or custom keywords, placement in title/H1/description
Robotsnoindex/nofollow detection
Languagehtml lang attribute
LinksInternal vs external link count
ContentWord count

Input

FieldTypeDescription
urlsstring[]Required. URLs to analyze
targetKeywordsstring[]Keywords to check density for. Auto-detected from title/description if empty
checkCanonicalbooleanVerify canonical URL (default: true)
checkSchemaMarkupbooleanDetect structured data (default: true)
proxyConfigurationobjectProxy settings

Output

Each URL produces one dataset item with:

  • seoScore (0-100) — Overall SEO health score
  • titleTag, titleLength, titleStatus — Title analysis
  • metaDescription, descriptionLength, descriptionStatus — Description analysis
  • headings — Full H1-H6 breakdown with text
  • ogTags, ogTagCount — Open Graph tags
  • twitterTags, twitterCardType — Twitter Card tags
  • imagesMissingAlt, totalImages — Image alt audit
  • canonicalUrl, hasCanonical, canonicalMatch — Canonical check
  • hasViewport, viewport — Mobile readiness
  • schemaMarkup, schemaTypesFound — Structured data
  • keywordAnalysis — Per-keyword count, density, placement
  • issues, warnings, passed — Categorized findings

Example

{
"urls": ["https://example.com"],
"targetKeywords": ["example", "domain"]
}

Scoring

The score starts at 100 and deducts points for issues:

IssueDeduction
Missing title tag-15
Missing meta description-10
Missing H1-10
Missing viewport-8
Title too short/long-3 to -5
Missing OG tags-2 per tag
Missing canonical-3
No schema markup-3
Images without alt-1.5 per image (max -10)
Missing lang attribute-2
Heading hierarchy gaps-2

Use cases

  • Content teams: Audit blog posts before publishing
  • SEO agencies: Bulk-audit client pages
  • Developers: CI/CD SEO checks on staging
  • Marketers: Compare competitor page optimization