chore(content): unify company facts for NAP consistency
Deploy to Production / Build & Verify (push) Has been cancelled
Deploy to Production / Pre-Deploy Tests (push) Has been cancelled
Deploy to Production / Deploy to Railway (push) Has been cancelled
Deploy to Production / Deploy to Render (push) Has been cancelled
Deploy to Production / Deploy to VPS (PM2) (push) Has been cancelled
Deploy to Production / Deploy to Fly.io (push) Has been cancelled
Deploy to Production / Post-Deploy Verification (push) Has been cancelled
Deploy to Production / Notify on Failure (push) Has been cancelled
E2E Test Suite / Smoke Tests (P0) (push) Has been cancelled
E2E Test Suite / Critical User Journeys (push) Has been cancelled
E2E Test Suite / API Integration Tests (push) Has been cancelled
E2E Test Suite / Form Interaction Tests (push) Has been cancelled
E2E Test Suite / Destructive & Chaos Tests (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (chromium) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (firefox) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (webkit) (push) Has been cancelled
E2E Test Suite / Mobile Device Tests (push) Has been cancelled
E2E Test Suite / Security Header Tests (push) Has been cancelled
E2E Test Suite / Test Report Summary (push) Has been cancelled
Ping Search Engines / Notify Search Engines (push) Failing after 14m45s
Deploy to Production / Build & Verify (push) Has been cancelled
Deploy to Production / Pre-Deploy Tests (push) Has been cancelled
Deploy to Production / Deploy to Railway (push) Has been cancelled
Deploy to Production / Deploy to Render (push) Has been cancelled
Deploy to Production / Deploy to VPS (PM2) (push) Has been cancelled
Deploy to Production / Deploy to Fly.io (push) Has been cancelled
Deploy to Production / Post-Deploy Verification (push) Has been cancelled
Deploy to Production / Notify on Failure (push) Has been cancelled
E2E Test Suite / Smoke Tests (P0) (push) Has been cancelled
E2E Test Suite / Critical User Journeys (push) Has been cancelled
E2E Test Suite / API Integration Tests (push) Has been cancelled
E2E Test Suite / Form Interaction Tests (push) Has been cancelled
E2E Test Suite / Destructive & Chaos Tests (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (chromium) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (firefox) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (webkit) (push) Has been cancelled
E2E Test Suite / Mobile Device Tests (push) Has been cancelled
E2E Test Suite / Security Header Tests (push) Has been cancelled
E2E Test Suite / Test Report Summary (push) Has been cancelled
Ping Search Engines / Notify Search Engines (push) Failing after 14m45s
Reconcile inconsistent company facts to the canonical set (single
source of truth):
- Structured-data Organization/LocalBusiness/publisher/provider names
now use the legal entity name "WorkRoot IT Solutions LLP"
(SEO.astro, utils/seo.ts) for NAP consistency. Brand short forms
("WorkRoot", "WorkRoot IT Solutions") retained only as display brand
and alternateName.
- Headline government-reach proof figure unified to "11+ districts"
across all company-level proof bands and marketing/SEO copy
(ProofNumbers, /about, /portfolio, homepage, /services, SEO desc).
Specific Bihar Police Management System case studies / service-page
stat tiles keep the factual "11 districts" — documented rationale.
- Verified phone (+91 9561417403), email (admin@workroot.in),
founded (2022), 20+ projects, 50,000+ records, 99.9% uptime and
IIT Patna partnership are consistent site-wide.
Added .agent/scratch/FACTS-CANONICAL.md as the single source of truth
plus an off-site checklist (LinkedIn, Clutch, GoodFirms, Crunchbase,
GeM) to keep external listings identical. Build passes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
84624976a8
commit
5a2b68763f
@@ -21,7 +21,7 @@
|
||||
// Each answer is written as a definitive, self-contained paragraph: it can be
|
||||
// read (or quoted) in isolation without the question for context, and the
|
||||
// buyer-stage answers bundle the WorkRoot name with the canonical numbers
|
||||
// (founded 2022 · 20+ projects · 11 districts · 50,000+ records · 99.9%
|
||||
// (founded 2022 · 20+ projects · 11+ districts · 50,000+ records · 99.9%
|
||||
// uptime · GeM · IIT Patna). Keep every figure identical to <ProofNumbers />
|
||||
// and the homepage `companyFacts` set — the visible text below is also the
|
||||
// source for the FAQPage JSON-LD emitted at the bottom of this component.
|
||||
@@ -54,7 +54,7 @@ const moneyFaqs = [
|
||||
{
|
||||
question: 'Do you work with government tenders / GeM?',
|
||||
answer:
|
||||
'Yes. WorkRoot IT Solutions is empanelled on the Government e-Marketplace (GeM) for relevant IT service categories and can respond to government tenders. We have delivered public-service platforms live across 11 districts of Bihar at 99.9% uptime, including a Police Management System and a Smart Crematorium Management System for the Bihar Government.',
|
||||
'Yes. WorkRoot IT Solutions is empanelled on the Government e-Marketplace (GeM) for relevant IT service categories and can respond to government tenders. We have delivered public-service platforms live across 11+ districts of Bihar at 99.9% uptime, including a Police Management System and a Smart Crematorium Management System for the Bihar Government.',
|
||||
},
|
||||
{
|
||||
question: 'What technologies do you work with?',
|
||||
|
||||
@@ -40,12 +40,12 @@ interface Props {
|
||||
// credibility bug this set was created to fix.
|
||||
//
|
||||
// - "20+ Projects" — total delivered engagements
|
||||
// - "11 Districts Deployed" — matches hero trust badge copy
|
||||
// - "11+ Districts Deployed" — cumulative Bihar government district reach
|
||||
// - "50,000+ Records Managed" — records under management across deployments
|
||||
// - "8+ Years Avg Experience" — average team experience
|
||||
const defaultItems: ProofItem[] = [
|
||||
{ value: '20+', label: 'Projects' },
|
||||
{ value: '11', label: 'Districts Deployed' },
|
||||
{ value: '11+', label: 'Districts Deployed' },
|
||||
{ value: '50,000+', label: 'Records Managed' },
|
||||
{ value: '8+', label: 'Years Avg Experience' },
|
||||
];
|
||||
|
||||
@@ -54,7 +54,7 @@ const orgId = `${baseUrl}/#organization`;
|
||||
// src/pages/index.astro). All three are 5★, so the aggregate rating is 5.0
|
||||
// over reviewCount = 3.
|
||||
//
|
||||
// Headline proof numbers in the description (20+ projects · 11 districts ·
|
||||
// Headline proof numbers in the description (20+ projects · 11+ districts ·
|
||||
// 50,000+ records · 99.9% uptime) mirror the canonical set in
|
||||
// ProofNumbers.astro and the /services stats — keep them identical site-wide.
|
||||
// ---------------------------------------------------------------------------
|
||||
@@ -102,7 +102,7 @@ const organizationSchema = {
|
||||
"height": "512"
|
||||
},
|
||||
"image": `${baseUrl}/og-image.jpg`,
|
||||
"description": "WorkRoot IT Solutions LLP builds production-grade web, mobile, ERP, and government IT systems — 20+ projects delivered across 11 districts, 50,000+ records managed, and 99.9% uptime on mission-critical government deployments.",
|
||||
"description": "WorkRoot IT Solutions LLP builds production-grade web, mobile, ERP, and government IT systems — 20+ projects delivered across 11+ districts, 50,000+ records managed, and 99.9% uptime on mission-critical government deployments.",
|
||||
"foundingDate": "2022",
|
||||
"founder": {
|
||||
"@type": "Person",
|
||||
@@ -238,7 +238,7 @@ const blogPostingSchema = article && type === 'BlogPosting' ? {
|
||||
"dateModified": article.dateModified || article.datePublished,
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "WorkRoot IT Solutions",
|
||||
"name": "WorkRoot IT Solutions LLP",
|
||||
"url": baseUrl,
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
@@ -298,7 +298,7 @@ const webPageSchema = type === 'WebPage' && Astro.url.pathname !== '/' ? {
|
||||
},
|
||||
"about": {
|
||||
"@type": "Organization",
|
||||
"name": "WorkRoot IT Solutions"
|
||||
"name": "WorkRoot IT Solutions LLP"
|
||||
},
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
@@ -330,7 +330,7 @@ const aboutPageSchema = type === 'AboutPage' ? {
|
||||
"inLanguage": "en-US",
|
||||
"mainEntity": {
|
||||
"@type": "Organization",
|
||||
"name": "WorkRoot IT Solutions",
|
||||
"name": "WorkRoot IT Solutions LLP",
|
||||
"url": baseUrl
|
||||
}
|
||||
} : null;
|
||||
@@ -345,8 +345,8 @@ const contactPageSchema = type === 'ContactPage' ? {
|
||||
"inLanguage": "en-US",
|
||||
"mainEntity": {
|
||||
"@type": "LocalBusiness",
|
||||
"name": "WorkRoot IT Solutions",
|
||||
"alternateName": "WorkRoot IT Solutions LLP",
|
||||
"name": "WorkRoot IT Solutions LLP",
|
||||
"alternateName": "WorkRoot IT Solutions",
|
||||
"url": baseUrl,
|
||||
"telephone": "+91-9561417403",
|
||||
"email": "admin@workroot.in",
|
||||
|
||||
Reference in New Issue
Block a user