SEO Meta Analyzer avatar

SEO Meta Analyzer

Pricing

Pay per usage

Go to Apify Store
SEO Meta Analyzer

SEO Meta Analyzer

Analyze any webpage SEO meta tags — title, description, OG tags, Twitter cards, canonical URLs, headings, and schema markup. Perfect for SEO audits, competitor research, and content optimization.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Dima Radov

Dima Radov

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

An Apify actor that analyzes webpage SEO meta tags.

Features

  • Meta tags — title, description, keywords
  • Open Graph tags — og:title, og:description, og:image
  • Heading structure — counts of h1 through h6 tags
  • Image alt-text analysis — how many images have alt text vs. missing it
  • Schema markup detection — JSON-LD, Microdata, and RDFa

Input

FieldTypeDescription
urlsstring[]Array of webpage URLs to analyze

Output (per URL)

FieldTypeDescription
urlstringThe analyzed URL
metaTitlestring|nullContent of <title>
metaDescriptionstring|nullMeta description
metaKeywordsstring|nullMeta keywords
ogTitlestring|nullOpen Graph title
ogDescriptionstring|nullOpen Graph description
ogImagestring|nullOpen Graph image URL
h1CountintNumber of <h1> with text
h2CountintNumber of <h2> with text
h3CountintNumber of <h3> with text
h4CountintNumber of <h4> with text
h5CountintNumber of <h5> with text
h6CountintNumber of <h6> with text
imagesWithAltintImages that have non-empty alt
imagesWithoutAltintImages missing alt
hasSchemaboolWhether structured data was detected
errorstring|nullError message if the URL could not be fetched

Local development

pip install -r requirements.txt
python -m src