bestbuy.com
Best Buy
Best Buy’s homepage highlights seasonal promotions such as NFL‑themed tech deals, daily Samsung offers, and outlet clearance items. Visitors can explore the Sports Hub, Deal of the Day, and outlet categories including computers, TVs, appliances, and cell phones. High‑resolution images link to product categories, encouraging shoppers to discover discounted and refurbished items.
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 bestbuy.com
Made from what Actuent already knows. Edit it, then publish it at
https://bestbuy.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "bestbuy.com",
"name": "Best Buy",
"language": "en",
"pages": {
"/": {
"title": "Best Buy - Home",
"content": "Best Buy’s homepage highlights seasonal promotions such as NFL‑themed tech deals, daily Samsung offers, and outlet clearance items. Visitors can explore the Sports Hub, Deal of the Day, and outlet categories including computers, TVs, appliances, and cell phones. High‑resolution images link to product categories, encouraging shoppers to discover discounted and refurbished items."
},
"/about": {
"title": "Best Buy: Page Not Found",
"content": "None Skip to contentGo to Product Search Accessibility Survey Account Sign in Shop Deals Support & Services Discover Gift Ideas Top Deals Deal of the Day My Best Buy Memberships Credit Cards Gift Cards Best Buy Business Discover More Main Content We’re sorry, something went wrong. You can use our se"
},
"/pricing": {
"title": "Pricing Help & Information - Best Buy",
"content": "Our “Comparable Value” (Comp. Value) prices are based on prices at which the product, or a comparable item, was (or in the future will be) offered for sale by Best Buy, marketplace sellers, manufacturers, suppliers, or other retailers or e-commerce companies.Such prices may have been identified by B"
}
},
"actions": [
{
"id": "search_products",
"name": "Search Products",
"input": {
"type": "text",
"required": false
},
"intent": [
"search",
"find",
"lookup",
"product",
"item",
"catalog"
],
"description": "Search for any product by name, SKU, or category."
},
{
"id": "view_deal_of_the_day",
"name": "View Deal of the Day",
"input": {
"type": "text",
"required": false
},
"intent": [
"deal",
"daily deal",
"Samsung",
"discount",
"promotion"
],
"description": "Display the current daily deal on select Samsung products."
},
{
"id": "browse_outlet",
"name": "Browse Outlet Items",
"input": {
"type": "text",
"required": false
},
"intent": [
"outlet",
"refurbished",
"clearance",
"discount",
"sale"
],
"description": "Browse discounted and refurbished items across all categories."
},
{
"id": "browse_openbox_computers",
"name": "Browse Open‑Box Computers & Tablets",
"input": {
"type": "text",
"required": false
},
"intent": [
"open-box",
"computers",
"tablets",
"refurbished",
"electronics"
],
"description": "Explore open‑box computers and tablets at discounted prices."
},
{
"id": "browse_openbox_tv",
"name": "Browse Open‑Box TV & Home Theater",
"input": {
"type": "text",
"required": false
},
"intent": [
"open-box",
"TV",
"home theater",
"audio",
"video"
],
"description": "Find open‑box TVs and home theater systems."
},
{
"id": "browse_openbox_appliances",
"name": "Browse Open‑Box Appliances",
"input": {
"type": "text",
"required": false
},
"intent": [
"open-box",
"appliances",
"kitchen",
"home appliances",
"refurbished"
],
"description": "Discover open‑box appliances such as refrigerators, washers, and more."
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Best Buy",
"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": "Best Buy",
"url": "https://bestbuy.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
Search Products
Search for any product by name, SKU, or category.
searchfindlookupproductitemcatalogView Deal of the Day
Display the current daily deal on select Samsung products.
dealdaily dealSamsungdiscountpromotionBrowse Outlet Items
Browse discounted and refurbished items across all categories.
outletrefurbishedclearancediscountsaleBrowse Open‑Box Computers & Tablets
Explore open‑box computers and tablets at discounted prices.
open-boxcomputerstabletsrefurbishedelectronicsBrowse Open‑Box TV & Home Theater
Find open‑box TVs and home theater systems.
open-boxTVhome theateraudiovideoBrowse Open‑Box Appliances
Discover open‑box appliances such as refrigerators, washers, and more.
open-boxapplianceskitchenhome appliancesrefurbishedPages
Best Buy - Home /
Best Buy’s homepage highlights seasonal promotions such as NFL‑themed tech deals, daily Samsung offers, and outlet clearance items. Visitors can explore the Sports Hub, Deal of the Day, and outlet categories including computers, TVs, appliances, and cell phones. High‑resolution i
Best Buy: Page Not Found /about
None Skip to contentGo to Product Search Accessibility Survey Account Sign in Shop Deals Support & Services Discover Gift Ideas Top Deals Deal of the Day My Best Buy Memberships Credit Cards Gift Cards Best Buy Business Discover More Main Content We’re sorry, something went wrong
Pricing Help & Information - Best Buy /pricing
Our “Comparable Value” (Comp. Value) prices are based on prices at which the product, or a comparable item, was (or in the future will be) offered for sale by Best Buy, marketplace sellers, manufacturers, suppliers, or other retailers or e-commerce companies.Such prices may have
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=bestbuy.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 21 Sep 2026
Is this your site?
Claim bestbuy.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="bestbuy.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=bestbuy.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.
