wordpress.org
WordPress.org
WordPress.org is a free, open‑source content management system that lets users create and manage websites and blogs. It offers themes, plugins, and a community of developers. Users can download the software, install it on their own hosting, and customize sites with thousands of extensions. It emphasizes flexibility, scalability, and a supportive community.
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 wordpress.org
Made from what Actuent already knows. Edit it, then publish it at
https://wordpress.org/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "wordpress.org",
"name": "WordPress.org",
"language": "en",
"pages": {
"/": {
"title": "Blog Tool, Publishing Platform, and CMS – WordPress.org",
"content": "WordPress.org is a free, open‑source content management system that lets users create and manage websites and blogs. It offers themes, plugins, and a community of developers. Users can download the software, install it on their own hosting, and customize sites with thousands of extensions. It emphasizes flexibility, scalability, and a supportive community."
},
"/about": {
"title": "About & 8211; WordPress.org",
"content": "Skip to content WordPress.org Showcase Plugins Themes Hosting News Resources Learn WordPress Documentation Education Forums Developers Blocks Patterns Photos Openverse ↗ ︎ WordPress.tv ↗ ︎ About About WordPress Make WordPress Events Five for the Future Enterprise Gutenberg ↗ ︎ Job Board ↗ ︎ Swag ↗ ︎"
},
"/about/features": {
"title": "Features & 8211; WordPress.org",
"content": "Skip to content WordPress.org Showcase Plugins Themes Hosting News Resources Learn WordPress Documentation Education Forums Developers Blocks Patterns Photos Openverse ↗ ︎ WordPress.tv ↗ ︎ About About WordPress Make WordPress Events Five for the Future Enterprise Gutenberg ↗ ︎ Job Board ↗ ︎ Swag ↗ ︎"
},
"/background-about": {
"title": "background-about",
"content": "A resting, old, gray and black oil lamp with a tune wheel and customary text logo symbol"
}
},
"actions": [
{
"id": "download",
"name": "Download WordPress",
"input": {
"type": "text",
"required": false
},
"intent": [
"download",
"install"
],
"description": "Download the latest WordPress software package"
},
{
"id": "create-blog",
"name": "Create a Blog",
"input": {
"type": "text",
"required": true
},
"intent": [
"create",
"blog"
],
"description": "Start a new blog using WordPress"
},
{
"id": "learn-more",
"name": "Learn More",
"input": {
"type": "text",
"required": false
},
"intent": [
"learn",
"documentation"
],
"description": "Access tutorials and documentation"
},
{
"id": "support",
"name": "Get Support",
"input": {
"type": "text",
"required": false
},
"intent": [
"support",
"community"
],
"description": "Access community support forums"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to WordPress.org",
"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": "WordPress.org",
"url": "https://wordpress.org",
"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
Download WordPress
Download the latest WordPress software package
downloadinstallCreate a Blog
Start a new blog using WordPress
createblogLearn More
Access tutorials and documentation
learndocumentationGet Support
Access community support forums
supportcommunityPages
Blog Tool, Publishing Platform, and CMS – WordPress.org /
WordPress.org is a free, open‑source content management system that lets users create and manage websites and blogs. It offers themes, plugins, and a community of developers. Users can download the software, install it on their own hosting, and customize sites with thousands of e
About & 8211; WordPress.org /about
Skip to content WordPress.org Showcase Plugins Themes Hosting News Resources Learn WordPress Documentation Education Forums Developers Blocks Patterns Photos Openverse ↗ ︎ WordPress.tv ↗ ︎ About About WordPress Make WordPress Events Five for the Future Enterprise Gutenberg ↗ ︎ Jo
Features & 8211; WordPress.org /about/features
Skip to content WordPress.org Showcase Plugins Themes Hosting News Resources Learn WordPress Documentation Education Forums Developers Blocks Patterns Photos Openverse ↗ ︎ WordPress.tv ↗ ︎ About About WordPress Make WordPress Events Five for the Future Enterprise Gutenberg ↗ ︎ Jo
background-about /background-about
A resting, old, gray and black oil lamp with a tune wheel and customary text logo symbol
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=wordpress.org
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 23 Sep 2026
Is this your site?
Claim wordpress.org 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="wordpress.org" async></script> or the image https://api.actuent.ai/badge.svg?domain=wordpress.org&style=cardActuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.
