📋 Quick Start
- Build the site:
npm run build - Start preview server:
npm run preview - Click on the testing tools below
- Enter the URLs from the list below
- Review results and fix any errors
📍 Pages to Test
- https://workroot.in/
- https://workroot.in/about
- https://workroot.in/services
- https://workroot.in/contact
- https://workroot.in/blog
- https://workroot.in/blog/[any-blog-post]
🛠️ Testing Tools
Google Rich Results Test Primary
Official Google tool to test structured data and preview rich results. Essential for SEO.
Open Tool →Schema.org Validator Primary
Validates JSON-LD structured data against Schema.org specifications.
Open Tool →Facebook Sharing Debugger
Test and debug Open Graph tags for Facebook, LinkedIn, and other platforms.
Open Tool →Twitter Card Validator
Preview how your pages will look when shared on Twitter/X with Twitter Cards.
Open Tool →LinkedIn Post Inspector
Preview and validate how your content appears when shared on LinkedIn.
Open Tool →Google Search Console
Monitor structured data performance, errors, and rich result impressions.
Open Tool →💡 Pro Tips
- Always test after building the site (
npm run build) - Test both desktop and mobile views
- Clear cache if changes don't appear (especially Facebook)
- Run
npm run validate:schemafor automated local testing - Monitor Google Search Console weekly for new issues
- Social sharing images should be 1200x630px for best results
✅ Expected Results
| Page | Expected Schemas |
|---|---|
| Homepage | Organization, WebSite, FAQPage |
| Blog Post | BlogPosting, BreadcrumbList, Person |
| Services | Service, BreadcrumbList, WebPage |
| About | AboutPage, BreadcrumbList |
| Contact | ContactPage, BreadcrumbList |