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: "In and Out Services, LLC.",
description: "In and Out Services, LLC is a full-service general contracting company based in Murfreesboro, specializing in roofing, remodeling, and construction projects. The company handles both residential and commercial work, offering expertise in roof installation and repair alongside comprehensive home improvement services. They're known for professional workmanship and reliable project completion.",
url: "https://inandoutservicesus.com/",
telephone: "+1-615-473-8320",
address: {
@type: "PostalAddress",
streetAddress: "925 S Church St B200-1",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37130",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8338895,
longitude: -86.39263199999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Murfreesboro and surrounding Middle Tennessee communities",
knowsAbout: "Roofing, Homeowners needing roof replacement, remodeling projects, commercial property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Contracting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Experience"
}
],
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.