Enter your URL and get a complete audit covering SEO, Core Web Vitals, schema markup, sitemaps, robots.txt, security headers, page timings, and Google Discover readiness — in under 60 seconds.
No login required · Results in ~45 seconds · Unlimited audits
How it works
No account needed. Just paste a URL and get a professional-grade SEO audit covering everything that affects your search visibility.
Enter any public website address. Works on any news portal, blog, or business site running on HTTP or HTTPS.
SEO tags, Core Web Vitals, schema markup, sitemap, robots.txt, security headers, page timings, mobile performance, and Google Discover — all simultaneously.
Provide your name, phone, and email. We send you the full report by email and our team can follow up with personalised recommendations.
Green means Pass, Amber means Warning, Red means Fail. Every issue includes a plain-English explanation and exact fix instructions.
What we check
Built specifically for news publishers and digital media — covering everything Google needs to rank, index, and surface your content.
Title tag, meta description, canonical URL, hreflang, Open Graph tags, and Twitter / X card. Missing or misconfigured tags directly reduce click-through rates from search.
LCP, INP, and CLS measured via the Google PageSpeed Insights API. These are Google's primary page experience signals — poor scores directly suppress search rankings.
Detection of 20+ schema types including NewsArticle, Article, Organization, BreadcrumbList, and FAQPage. NewsArticle schema is required for Google News and Discover eligibility.
Checks for sitemap.xml, a Google News sitemap, image sitemap, sitemap freshness, URL count, and whether the sitemap is declared in robots.txt.
Validates Googlebot access, Googlebot-News specific rules, crawl-delay settings, max-image-preview:large directive, and sitemap declaration — all critical for news indexing.
Live HTTP header check for HSTS, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Permissions-Policy, and Referrer-Policy. Missing headers leave your readers exposed.
Real measurement of DNS lookup, TCP connect, SSL handshake, Time to First Byte (TTFB), DOM load, and full page load. Slow TTFB is the most common cause of poor Core Web Vitals.
Viewport meta tag, mobile usability, touch target sizes, and mobile PageSpeed score from Google's API. Over 80% of news readers are on mobile — this matters.
Hero image size (1200px minimum), NewsArticle schema, E-E-A-T signals, content freshness, and Google News sitemap. Discover can be your largest traffic source — if you are eligible.
Why use this tool
Most SEO tools are built for e-commerce. This one is built specifically for the needs of news portals, media companies, and digital publishers.
No signup, no subscription, no credit card. Just enter a URL and get your full report. Unlimited audits — check as many sites as you need.
Most free tools check 2 or 3 things. Veegam checks 9 — including checks specific to Google News and Discover eligibility that you will not find elsewhere.
Core Web Vitals are fetched live from the Google PageSpeed API. Security headers are read from the actual HTTP response. Robots.txt is fetched and parsed in real time.
Green means Pass. Amber means Warning. Red means Fail. Every row has a plain-English label and a description of the issue — no jargon, no ambiguity.
Every issue in the report comes with step-by-step fix instructions — the exact Nginx config line, the exact schema field, the exact robots.txt directive to add.
After your audit, you can chat directly with the Veegam SEO team on WhatsApp. We have helped 40+ news portals across India improve their Google News and Discover rankings.
Ranked by impact on traffic, Discover visibility, and security. Each item includes exact steps and what Veegam CMS resolves automatically.
Google Discover and News require NewsArticle schema — not the generic Article type. Without it, your articles are excluded from Top Stories and Discover cards regardless of content quality.
@type: "Article" to @type: "NewsArticle" in your JSON-LD on every article page.datePublished, dateModified, author.name, and image.Google Discover only surfaces articles with hero images at least 1200 pixels wide. If your images are smaller, articles will never appear in Discover regardless of content quality.
max-image-preview:large to your HTTP headers or robots.txt.A missing CSP header leaves your site vulnerable to XSS attacks where malicious scripts can be injected and run in your readers' browsers.
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline';"Content-Security-Policy-Report-Only first to test without risk.Googlebot-News crawls independently. Without an explicit Allow rule, your news content may not be indexed at full frequency.
User-agent: Googlebot-NewsAllow: /Scripts loaded synchronously in <head> delay first contentful paint, directly hurting LCP and INP — the two metrics Google weights most heavily for ranking.
<script defer src="..."><script async src="..."></body>.News portals publish thousands of images Google Image Search can surface. Without an image sitemap, many article photos are never discovered by Google's image crawler.
<image:image> tags to each URL in sitemap.xml with <image:loc> and <image:title>.