Structured Data

    The Practice Room

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

    Schema.org / LocalBusiness
    |
    45 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "The Practice Room",
      description: "The Practice Room is a yoga studio in downtown Murfreesboro offering classes for students of all levels. Led by experienced instructors, the studio provides a welcoming environment for practitioners seeking to deepen their yoga practice, improve flexibility and strength, and explore mindfulness.",
      url: "https://shanaraeyoga.com/",
      telephone: "+1-615-426-9696",
      address: {
        @type: "PostalAddress",
        streetAddress: "10-B N Public Square #206",
        addressLocality: "Murfreesboro",
        addressRegion: "TN",
        postalCode: "37130",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.845616,
        longitude: -86.3920906
      },
      areaServed: "Murfreesboro, TN and surrounding areas",
      knowsAbout: "Yoga Studios, Yoga practitioners of all experience levels, fitness enthusiasts, people seeking stress relief and mindfulness",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Downtown Location"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "All-Level Classes"
        }
      ],
      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.