nbc.com
NBC
Watch full episodes of current and classic NBC shows online. Plus find clips, previews, photos and exclusive online features on NBC.com.
45
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 +55 points:
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
Most businesses have at least three: contact, book or order, and view prices.
+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 nbc.com
Made from what Actuent already knows. Edit it, then publish it at
https://nbc.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "nbc.com",
"name": "NBC",
"language": "en",
"pages": {
"/": {
"title": "NBC TV Network - Shows, Episodes, Schedule",
"content": "Watch full episodes of current and classic NBC shows online. Plus find clips, previews, photos and exclusive online features on NBC.com."
},
"/the-thing-about-pam": {
"title": "The Thing About Pam - NBC.com",
"content": "Skip to main content Most Recent Most Recent Highlight Sneak Peek Web Exclusive Show Clips Pam Gets Rid of Stuff in Her Way NBC’s The Thing About Pam CLIP 04/13/22 Best of Renée Zellweger& x27;s Chilling Performance NBC’s The Thing About Pam CLIP 04/11/22 Pam Agrees to Be the Prosecution& x27;s Star"
},
"/one-team-the-power-of-sports": {
"title": "One Team: The Power of Sports - NBC.com",
"content": "Skip to main content Season 4 Season 4 Episodes Grouped by Season S4 E7 11/18/23 Looking Back S4 E6 11/11/23 Don& x27;t Wait S4 E5 11/04/23 Born on the Water S4 E4 10/28/23 Talk It Out S4 E3 10/21/23 Ascending the Ranks S4 E2 10/14/23 Breakin& x27; Barriers S4 E1 10/07/23 Life Goals If You Liked Har"
},
"/nbc-insider/kelly-clarkson-book-club": {
"title": "Kelly Clarkson Launches New Book Club, Stranger Reads",
"content": "Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider The Kelly Clarkson Show Kelly Clarkson Launched a Book Club—A"
},
"/nbc-insider/jenna-book-club-june-2024-pick": {
"title": "Jenna Bush Hager Announces Her June 2024 Book Club Pick",
"content": "Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider TODAY Jenna Bush Hager Reveals Her June 2024 Book Club Pick ("
},
"/nbc-insider/minions-cafe-menu-elevated-cuisine": {
"title": "Minion's Café Menu Offers an \"Elevated\" Culinary Experience",
"content": "Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider Despicable Me Minion's Café at Universal Orlando Resort Offer"
},
"/nbc-insider/mel-b-fiance-rory-mcphee-wedding-plans": {
"title": "Mel B’s Fiancé: All About Rory McPhee & Their Wedding Plans",
"content": "Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider America's Got Talent Mel B’s Fiancé Rory McPhee Prepared the "
},
"/nbc-insider/reba-mcentire-and-rex-linn-wedding-plans": {
"title": "Reba McEntire and Rex Linn's Wedding Will Have These 3 Things",
"content": "Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider Happy's Place Reba McEntire and Rex Linn's \"Nontraditional\" W"
},
"/nbc-insider/snl-50-merch-exclusive-how-to-buy-nbc-shop": {
"title": "NBC Releases New SNL50 Merch Collection: Where to Buy",
"content": "Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider Saturday Night Live Celebrate 50 Seasons of Saturday Night Li"
}
},
"actions": [
{
"id": "shop",
"name": "Shop products",
"input": {
"type": "text",
"required": false
},
"intent": [
"shop",
"buy",
"products",
"store",
"catalog"
],
"description": "Browse and buy products"
},
{
"id": "sign_in",
"name": "Sign in",
"input": {
"type": "text",
"required": false
},
"intent": [
"sign in",
"log in",
"login",
"account"
],
"description": "Log in to an account"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to NBC",
"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": "NBC",
"url": "https://nbc.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
Shop products
Browse and buy products
shopbuyproductsstorecatalogSign in
Log in to an account
sign inlog inloginaccountPages
NBC TV Network - Shows, Episodes, Schedule /
Watch full episodes of current and classic NBC shows online. Plus find clips, previews, photos and exclusive online features on NBC.com.
The Thing About Pam - NBC.com /the-thing-about-pam
Skip to main content Most Recent Most Recent Highlight Sneak Peek Web Exclusive Show Clips Pam Gets Rid of Stuff in Her Way NBC’s The Thing About Pam CLIP 04/13/22 Best of Renée Zellweger& x27;s Chilling Performance NBC’s The Thing About Pam CLIP 04/11/22 Pam Agrees to Be the Pro
One Team: The Power of Sports - NBC.com /one-team-the-power-of-sports
Skip to main content Season 4 Season 4 Episodes Grouped by Season S4 E7 11/18/23 Looking Back S4 E6 11/11/23 Don& x27;t Wait S4 E5 11/04/23 Born on the Water S4 E4 10/28/23 Talk It Out S4 E3 10/21/23 Ascending the Ranks S4 E2 10/14/23 Breakin& x27; Barriers S4 E1 10/07/23 Life Go
Kelly Clarkson Launches New Book Club, Stranger Reads /nbc-insider/kelly-clarkson-book-club
Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider The Kelly Clarkson Show Kelly Clarkson La
Jenna Bush Hager Announces Her June 2024 Book Club Pick /nbc-insider/jenna-book-club-june-2024-pick
Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider TODAY Jenna Bush Hager Reveals Her June 2
Minion's Café Menu Offers an "Elevated" Culinary Experience /nbc-insider/minions-cafe-menu-elevated-cuisine
Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider Despicable Me Minion's Café at Universal
Mel B’s Fiancé: All About Rory McPhee & Their Wedding Plans /nbc-insider/mel-b-fiance-rory-mcphee-wedding-plans
Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider America's Got Talent Mel B’s Fiancé Rory
Reba McEntire and Rex Linn's Wedding Will Have These 3 Things /nbc-insider/reba-mcentire-and-rex-linn-wedding-plans
Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider Happy's Place Reba McEntire and Rex Linn'
NBC Releases New SNL50 Merch Collection: Where to Buy /nbc-insider/snl-50-merch-exclusive-how-to-buy-nbc-shop
Skip to main content NBC Main menu Home Shows Sports Olympics Live NBC Insider Peacock Sign In Sign Up Toggle menu Main menu Home Shows Sports Olympics Live NBC Insider Peacock Profile Manage Profile Email Preferences Sign Out NBC Insider Saturday Night Live Celebrate 50 Seasons
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=nbc.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 26 Sep 2026
Is this your site?
Claim nbc.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="nbc.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=nbc.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.
