fastly.com
Fastly
Fastly is a programmable edge cloud platform that lets developers build fast, secure, and scalable sites and applications. It offers a CDN, security, compute, and observability services, all managed through a single API. The site promotes free trials, demos, and sign‑ups, and highlights industry recognition. Users can request demos, sign up for free accounts, explore the CDN, learn about security features, and view the global network map. Fastly’s edge network is designed to be powerful yet efficient, with fewer but larger points of presence for faster caching and delivery.
55
Partly agent-ready
Agent-readiness score out of 100
- ✓ Clear description of the site
- ✓ Several pages described
- ✓ Actions agents can take
- ✓ 3 or more actions
- ○ Publishes its own LAWP (/.well-known/lawp.json)
- ○ Actions agents can execute
- ○ Business details (address, hours, phone)
How to improve this score
Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at
Publish your starter lawp.json at
/.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.+15 · Actions agents can execute
Give an action an
Give an action an
endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for fastly.com
Made from what Actuent already knows. Edit it, then publish it at
https://fastly.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "fastly.com",
"name": "Fastly",
"language": "en",
"pages": {
"/": {
"title": "Fastly – Build, Secure, and Deliver Edge Applications",
"content": "Fastly is a programmable edge cloud platform that lets developers build fast, secure, and scalable sites and applications. It offers a CDN, security, compute, and observability services, all managed through a single API. The site promotes free trials, demos, and sign‑ups, and highlights industry recognition. Users can request demos, sign up for free accounts, explore the CDN, learn about security features, and view the global network map. Fastly’s edge network is designed to be powerful yet efficient, with fewer but larger points of presence for faster caching and delivery."
},
"/about/careers": {
"title": "Jobs at Fastly Fastly",
"content": "English English 日本語 Español Español (Latinoamérica) Deutsch Français Italiano Login Customer Support Search Sorry, no results found. Fastly Platform Solutions Resources Company Pricing Try Fastly free Talk to an expert The Fastly AI platform Scale AI systems, protect your content from bots, and run "
},
"/documentation/reference/cli/service": {
"title": "Fastly CLI: fastly service Fastly Documentation",
"content": "Guides Network services Customize your content delivery. Full-Site Delivery (CDN) Streaming Delivery Purging Image Optimizer Security Protect your services and applications. Next-Gen WAF Edge Rate Limiting Access Control Lists TLS Compute Experiment with Fastly& x27;s edge computing platform. Comput"
},
"/documentation/reference/api/products": {
"title": "Products Fastly Documentation",
"content": "Guides Network services Customize your content delivery. Full-Site Delivery (CDN) Streaming Delivery Purging Image Optimizer Security Protect your services and applications. Next-Gen WAF Edge Rate Limiting Access Control Lists TLS Compute Experiment with Fastly& x27;s edge computing platform. Comput"
}
},
"actions": [
{
"id": "request_demo",
"name": "Request a Demo",
"input": {
"type": "text",
"required": false
},
"intent": [
"demo",
"product demo",
"edge cloud demo",
"showcase",
"demo request"
],
"description": "Schedule a demonstration of Fastly's edge cloud platform."
},
{
"id": "get_started",
"name": "Get Started",
"input": {
"type": "text",
"required": false
},
"intent": [
"signup",
"create account",
"free trial",
"start building",
"edge cloud signup"
],
"description": "Create a free Fastly account to start building edge applications."
},
{
"id": "check_cdn",
"name": "Check out the Fastly CDN",
"input": {
"type": "text",
"required": false
},
"intent": [
"cdn",
"content delivery network",
"edge CDN",
"cdn pricing",
"cdn features"
],
"description": "Explore Fastly's Content Delivery Network features and pricing."
},
{
"id": "learn_security",
"name": "Learn about Fastly Security",
"input": {
"type": "text",
"required": false
},
"intent": [
"security",
"web application protection",
"API protection",
"edge security",
"DDoS protection"
],
"description": "Discover Fastly's security services for web and API protection."
},
{
"id": "network_map",
"name": "Explore Network Map",
"input": {
"type": "text",
"required": false
},
"intent": [
"network map",
"global network",
"edge network",
"performance",
"latency"
],
"description": "View Fastly's global network map and performance metrics."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Fastly",
"intent": [
"contact",
"message",
"email",
"get in touch"
],
"input": {
"type": "object",
"required": true,
"fields": [
{
"name": "name",
"type": "string",
"required": true
},
{
"name": "email",
"type": "email",
"required": true
},
{
"name": "message",
"type": "string",
"required": true
}
]
}
}
]
}Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Fastly",
"url": "https://fastly.com",
"telephone": "+00 0000 0000",
"priceRange": "€€",
"address": {
"@type": "PostalAddress",
"streetAddress": "Street 1",
"postalCode": "0000",
"addressLocality": "City",
"addressCountry": "DK"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "17:00"
}
]
}
</script>What AI agents can do here
Request a Demo
Schedule a demonstration of Fastly's edge cloud platform.
demoproduct demoedge cloud demoshowcasedemo requestGet Started
Create a free Fastly account to start building edge applications.
signupcreate accountfree trialstart buildingedge cloud signupCheck out the Fastly CDN
Explore Fastly's Content Delivery Network features and pricing.
cdncontent delivery networkedge CDNcdn pricingcdn featuresLearn about Fastly Security
Discover Fastly's security services for web and API protection.
securityweb application protectionAPI protectionedge securityDDoS protectionExplore Network Map
View Fastly's global network map and performance metrics.
network mapglobal networkedge networkperformancelatencyPages
Fastly – Build, Secure, and Deliver Edge Applications /
Fastly is a programmable edge cloud platform that lets developers build fast, secure, and scalable sites and applications. It offers a CDN, security, compute, and observability services, all managed through a single API. The site promotes free trials, demos, and sign‑ups, and hig
Jobs at Fastly Fastly /about/careers
English English 日本語 Español Español (Latinoamérica) Deutsch Français Italiano Login Customer Support Search Sorry, no results found. Fastly Platform Solutions Resources Company Pricing Try Fastly free Talk to an expert The Fastly AI platform Scale AI systems, protect your content
Fastly CLI: fastly service Fastly Documentation /documentation/reference/cli/service
Guides Network services Customize your content delivery. Full-Site Delivery (CDN) Streaming Delivery Purging Image Optimizer Security Protect your services and applications. Next-Gen WAF Edge Rate Limiting Access Control Lists TLS Compute Experiment with Fastly& x27;s edge comput
Products Fastly Documentation /documentation/reference/api/products
Guides Network services Customize your content delivery. Full-Site Delivery (CDN) Streaming Delivery Purging Image Optimizer Security Protect your services and applications. Next-Gen WAF Edge Rate Limiting Access Control Lists TLS Compute Experiment with Fastly& x27;s edge comput
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=fastly.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 21 Sep 2026
Is this your site?
Claim fastly.com to edit what AI agents see, make your actions executable, and show your score:
Show your score:
<script src="https://api.actuent.ai/badge.js" data-domain="fastly.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=fastly.com&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
