microsoft.com
Microsoft
Microsoft’s homepage welcomes visitors with a hero image and personalized prompts. It offers AI‑powered suggestions, quick access to PC recommendations, Microsoft 365 tips, and sign‑in. A carousel showcases Xbox trade‑in deals and Surface Pro offers, each with images and links to shop. The page encourages users to explore products, trade‑in options, and learn about Microsoft services.
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 microsoft.com
Made from what Actuent already knows. Edit it, then publish it at
https://microsoft.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "microsoft.com",
"name": "Microsoft",
"language": "en",
"pages": {
"/": {
"title": "Hi there, welcome to Microsoft",
"content": "Microsoft’s homepage welcomes visitors with a hero image and personalized prompts. It offers AI‑powered suggestions, quick access to PC recommendations, Microsoft 365 tips, and sign‑in. A carousel showcases Xbox trade‑in deals and Surface Pro offers, each with images and links to shop. The page encourages users to explore products, trade‑in options, and learn about Microsoft services."
},
"/en-us/windows/shop-pcs": {
"title": "Shop Windows Computers, PCs, AI-Powered Laptops, & More Microsoft Windows",
"content": "Skip to main content Discover Windows Shop all PCs Shop laptops Shop gaming PCs Shop 2-in-1 PCs Shop performance PCs Shop desktop PCs Compare Help and support For business Microsoft 365 Azure Copilot Windows Surface XBOX Deals Small Business Support Windows Apps Outlook OneDrive Microsoft Teams OneN"
},
"/ar-xm/windows/ai-features": {
"title": "أدوات وخصائص ومساعد الذكاء الاصطناعي في نظام Windows 11 Microsoft Windows",
"content": "تخطي إلى المحتوى الرئيسي Windows التعرف على Windows 11 مقارنة نظام التشغيل Windows 10 بنظام التشغيل Windows 11 أمن نظام Windows 11 ميزات الذكاء الاصطناعي في Windows تحرير الصور والأفلام ارسم وأنشئ باستخدام برنامج الرسام لمسة وصوت وقلم رقمي مزامنة الهواتف الذكية مع الكمبيوتر ميزات إمكانية الوصول لنظا"
},
"/en-us/windows/ai-features": {
"title": "AI Tools, Features, & Assistance in Windows 11 Microsoft Windows",
"content": "Skip to main content Discover Windows Shop all PCs Shop laptops Shop gaming PCs Shop 2-in-1 PCs Shop performance PCs Shop desktop PCs Compare Help and support For business Microsoft 365 Azure Copilot Windows Surface XBOX Deals Small Business Support Windows Apps Outlook OneDrive Microsoft Teams OneN"
},
"/en-us/windows/tips/start-menu": {
"title": "Start Menu Microsoft Windows",
"content": "This is the Trace Id: 5372b722aac2adf82db9cd294b55c2b2 Skip to main content Discover Windows Shop all PCs Shop laptops Shop gaming PCs Shop 2-in-1 PCs Shop performance PCs Shop desktop PCs Compare Help and support For business Microsoft 365 Azure Copilot Windows Surface XBOX Deals Small Business Sup"
},
"/en-us/surface/business/warranty-protection-plans-and-support": {
"title": "Surface Business Warranty, Protection Plans, and Support Microsoft Surface",
"content": "This is the Trace Id: ac4b15bdfa5ec59a1009a3ed3602eb94 Skip to main content Surface for Business Surface Pro Surface Laptop Compare Surface models Accessories Where to buy For home Microsoft Security Azure Dynamics 365 Microsoft 365 Microsoft Teams Windows 365 Microsoft AI Azure Space Mixed reality "
}
},
"actions": [
{
"id": "ask-question",
"name": "Ask a Question",
"input": {
"type": "text",
"required": false
},
"intent": [
"ask_question"
],
"description": "Ask a question about Microsoft products"
},
{
"id": "choose-pc",
"name": "Help me choose a PC",
"input": {
"type": "text",
"required": false
},
"intent": [
"recommend_pc"
],
"description": "Get PC recommendations"
},
{
"id": "sign-in",
"name": "Sign In",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign_in"
],
"description": "Sign in to Microsoft account"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Microsoft",
"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": "Microsoft",
"url": "https://microsoft.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
Ask a Question
Ask a question about Microsoft products
ask_questionHelp me choose a PC
Get PC recommendations
recommend_pcSign In
Sign in to Microsoft account
sign_inPages
Hi there, welcome to Microsoft /
Microsoft’s homepage welcomes visitors with a hero image and personalized prompts. It offers AI‑powered suggestions, quick access to PC recommendations, Microsoft 365 tips, and sign‑in. A carousel showcases Xbox trade‑in deals and Surface Pro offers, each with images and links to
Shop Windows Computers, PCs, AI-Powered Laptops, & More Microsoft Windows /en-us/windows/shop-pcs
Skip to main content Discover Windows Shop all PCs Shop laptops Shop gaming PCs Shop 2-in-1 PCs Shop performance PCs Shop desktop PCs Compare Help and support For business Microsoft 365 Azure Copilot Windows Surface XBOX Deals Small Business Support Windows Apps Outlook OneDrive
أدوات وخصائص ومساعد الذكاء الاصطناعي في نظام Windows 11 Microsoft Windows /ar-xm/windows/ai-features
تخطي إلى المحتوى الرئيسي Windows التعرف على Windows 11 مقارنة نظام التشغيل Windows 10 بنظام التشغيل Windows 11 أمن نظام Windows 11 ميزات الذكاء الاصطناعي في Windows تحرير الصور والأفلام ارسم وأنشئ باستخدام برنامج الرسام لمسة وصوت وقلم رقمي مزامنة الهواتف الذكية مع الكمبيوتر ميزات
AI Tools, Features, & Assistance in Windows 11 Microsoft Windows /en-us/windows/ai-features
Skip to main content Discover Windows Shop all PCs Shop laptops Shop gaming PCs Shop 2-in-1 PCs Shop performance PCs Shop desktop PCs Compare Help and support For business Microsoft 365 Azure Copilot Windows Surface XBOX Deals Small Business Support Windows Apps Outlook OneDrive
Start Menu Microsoft Windows /en-us/windows/tips/start-menu
This is the Trace Id: 5372b722aac2adf82db9cd294b55c2b2 Skip to main content Discover Windows Shop all PCs Shop laptops Shop gaming PCs Shop 2-in-1 PCs Shop performance PCs Shop desktop PCs Compare Help and support For business Microsoft 365 Azure Copilot Windows Surface XBOX Deal
Surface Business Warranty, Protection Plans, and Support Microsoft Surface /en-us/surface/business/warranty-protection-plans-and-support
This is the Trace Id: ac4b15bdfa5ec59a1009a3ed3602eb94 Skip to main content Surface for Business Surface Pro Surface Laptop Compare Surface models Accessories Where to buy For home Microsoft Security Azure Dynamics 365 Microsoft 365 Microsoft Teams Windows 365 Microsoft AI Azure
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=microsoft.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 22 Sep 2026
Is this your site?
Claim microsoft.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="microsoft.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=microsoft.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.
