Structured Data

    Hugo’S Tire Shop

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Hugo’S Tire Shop",
      description: "Hugo's Tire Shop is a full-service tire and auto repair facility located in Nashville, TN. They specialize in tire sales, installation, and wheel alignment services, along with general automotive maintenance and repair work. Hugo's provides reliable, professional service for drivers needing quality tires and trusted mechanical work in the Nashville area.",
      telephone: "+1-615-399-8293",
      address: {
        @type: "PostalAddress",
        streetAddress: "1156 US-70S",
        addressLocality: "Nashville",
        addressRegion: "TN",
        postalCode: "37217",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.12426,
        longitude: -86.7075205
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "5",
        bestRating: "5"
      },
      areaServed: "Nashville, TN and surrounding areas",
      knowsAbout: "Tire Shops, Local drivers needing tire replacement, budget-conscious car owners, mechanics seeking reliable local service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Auto Repair"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Wheel Alignment Services"
        }
      ],
      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.