automattic.com
Automattic
Automattic is the company behind WordPress.com, WooCommerce, Jetpack, and many other web products. They offer free blogging, e-commerce, security, and community tools, and support open-source projects. Their portfolio includes WordPress.com, Beeper, Tumblr, Day One, WooCommerce, Jetpack, WordPress VIP, Pocket Casts, Akismet, Longreads, Newspack, Gravatar, WordPress.org, mobile apps, P2, BuddyPress, bbPress, WordCamps, WP Job Manager, Five for the Future, and more. They also contribute to non-profit and open-source initiatives.
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 automattic.com
Made from what Actuent already knows. Edit it, then publish it at
https://automattic.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "automattic.com",
"name": "Automattic",
"language": "en",
"pages": {
"/": {
"title": "Automattic",
"content": "Automattic is the company behind WordPress.com, WooCommerce, Jetpack, and many other web products. They offer free blogging, e-commerce, security, and community tools, and support open-source projects. Their portfolio includes WordPress.com, Beeper, Tumblr, Day One, WooCommerce, Jetpack, WordPress VIP, Pocket Casts, Akismet, Longreads, Newspack, Gravatar, WordPress.org, mobile apps, P2, BuddyPress, bbPress, WordCamps, WP Job Manager, Five for the Future, and more. They also contribute to non-profit and open-source initiatives."
},
"/about": {
"title": "About Us & 8211; Automattic",
"content": "Skip to content Home About Us News Work With Us About Us Around the world, building the internet’s operating system—and a better way to work. In a world of tech companies fighting for growth at any cost, imagine one that gives away its most successful product for free — and has been doing it for 20 "
},
"/events": {
"title": "Events & 8211; Automattic",
"content": "Skip to content Home About Us News Work With Us Events Automattic is a fully distributed company with a beautiful space in NYC for all Automatticians and friends of Automattic to experience our culture: community events, co-working, art shows, cultural gatherings, and more. August 18, 2026 Woo Commu"
},
"/contact": {
"title": "Contact Us & 8211; Automattic",
"content": "Skip to content Home About Us News Work With Us Contact Us For WordPress.com support requests and billing issues, please contact our 24/7 support team . Get support for Akismet , Cloudup , Gravatar , Jetpack , Longreads , Crowdsignal , Simplenote , Simperium , VaultPress , or Woo . For global enterp"
},
"/products": {
"title": "Products & 8211; Automattic",
"content": "Skip to content Home About Us News Work With Us Automattic Products: Democratizing Publishing, Commerce, and Messaging We’re the people behind WordPress.com , WooCommerce , Tumblr , Simplenote , Jetpack , Longreads , Day One , Pocket Casts , and more. A lot more. Here are the products we make to dem"
},
"/creed/help-a-colleague": {
"title": "I will never pass up an opportunity to help out a colleague & 8211; Automattic",
"content": "Skip to content Home About Us News Work With Us The Automattic Creed I will never pass up an opportunity to help out a colleague I will never pass up an opportunity to help out a colleague It doesn& 8217;t matter who you report to or what division you& 8217;re in. If you& 8217;re an Automattician, e"
},
"/benefits/benefits-by-location": {
"title": "Benefits by location & 8211; Automattic",
"content": "Skip to content Home About Us News Work With Us Benefits Benefits by location Benefits by location Which country do you reside in? Australia • Canada • Germany • Ireland • Spain • South Africa • UK • United States • Any other country 🇦🇺 Australia: Life Insurance · Life insurance for 2× salary. Hea"
},
"/for-agencies/program-incentives": {
"title": "Automattic for Agencies Partner Earnings & 8211; Automattic",
"content": "Skip to content Home About Us News Work With Us For Agencies Automattic for Agencies Partner Earnings Automattic for Agencies Partner Earnings Automattic for Agencies Partners can earn income in three ways: Referrals —Refer your clients to Automattic and earn a commission on their purchases. Wholesa"
}
},
"actions": [
{
"id": "view-timeline",
"name": "Explore Automattic Timeline",
"input": {
"type": "text",
"required": false
},
"intent": [
"browse",
"timeline"
],
"description": "View the 20-year history of Automattic's milestones."
},
{
"id": "visit-wordpress",
"name": "Visit WordPress.com",
"input": {
"type": "text",
"required": false
},
"intent": [
"browse",
"blog"
],
"description": "Open the WordPress.com site to create a blog or website."
},
{
"id": "download-woocommerce",
"name": "Download WooCommerce Plugin",
"input": {
"type": "text",
"required": false
},
"intent": [
"download",
"ecommerce"
],
"description": "Get the free WooCommerce plugin to start selling online."
},
{
"id": "read-year-without-pants",
"name": "Read Year Without Pants",
"input": {
"type": "text",
"required": false
},
"intent": [
"read",
"book"
],
"description": "Read the book about Automattic's culture."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Automattic",
"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": "Automattic",
"url": "https://automattic.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
Explore Automattic Timeline
View the 20-year history of Automattic's milestones.
browsetimelineVisit WordPress.com
Open the WordPress.com site to create a blog or website.
browseblogDownload WooCommerce Plugin
Get the free WooCommerce plugin to start selling online.
downloadecommerceRead Year Without Pants
Read the book about Automattic's culture.
readbookPages
Automattic /
Automattic is the company behind WordPress.com, WooCommerce, Jetpack, and many other web products. They offer free blogging, e-commerce, security, and community tools, and support open-source projects. Their portfolio includes WordPress.com, Beeper, Tumblr, Day One, WooCommerce,
About Us & 8211; Automattic /about
Skip to content Home About Us News Work With Us About Us Around the world, building the internet’s operating system—and a better way to work. In a world of tech companies fighting for growth at any cost, imagine one that gives away its most successful product for free — and has b
Events & 8211; Automattic /events
Skip to content Home About Us News Work With Us Events Automattic is a fully distributed company with a beautiful space in NYC for all Automatticians and friends of Automattic to experience our culture: community events, co-working, art shows, cultural gatherings, and more. Augus
Contact Us & 8211; Automattic /contact
Skip to content Home About Us News Work With Us Contact Us For WordPress.com support requests and billing issues, please contact our 24/7 support team . Get support for Akismet , Cloudup , Gravatar , Jetpack , Longreads , Crowdsignal , Simplenote , Simperium , VaultPress , or Woo
Products & 8211; Automattic /products
Skip to content Home About Us News Work With Us Automattic Products: Democratizing Publishing, Commerce, and Messaging We’re the people behind WordPress.com , WooCommerce , Tumblr , Simplenote , Jetpack , Longreads , Day One , Pocket Casts , and more. A lot more. Here are the pro
I will never pass up an opportunity to help out a colleague & 8211; Automattic /creed/help-a-colleague
Skip to content Home About Us News Work With Us The Automattic Creed I will never pass up an opportunity to help out a colleague I will never pass up an opportunity to help out a colleague It doesn& 8217;t matter who you report to or what division you& 8217;re in. If you& 8217;re
Benefits by location & 8211; Automattic /benefits/benefits-by-location
Skip to content Home About Us News Work With Us Benefits Benefits by location Benefits by location Which country do you reside in? Australia • Canada • Germany • Ireland • Spain • South Africa • UK • United States • Any other country 🇦🇺 Australia: Life Insurance · Life insuranc
Automattic for Agencies Partner Earnings & 8211; Automattic /for-agencies/program-incentives
Skip to content Home About Us News Work With Us For Agencies Automattic for Agencies Partner Earnings Automattic for Agencies Partner Earnings Automattic for Agencies Partners can earn income in three ways: Referrals —Refer your clients to Automattic and earn a commission on thei
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=automattic.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 23 Sep 2026
Is this your site?
Claim automattic.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="automattic.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=automattic.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.
