Skip to content

Commit e5f3d02

Browse files
committed
seo: add FAQPage schema (5 Q&As) to homepage for AI Overview citations; fix escalations article opening with direct answer for featured snippet at pos 6
1 parent a8e1140 commit e5f3d02

71 files changed

Lines changed: 3552 additions & 148 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

react-app/dist/about/index.html

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,56 @@
9494
}
9595
</script>
9696

97+
<!-- JSON-LD: FAQPage -->
98+
<script type="application/ld+json">
99+
{
100+
"@context": "https://schema.org",
101+
"@type": "FAQPage",
102+
"mainEntity": [
103+
{
104+
"@type": "Question",
105+
"name": "What is an AI services company?",
106+
"acceptedAnswer": {
107+
"@type": "Answer",
108+
"text": "An AI services company builds, deploys, and operates production AI systems for businesses. Unlike AI consultants (who produce strategy documents) or AI implementors (who hand off at launch), an AI services company stays accountable for the system working and improving over time. Altor builds AI systems that connect to your production tools and automate specific workflows — live in 3 weeks."
109+
}
110+
},
111+
{
112+
"@type": "Question",
113+
"name": "How much does it cost to build an AI agent?",
114+
"acceptedAnswer": {
115+
"@type": "Answer",
116+
"text": "Custom AI agent development costs $10K–$75K for a single-workflow production deployment, plus $1K–$5K/month for ongoing maintenance. A simple agent connecting to 1-2 systems costs $10K–$25K. A complex agent connecting to 5-6 production systems costs $40K–$75K. Most deployments go live within 3 weeks."
117+
}
118+
},
119+
{
120+
"@type": "Question",
121+
"name": "Is there software that can reduce support escalations?",
122+
"acceptedAnswer": {
123+
"@type": "Answer",
124+
"text": "Yes. Software that automatically investigates support tickets by querying production systems (logs, bug trackers, billing, recent deploys) gives frontline agents the context they need to resolve tickets without escalating. At Portkey, this approach reduced investigation time from 45 minutes to 2 minutes and eliminated the information gap that causes most escalations."
125+
}
126+
},
127+
{
128+
"@type": "Question",
129+
"name": "How long does AI deployment take?",
130+
"acceptedAnswer": {
131+
"@type": "Answer",
132+
"text": "A focused single-workflow AI deployment typically takes 2-4 weeks from kickoff to first live investigation. Week 1: stack audit and integration planning. Week 2: read-only connections live, first investigations on real data. Weeks 3-4: playbooks tuned, team trained, system handed over."
133+
}
134+
},
135+
{
136+
"@type": "Question",
137+
"name": "What is production AI?",
138+
"acceptedAnswer": {
139+
"@type": "Answer",
140+
"text": "Production AI is an AI system that operates continuously in a live business environment, handling real data and real users — held to the same reliability standards as any other production software. This is different from pilot AI (which runs in controlled environments) or demo AI (which shows capability without handling real workflows). 67% of enterprise AI projects fail to reach production."
141+
}
142+
}
143+
]
144+
}
145+
</script>
146+
97147
<!-- JSON-LD: ProfessionalService -->
98148
<script type="application/ld+json">
99149
{
@@ -157,7 +207,7 @@
157207
]
158208
}
159209
</script>
160-
<script type="module" crossorigin="" src="/assets/index-df0a24a9.js"></script>
210+
<script type="module" crossorigin="" src="/assets/index-b7ff1b31.js"></script>
161211
<link rel="stylesheet" href="/assets/index-fb2bbd1e.css">
162212
<script type="application/ld+json" id="page-jsonld">{"@context":"https://schema.org","@type":"Article","headline":"About Altor — Built by Engineers Who Lived the Problem","description":"Altor was built by engineers who spent years watching brilliant support teams waste hours per ticket manually copying data between ClickHouse, Linear, Stripe, and GitHub. We automated the investigation so they don't have to.","url":"https://altorlab.com/about","datePublished":"2026-04-14","dateModified":"2026-04-14","author":{"@type":"Organization","name":"Altor","url":"https://altorlab.com"},"publisher":{"@type":"Organization","name":"Altor","url":"https://altorlab.com","logo":{"@type":"ImageObject","url":"https://altorlab.com/favicon.svg"}}}</script></head>
163213

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-app/dist/blog/ai-agent-cost-pricing-guide/index.html

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,56 @@
9494
}
9595
</script>
9696

97+
<!-- JSON-LD: FAQPage -->
98+
<script type="application/ld+json">
99+
{
100+
"@context": "https://schema.org",
101+
"@type": "FAQPage",
102+
"mainEntity": [
103+
{
104+
"@type": "Question",
105+
"name": "What is an AI services company?",
106+
"acceptedAnswer": {
107+
"@type": "Answer",
108+
"text": "An AI services company builds, deploys, and operates production AI systems for businesses. Unlike AI consultants (who produce strategy documents) or AI implementors (who hand off at launch), an AI services company stays accountable for the system working and improving over time. Altor builds AI systems that connect to your production tools and automate specific workflows — live in 3 weeks."
109+
}
110+
},
111+
{
112+
"@type": "Question",
113+
"name": "How much does it cost to build an AI agent?",
114+
"acceptedAnswer": {
115+
"@type": "Answer",
116+
"text": "Custom AI agent development costs $10K–$75K for a single-workflow production deployment, plus $1K–$5K/month for ongoing maintenance. A simple agent connecting to 1-2 systems costs $10K–$25K. A complex agent connecting to 5-6 production systems costs $40K–$75K. Most deployments go live within 3 weeks."
117+
}
118+
},
119+
{
120+
"@type": "Question",
121+
"name": "Is there software that can reduce support escalations?",
122+
"acceptedAnswer": {
123+
"@type": "Answer",
124+
"text": "Yes. Software that automatically investigates support tickets by querying production systems (logs, bug trackers, billing, recent deploys) gives frontline agents the context they need to resolve tickets without escalating. At Portkey, this approach reduced investigation time from 45 minutes to 2 minutes and eliminated the information gap that causes most escalations."
125+
}
126+
},
127+
{
128+
"@type": "Question",
129+
"name": "How long does AI deployment take?",
130+
"acceptedAnswer": {
131+
"@type": "Answer",
132+
"text": "A focused single-workflow AI deployment typically takes 2-4 weeks from kickoff to first live investigation. Week 1: stack audit and integration planning. Week 2: read-only connections live, first investigations on real data. Weeks 3-4: playbooks tuned, team trained, system handed over."
133+
}
134+
},
135+
{
136+
"@type": "Question",
137+
"name": "What is production AI?",
138+
"acceptedAnswer": {
139+
"@type": "Answer",
140+
"text": "Production AI is an AI system that operates continuously in a live business environment, handling real data and real users — held to the same reliability standards as any other production software. This is different from pilot AI (which runs in controlled environments) or demo AI (which shows capability without handling real workflows). 67% of enterprise AI projects fail to reach production."
141+
}
142+
}
143+
]
144+
}
145+
</script>
146+
97147
<!-- JSON-LD: ProfessionalService -->
98148
<script type="application/ld+json">
99149
{
@@ -157,7 +207,7 @@
157207
]
158208
}
159209
</script>
160-
<script type="module" crossorigin="" src="/assets/index-df0a24a9.js"></script>
210+
<script type="module" crossorigin="" src="/assets/index-b7ff1b31.js"></script>
161211
<link rel="stylesheet" href="/assets/index-fb2bbd1e.css">
162212
<script type="application/ld+json" id="page-jsonld">{"@context":"https://schema.org","@type":"Article","headline":"How Much Does It Cost to Build an AI Agent? (2026 Pricing Guide)","description":"Custom AI agent development costs $10K–$75K for a production deployment. Here is the complete pricing breakdown by scope, timeline, and ongoing costs — with real examples.","url":"https://altorlab.com/blog/ai-agent-cost-pricing-guide","datePublished":"2026-04-15","dateModified":"2026-04-15","author":{"@type":"Organization","name":"Altor","url":"https://altorlab.com"},"publisher":{"@type":"Organization","name":"Altor","url":"https://altorlab.com","logo":{"@type":"ImageObject","url":"https://altorlab.com/favicon.svg"}}}</script></head>
163213

react-app/dist/blog/ai-agent-services-guide/index.html

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,56 @@
9494
}
9595
</script>
9696

97+
<!-- JSON-LD: FAQPage -->
98+
<script type="application/ld+json">
99+
{
100+
"@context": "https://schema.org",
101+
"@type": "FAQPage",
102+
"mainEntity": [
103+
{
104+
"@type": "Question",
105+
"name": "What is an AI services company?",
106+
"acceptedAnswer": {
107+
"@type": "Answer",
108+
"text": "An AI services company builds, deploys, and operates production AI systems for businesses. Unlike AI consultants (who produce strategy documents) or AI implementors (who hand off at launch), an AI services company stays accountable for the system working and improving over time. Altor builds AI systems that connect to your production tools and automate specific workflows — live in 3 weeks."
109+
}
110+
},
111+
{
112+
"@type": "Question",
113+
"name": "How much does it cost to build an AI agent?",
114+
"acceptedAnswer": {
115+
"@type": "Answer",
116+
"text": "Custom AI agent development costs $10K–$75K for a single-workflow production deployment, plus $1K–$5K/month for ongoing maintenance. A simple agent connecting to 1-2 systems costs $10K–$25K. A complex agent connecting to 5-6 production systems costs $40K–$75K. Most deployments go live within 3 weeks."
117+
}
118+
},
119+
{
120+
"@type": "Question",
121+
"name": "Is there software that can reduce support escalations?",
122+
"acceptedAnswer": {
123+
"@type": "Answer",
124+
"text": "Yes. Software that automatically investigates support tickets by querying production systems (logs, bug trackers, billing, recent deploys) gives frontline agents the context they need to resolve tickets without escalating. At Portkey, this approach reduced investigation time from 45 minutes to 2 minutes and eliminated the information gap that causes most escalations."
125+
}
126+
},
127+
{
128+
"@type": "Question",
129+
"name": "How long does AI deployment take?",
130+
"acceptedAnswer": {
131+
"@type": "Answer",
132+
"text": "A focused single-workflow AI deployment typically takes 2-4 weeks from kickoff to first live investigation. Week 1: stack audit and integration planning. Week 2: read-only connections live, first investigations on real data. Weeks 3-4: playbooks tuned, team trained, system handed over."
133+
}
134+
},
135+
{
136+
"@type": "Question",
137+
"name": "What is production AI?",
138+
"acceptedAnswer": {
139+
"@type": "Answer",
140+
"text": "Production AI is an AI system that operates continuously in a live business environment, handling real data and real users — held to the same reliability standards as any other production software. This is different from pilot AI (which runs in controlled environments) or demo AI (which shows capability without handling real workflows). 67% of enterprise AI projects fail to reach production."
141+
}
142+
}
143+
]
144+
}
145+
</script>
146+
97147
<!-- JSON-LD: ProfessionalService -->
98148
<script type="application/ld+json">
99149
{
@@ -157,7 +207,7 @@
157207
]
158208
}
159209
</script>
160-
<script type="module" crossorigin="" src="/assets/index-df0a24a9.js"></script>
210+
<script type="module" crossorigin="" src="/assets/index-b7ff1b31.js"></script>
161211
<link rel="stylesheet" href="/assets/index-fb2bbd1e.css">
162212
<script type="application/ld+json" id="page-jsonld">{"@context":"https://schema.org","@type":"Article","headline":"AI Agent Services: What They Cost, How They Work, and Who Needs Them","description":"AI agent services cost $10K–$50K for a custom deployment, take 2–4 weeks, and automate specific workflows end-to-end. Here is exactly what you get, what it costs, and whether your business is a fit.","url":"https://altorlab.com/blog/ai-agent-services-guide","datePublished":"2026-04-15","dateModified":"2026-04-15","author":{"@type":"Organization","name":"Altor","url":"https://altorlab.com"},"publisher":{"@type":"Organization","name":"Altor","url":"https://altorlab.com","logo":{"@type":"ImageObject","url":"https://altorlab.com/favicon.svg"}}}</script></head>
163213

react-app/dist/blog/ai-services-vs-ai-consulting-vs-ai-implementation/index.html

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,56 @@
9494
}
9595
</script>
9696

97+
<!-- JSON-LD: FAQPage -->
98+
<script type="application/ld+json">
99+
{
100+
"@context": "https://schema.org",
101+
"@type": "FAQPage",
102+
"mainEntity": [
103+
{
104+
"@type": "Question",
105+
"name": "What is an AI services company?",
106+
"acceptedAnswer": {
107+
"@type": "Answer",
108+
"text": "An AI services company builds, deploys, and operates production AI systems for businesses. Unlike AI consultants (who produce strategy documents) or AI implementors (who hand off at launch), an AI services company stays accountable for the system working and improving over time. Altor builds AI systems that connect to your production tools and automate specific workflows — live in 3 weeks."
109+
}
110+
},
111+
{
112+
"@type": "Question",
113+
"name": "How much does it cost to build an AI agent?",
114+
"acceptedAnswer": {
115+
"@type": "Answer",
116+
"text": "Custom AI agent development costs $10K–$75K for a single-workflow production deployment, plus $1K–$5K/month for ongoing maintenance. A simple agent connecting to 1-2 systems costs $10K–$25K. A complex agent connecting to 5-6 production systems costs $40K–$75K. Most deployments go live within 3 weeks."
117+
}
118+
},
119+
{
120+
"@type": "Question",
121+
"name": "Is there software that can reduce support escalations?",
122+
"acceptedAnswer": {
123+
"@type": "Answer",
124+
"text": "Yes. Software that automatically investigates support tickets by querying production systems (logs, bug trackers, billing, recent deploys) gives frontline agents the context they need to resolve tickets without escalating. At Portkey, this approach reduced investigation time from 45 minutes to 2 minutes and eliminated the information gap that causes most escalations."
125+
}
126+
},
127+
{
128+
"@type": "Question",
129+
"name": "How long does AI deployment take?",
130+
"acceptedAnswer": {
131+
"@type": "Answer",
132+
"text": "A focused single-workflow AI deployment typically takes 2-4 weeks from kickoff to first live investigation. Week 1: stack audit and integration planning. Week 2: read-only connections live, first investigations on real data. Weeks 3-4: playbooks tuned, team trained, system handed over."
133+
}
134+
},
135+
{
136+
"@type": "Question",
137+
"name": "What is production AI?",
138+
"acceptedAnswer": {
139+
"@type": "Answer",
140+
"text": "Production AI is an AI system that operates continuously in a live business environment, handling real data and real users — held to the same reliability standards as any other production software. This is different from pilot AI (which runs in controlled environments) or demo AI (which shows capability without handling real workflows). 67% of enterprise AI projects fail to reach production."
141+
}
142+
}
143+
]
144+
}
145+
</script>
146+
97147
<!-- JSON-LD: ProfessionalService -->
98148
<script type="application/ld+json">
99149
{
@@ -157,7 +207,7 @@
157207
]
158208
}
159209
</script>
160-
<script type="module" crossorigin="" src="/assets/index-df0a24a9.js"></script>
210+
<script type="module" crossorigin="" src="/assets/index-b7ff1b31.js"></script>
161211
<link rel="stylesheet" href="/assets/index-fb2bbd1e.css">
162212
<script type="application/ld+json" id="page-jsonld">{"@context":"https://schema.org","@type":"Article","headline":"AI Services vs AI Consulting vs AI Implementation: What's the Difference?","description":"These three terms are used interchangeably by vendors but mean very different things when it comes to outcomes, cost structure, and what you actually get. Here is how to tell them apart.","url":"https://altorlab.com/blog/ai-services-vs-ai-consulting-vs-ai-implementation","datePublished":"2026-04-15","dateModified":"2026-04-15","author":{"@type":"Organization","name":"Altor","url":"https://altorlab.com"},"publisher":{"@type":"Organization","name":"Altor","url":"https://altorlab.com","logo":{"@type":"ImageObject","url":"https://altorlab.com/favicon.svg"}}}</script></head>
163213

react-app/dist/blog/ai-support-agent-vs-chatbot/index.html

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,56 @@
9494
}
9595
</script>
9696

97+
<!-- JSON-LD: FAQPage -->
98+
<script type="application/ld+json">
99+
{
100+
"@context": "https://schema.org",
101+
"@type": "FAQPage",
102+
"mainEntity": [
103+
{
104+
"@type": "Question",
105+
"name": "What is an AI services company?",
106+
"acceptedAnswer": {
107+
"@type": "Answer",
108+
"text": "An AI services company builds, deploys, and operates production AI systems for businesses. Unlike AI consultants (who produce strategy documents) or AI implementors (who hand off at launch), an AI services company stays accountable for the system working and improving over time. Altor builds AI systems that connect to your production tools and automate specific workflows — live in 3 weeks."
109+
}
110+
},
111+
{
112+
"@type": "Question",
113+
"name": "How much does it cost to build an AI agent?",
114+
"acceptedAnswer": {
115+
"@type": "Answer",
116+
"text": "Custom AI agent development costs $10K–$75K for a single-workflow production deployment, plus $1K–$5K/month for ongoing maintenance. A simple agent connecting to 1-2 systems costs $10K–$25K. A complex agent connecting to 5-6 production systems costs $40K–$75K. Most deployments go live within 3 weeks."
117+
}
118+
},
119+
{
120+
"@type": "Question",
121+
"name": "Is there software that can reduce support escalations?",
122+
"acceptedAnswer": {
123+
"@type": "Answer",
124+
"text": "Yes. Software that automatically investigates support tickets by querying production systems (logs, bug trackers, billing, recent deploys) gives frontline agents the context they need to resolve tickets without escalating. At Portkey, this approach reduced investigation time from 45 minutes to 2 minutes and eliminated the information gap that causes most escalations."
125+
}
126+
},
127+
{
128+
"@type": "Question",
129+
"name": "How long does AI deployment take?",
130+
"acceptedAnswer": {
131+
"@type": "Answer",
132+
"text": "A focused single-workflow AI deployment typically takes 2-4 weeks from kickoff to first live investigation. Week 1: stack audit and integration planning. Week 2: read-only connections live, first investigations on real data. Weeks 3-4: playbooks tuned, team trained, system handed over."
133+
}
134+
},
135+
{
136+
"@type": "Question",
137+
"name": "What is production AI?",
138+
"acceptedAnswer": {
139+
"@type": "Answer",
140+
"text": "Production AI is an AI system that operates continuously in a live business environment, handling real data and real users — held to the same reliability standards as any other production software. This is different from pilot AI (which runs in controlled environments) or demo AI (which shows capability without handling real workflows). 67% of enterprise AI projects fail to reach production."
141+
}
142+
}
143+
]
144+
}
145+
</script>
146+
97147
<!-- JSON-LD: ProfessionalService -->
98148
<script type="application/ld+json">
99149
{
@@ -157,7 +207,7 @@
157207
]
158208
}
159209
</script>
160-
<script type="module" crossorigin="" src="/assets/index-df0a24a9.js"></script>
210+
<script type="module" crossorigin="" src="/assets/index-b7ff1b31.js"></script>
161211
<link rel="stylesheet" href="/assets/index-fb2bbd1e.css">
162212
<script type="application/ld+json" id="page-jsonld">{"@context":"https://schema.org","@type":"Article","headline":"AI Support Agent vs. Chatbot: Which One Actually Reduces Escalations?","description":"Chatbots are good at docs. They usually break down on live technical tickets. Here's how B2B support teams decide when they need answer generation — and when they need real investigation.","url":"https://altorlab.com/blog/ai-support-agent-vs-chatbot","datePublished":"2026-03-03","dateModified":"2026-03-03","author":{"@type":"Organization","name":"Altor","url":"https://altorlab.com"},"publisher":{"@type":"Organization","name":"Altor","url":"https://altorlab.com","logo":{"@type":"ImageObject","url":"https://altorlab.com/favicon.svg"}}}</script></head>
163213

0 commit comments

Comments
 (0)