# MetaSnap > A free, all-in-one SEO and meta tag toolkit for developers. Preview meta tags across every major platform, run deep SEO audits, generate favicons, OG images, JSON-LD schema, robots.txt and XML sitemaps, audit broken links, and inspect keyword density — all in your browser, with no signup or rate limits. MetaSnap is a developer toolkit that helps you preview and optimise everything related to meta tags, SEO, and social sharing. It scrapes Open Graph, Twitter Card, and standard HTML meta tags from a URL, renders accurate previews across seven platforms, audits the page for SEO completeness, and provides a suite of generators (favicons, OG images, JSON-LD schema, robots.txt, sitemaps) plus auditors (broken links, keyword density). A free public REST API exposes the same functionality. ## Pages - [Home](https://metasnap.vercel.app/): Landing page with an overview of every tool. - [Tag Preview](https://metasnap.vercel.app/tag-preview/): Enter any URL and instantly see how it appears on Google search, Facebook, X (Twitter), LinkedIn, Pinterest, WhatsApp, and Slack. Edit meta tags live and copy the generated HTML. - [SEO Audit](https://metasnap.vercel.app/seo/): Run a deep SEO audit. Get a 0–100 score, a checklist of 15+ SEO factors, smart suggestions for title and description, and a ready-to-paste fully optimised meta tag bundle including Open Graph, Twitter Card, JSON-LD structured data, canonical, viewport, and robots tags. - [Favicon Generator](https://metasnap.vercel.app/favicon-generator/): Convert any image to multi-size .ico, SVG, Apple touch icon, and Android PWA icon bundles. Live browser, Google SERP, iOS, and PWA mockups. Entirely client-side. - [OG Image Generator](https://metasnap.vercel.app/og-generator/): Design pixel-perfect 1200×630 social cards with browser mockups, gradient backgrounds, custom typography, and draggable layers. Export PNG/JPEG. - [Schema Generator](https://metasnap.vercel.app/schema-generator/): Generate Google-compliant JSON-LD structured data for Articles, Organizations, Local Business, FAQ pages, and Products. Includes a Google rich-result preview. - [Link Auditor](https://metasnap.vercel.app/link-auditor/): Crawl a webpage's anchors and concurrently check the first 25 destinations for broken links and redirect chains. Returns Active / Redirect / Broken with status codes and a CSV export. - [SEO Builder](https://metasnap.vercel.app/seo-builder/): Build production-ready robots.txt files and XML sitemaps. Toggle search-engine and AI/LLM crawler permissions, set sitemap priorities and changefreq, and download both files. - [Keyword Inspector](https://metasnap.vercel.app/keyword-inspector/): Paste any text to analyze keyword density (1, 2, or 3-word phrases), readability (Flesch-Kincaid), reading time, and content optimization checks. - [Script Helper](https://metasnap.vercel.app/script-helper/): Generate runtime meta tag injector snippets for React Helmet, Vue Meta, and vanilla JS single-page apps. - [Developer API](https://metasnap.vercel.app/api-docs/): REST API reference with live testers and code samples (cURL, JavaScript, Python, Node.js). - [FAQ](https://metasnap.vercel.app/faq/): Common questions about meta tags, Open Graph, Twitter Cards, the SEO audit scoring, and the API. ## API All endpoints are free, require no auth, and have no rate limits. - `POST /api/scrape` — Body `{ "url": "https://..." }`. Returns scraped meta tags as JSON. - `POST /api/audit` — Body `{ "url": "https://..." }`. Returns full audit with score, grade, 15+ checks, suggestions, and an optimised meta tag bundle. - `POST /api/audit-links` — Body `{ "url": "https://..." }`. Crawls a webpage's anchors and returns the first 25 links classified as Active, Redirect, Broken, or Failed with status codes. - `GET /api/download?url=...` — Proxy-downloads an image (CORS bypass for OG image / favicon downloads). Full API docs with live testers: https://metasnap.vercel.app/api-docs/ ## Privacy MetaSnap fetches URLs in-memory only. Nothing is logged or persisted. No analytics, no telemetry, no signup.