Metaworld SEO Meta Auditor avatar

Metaworld SEO Meta Auditor

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Metaworld SEO Meta Auditor

Metaworld SEO Meta Auditor

Website URLs in — on-page SEO report out: title, meta description, H1s, canonical, robots, Open Graph & Twitter cards, word count, and a plain-English list of issues per page. No API keys.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Metaworld Systems

Metaworld Systems

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Share

Website URLs in → a clean on-page SEO report out. Paste a list of pages and get back every on-page signal that matters — title, meta description, headings, canonical, robots, social cards — plus a plain-English list of what's wrong on each page. No API keys, no setup.

Built and maintained by Metaworld Systems.

What it checks, per page

  • Title tag — text and length, flagged if missing or outside the 30–60 char band.
  • Meta description — text and length, flagged if missing or outside 70–160 chars.
  • H1 headings — how many (flags zero or more than one).
  • Canonical link — present or missing.
  • Robots directive — and whether the page is actually indexable (catches accidental noindex).
  • Open Graph & Twitter cardsog:title, og:description, og:image, twitter:card for link previews.
  • Word count — flags thin content.
  • Issues — a ready-to-read list of every problem found, with the numbers.

One clean dataset row per URL, ready to export to CSV/JSON/Excel or hand to a client.

Input

FieldDescription
startUrlsThe page URLs to audit. Each is fetched once.

Output (one item per URL)

{
"url": "https://metaworld.systems",
"statusCode": 200,
"title": "Metaworld Systems — AI systems, built and run for you",
"titleLength": 51,
"metaDescription": "...",
"metaDescriptionLength": 138,
"h1": "Systems that do the work",
"h1Count": 1,
"canonical": "https://metaworld.systems/",
"metaRobots": "",
"indexable": true,
"ogTitle": "Metaworld Systems",
"ogImage": "https://.../card.png",
"twitterCard": "summary_large_image",
"wordCount": 412,
"issues": ["No canonical link."],
"issueCount": 1
}

Notes

  • Polite & self-contained — clear User-Agent, follows redirects, skips non-HTML responses, and never crashes a whole run over one bad URL.
  • Great for auditing your own site, a client's site before a proposal, or a batch of competitor pages.
  • The length bands are the common practitioner rule of thumb; treat them as guidance, not gospel.

Same reliability discipline we run in our own production automation.