// Block 1 — Organization
{
“@context”: “https://schema.org”,
“@type”: “Organization”,
“name”: “TaskForce AI”,
“legalName”: “TaskForce AI (Private) Limited”,
“url”: “https://taskforceai.tech”,
“logo”: “https://taskforceai.tech/logo-horizontal.png”,
“description”: “Sri Lanka’s leading AI automation company specialising in AI voice agents, AI calling agents, intelligent workflow automation, and AI customer service solutions for businesses in Colombo and the Middle East.”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “72/1/1 Temple Road, Nawala”,
“addressLocality”: “Colombo”,
“addressCountry”: “LK”
},
“telephone”: “+94776697566”,
“email”: “chrys@taskforceai.tech”,
“areaServed”: [“Sri Lanka”, “Oman”, “United Arab Emirates”, “United Kingdom”],
“sameAs”: [
“https://web.facebook.com/ForcAi”,
“https://www.linkedin.com/company/taskforceai-tech/”,
“https://www.instagram.com/taskforce.ai.tech”
],
“knowsAbout”: [“AI Voice Agents”, “AI Automation”, “AI Calling Agents”, “AI Customer Service”, “Intelligent Automation Agents”, “AI Receptionist”]
}
// Block 2 — WebSite (enables Google Sitelinks search)
{
“@context”: “https://schema.org”,
“@type”: “WebSite”,
“name”: “TaskForce AI”,
“url”: “https://taskforceai.tech”
}