Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "New Tires Nashville",
description: "New Tires Nashville is a full-service tire shop in Murfreesboro offering tire sales, installation, and auto repair services. They stock a wide selection of tire brands and provide professional installation, wheel alignment, and general automotive maintenance to keep your vehicle running smoothly.",
url: "http://newtiresnashville.com/",
telephone: "+1-615-818-2194",
address: {
@type: "PostalAddress",
streetAddress: "2242 NW Broad St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8871721,
longitude: -86.4336893
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee areas",
knowsAbout: "Tire Shops, Vehicle owners needing tire replacement, routine maintenance, wheel alignment, and general auto repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Tire Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Brands Available"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.