Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "T&T Bird Dog Training and Kennels",
description: "T&T Bird Dog Training and Kennels specializes in training and boarding hunting dogs, with a focus on bird dog development and conditioning. Located in Shallowater, this facility offers professional training programs designed to prepare dogs for field work and hunting. They provide both training services and kenneling accommodations for dogs in their care.",
telephone: "+1-325-277-6797",
address: {
@type: "PostalAddress",
streetAddress: "12015 Private Rd 6500",
addressLocality: "Shallowater",
addressRegion: "TX",
postalCode: "79363",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.606375899999996,
longitude: -102.0795521
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Shallowater, Texas and surrounding Lubbock County area",
knowsAbout: "Dog Training, Hunting enthusiasts, bird dog owners, hunters needing field-ready dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Bird Dog Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boarding & Training Combined"
}
],
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.