neworleans.com
Visit New Orleans
There's nowhere else like New Orleans. Plan your trip to the French Quarter, Mardi Gras, Jazz Fest, and beyond with the official guide at NewOrleans.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 neworleans.com
Made from what Actuent already knows. Edit it, then publish it at
https://neworleans.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.{
"lawp_version": "0.3",
"domain": "neworleans.com",
"name": "Visit New Orleans",
"language": "en",
"pages": {
"/": {
"title": "Visit New Orleans | Official New Orleans Tourism Website",
"content": "There's nowhere else like New Orleans. Plan your trip to the French Quarter, Mardi Gras, Jazz Fest, and beyond with the official guide at NewOrleans.com."
},
"/events/": {
"title": "Events Calendar",
"content": "Complete listing of festivals, concerts, and happenings with 112K+ monthly clicks"
},
"/things-to-do/": {
"title": "Things to Do Overview",
"content": "Complete attractions, activities, and experiences guide"
},
"/plan/neighborhoods/": {
"title": "Neighborhood Guides",
"content": "Detailed information about French Quarter, Garden District, and all New Orleans neighborhoods"
},
"/plan/transportation/": {
"title": "Transportation Hub",
"content": "Comprehensive guide to getting around including streetcars, airport, ferries, and public transit"
},
"/plan/new-orleans-by-month/": {
"title": "Visit by Month",
"content": "Monthly planning guides from January through December"
},
"/events/holidays-seasonal/mardi-gras/": {
"title": "Mardi Gras Guide",
"content": "The ultimate guide to New Orleans' signature celebration"
},
"/events/holidays-seasonal/mardi-gras/future-mardi-gras-dates/": {
"title": "Future Mardi Gras Dates",
"content": "Multi-year calendar for planning"
},
"/events/holidays-seasonal/mardi-gras/mardi-gras-parade-schedule/": {
"title": "Mardi Gras Parade Schedule",
"content": "Annual parade routes and times"
},
"/things-to-do/festivals/music-festivals/the-ultimate-jazz-fest-guide/": {
"title": "Jazz Fest Guide",
"content": "New Orleans Jazz & Heritage Festival information"
},
"/things-to-do/festivals/multicultural/the-ultimate-essence-fest-guide/": {
"title": "Essence Festival Guide",
"content": "Annual celebration of African-American culture"
}
},
"actions": [
{
"id": "search",
"name": "Search the site",
"input": {
"type": "text",
"required": true
},
"intent": [
"search",
"find",
"look up"
],
"description": "Search Visit New Orleans"
},
{
"id": "get_support",
"name": "Get help",
"input": {
"type": "text",
"required": false
},
"intent": [
"help",
"support",
"faq",
"customer service"
],
"description": "Help centre, FAQs and support"
},
{
"id": "contact",
"name": "Contact",
"description": "Send a message to Visit New Orleans",
"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": "Visit New Orleans",
"url": "https://neworleans.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 the site
Search Visit New Orleans
searchfindlook upGet help
Help centre, FAQs and support
helpsupportfaqcustomer servicePages
Visit New Orleans | Official New Orleans Tourism Website /
There's nowhere else like New Orleans. Plan your trip to the French Quarter, Mardi Gras, Jazz Fest, and beyond with the official guide at NewOrleans.com.
Events Calendar /events/
Complete listing of festivals, concerts, and happenings with 112K+ monthly clicks
Things to Do Overview /things-to-do/
Complete attractions, activities, and experiences guide
Neighborhood Guides /plan/neighborhoods/
Detailed information about French Quarter, Garden District, and all New Orleans neighborhoods
Transportation Hub /plan/transportation/
Comprehensive guide to getting around including streetcars, airport, ferries, and public transit
Visit by Month /plan/new-orleans-by-month/
Monthly planning guides from January through December
Mardi Gras Guide /events/holidays-seasonal/mardi-gras/
The ultimate guide to New Orleans' signature celebration
Future Mardi Gras Dates /events/holidays-seasonal/mardi-gras/future-mardi-gras-dates/
Multi-year calendar for planning
Mardi Gras Parade Schedule /events/holidays-seasonal/mardi-gras/mardi-gras-parade-schedule/
Annual parade routes and times
Jazz Fest Guide /things-to-do/festivals/music-festivals/the-ultimate-jazz-fest-guide/
New Orleans Jazz & Heritage Festival information
Essence Festival Guide /things-to-do/festivals/multicultural/the-ultimate-essence-fest-guide/
Annual celebration of African-American culture
For AI agents
Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=neworleans.com
Or connect Actuent to ChatGPT or Claude:
https://agents.actuent.ai/api/mcpLast updated 27 Sep 2026
Is this your site?
Claim neworleans.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="neworleans.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=neworleans.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.
