Tool workflow
Debug a site before launch
After you configure DNS and deploy, a short technical pass catches certificate gaps, redirect loops, and missing structured data before customers or crawlers hit problems. This workflow chains infrastructure checks with schema validation.
Last updated: 2026-07-06
Steps (5 tools)
Work through each step in order. Your progress is saved in this browser (0 of 5 complete, 0%). Utilnivo does not save your files between tools.
Progress: 0 of 5 steps complete (0%)
Check DNS
DNS LookupConfirm A, AAAA, CNAME, and MX records resolve as expected.
Open DNS Lookup- Browser-based
- No signup
Check SSL
SSL CheckerReview certificate issuers and validity windows for your domain.
Open SSL Checker- Browser-based
- No signup
Inspect headers
HTTP Header CheckerVerify status codes, redirects, HTTPS, and cache headers.
Open HTTP Header Checker- Browser-based
- No signup
Generate schema
Schema Markup GeneratorDraft JSON-LD for WebSite, Organization, Article, or FAQPage.
Open Schema Markup Generator- Browser-based
- No signup
Validate schema
Schema ValidatorPaste HTML or JSON-LD to catch syntax and @type issues early.
Open Schema Validator- Browser-based
- No signup
When to use this workflow
- You are moving from staging to production on a new domain.
- Search Console shows HTTPS or indexing errors.
- You added JSON-LD and want to confirm syntax before publish.
- You need an external view of DNS and TLS beyond browser DevTools.
Tips
- Run checks on the canonical production URL after DNS propagates.
- SSL Checker uses certificate transparency data—confirm expiry against your live site too.
- Generate schema first, paste the script block into Schema Validator before deploying.
Frequently asked questions
How is this different from the SEO launch workflow?
Launch SEO-ready website focuses on meta tags, robots.txt, and sitemap.xml. This workflow adds DNS, TLS, response headers, and structured data validation.
Do DNS and SSL lookups run locally?
No. DNS Lookup and SSL Checker query public services from your browser. Do not test internal hostnames you do not want queried externally.
Can I skip schema steps?
Yes. If you only need infrastructure checks, stop after HTTP Header Checker.
Related workflows
Check HTTP headers, draft meta tags, robots.txt, and an XML sitemap before you go live.
- Check headers
- Generate meta tags
- Generate robots.txt
- Generate sitemap
