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: "Rose State College Learning Resources Center",
description: "Rose State College Learning Resources Center is a comprehensive library and academic support facility serving students and the Midwest City community. Located on the Rose State College campus, it provides access to extensive collections, research databases, computer resources, and collaborative study spaces designed to support student success. The center offers reference services, library instruction, and tutoring support to help students develop critical information literacy and academic skills.",
url: "https://library.rose.edu/",
telephone: "+1-405-733-7370",
address: {
@type: "PostalAddress",
streetAddress: "6420 SE 15th St",
addressLocality: "Midwest City",
addressRegion: "OK",
postalCode: "73110",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.4445285,
longitude: -97.4115776
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Midwest City and surrounding Oklahoma City metro area",
knowsAbout: "Tutoring & Test Prep, Rose State College students, local high school students seeking academic research support, adult learners needing library and research resources",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "College-Integrated Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Research Access"
}
],
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.