SEO Helpers
Preview meta and social cards, generate slugs, robots.txt, and sitemaps, and sanity-check canonical URLs.
Overview
SEO Helpers focuses on the parts of technical SEO you can verify without crawling a site: how a title and description will truncate, what a shared card looks like, whether a slug normalises cleanly, and whether robots and sitemap files say what you intended. These are drafting and review aids, not rank trackers or audit suites.
Recommended tools
Meta Tag Preview
SERP-style meta title and description preview.
- meta
- seo
- serp
- title
Open Graph Preview
OG card layout mocks and meta tag export.
- open-graph
- og
- seo
- social
Slug Generator
URL slugify with diacritic stripping, locally.
- slug
- url
- seo
- permalink
Robots.txt Generator
Form-based robots.txt builder with download.
- robots
- seo
- crawler
- sitemap
Sitemap XML Generator
Build basic sitemap XML from a URL list.
- sitemap
- xml
- seo
- urlset
Canonical URL Checker
Client-side canonical URL heuristics (no crawl).
- canonical
- seo
- url
- duplicate
Keyword Density Analyzer
Local text stats and keyword density (no snake oil).
- keyword
- density
- seo
- text
Reading Time Calculator
Estimate minutes-to-read from word count and WPM.
- reading-time
- word-count
- text
- counter
Why these tools
Most avoidable indexation problems are authoring problems—an over-long description, an accidental disallow, a canonical pointing at the wrong variant. Previewing and generating those artefacts locally catches the mistake before it reaches a crawler.
Related articles
- SEO metadata that earns the clickTitles, descriptions, canonical tags, robots directives, and social cards—what each one controls and how they interact.
- Getting started with Slug GeneratorURL slugify with diacritic stripping, locally. A practical guide to Slug Generator: when it fits, how to get a reliable result, and the mistakes worth avoiding.
Related collections
Frequently asked questions
- Do these tools crawl my live site?
- No. They work on the text and URLs you paste, which keeps them fast and private but means they cannot detect server-side issues. Pair them with a real crawler for full audits.
- How long should a meta description be?
- Around 150–160 characters is a practical target, though search engines truncate by rendered width. Meta Tag Preview shows where the cut-off lands for your text.
- Is keyword density still worth measuring?
- As a readability signal, occasionally. As a ranking lever, no. Use it to notice unintentional repetition rather than to hit a percentage target.
- Can I generate a full sitemap here?
- Sitemap XML Generator builds a valid urlset from a list of absolute URLs with optional lastmod and priority. Large sites should generate sitemaps in their build pipeline instead.
- What does the canonical checker actually verify?
- It applies client-side heuristics to the page and canonical URLs you paste—protocol, host, and trailing-slash mismatches—without fetching either page.