Documentation for AI agents and crawlers to access HeatSpring course information
All course pages include comprehensive structured data in JSON-LD format following Schema.org standards.
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Course Title",
"description": "Course tagline and description",
"url": "https://www.heatspring.com/courses/course-slug",
"provider": {
"@type": "Organization",
"name": "HeatSpring",
"url": "https://www.heatspring.com"
},
"instructor": {
"@type": "Person",
"name": "Instructor Name",
"description": "Instructor bio",
"title": "Instructor Title",
"company": "Company Name",
"profileUrl": "https://www.heatspring.com/instructors/instructor-slug"
},
"teaches": ["Learning objective 1", "Learning objective 2"],
"contactHours": 40,
"isAccessibleForFree": false,
"price": "$299",
"offers": {
"@type": "Offer",
"price": "$299",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}
All pages include comprehensive meta tags for AI understanding and SEO.
XML sitemap with all public pages and courses for easy discovery.
https://heatspring.s3.amazonaws.com/sitemap-generator/sitemaps/sitemap.xml.gz
Explicitly allows AI agents and provides crawling guidelines.
Each course page includes comprehensive information for AI agents:
Visit individual course pages for full content and structured data
https://heatspring.com/courses/course-slug
Extract JSON-LD data from page source for machine-readable format
<script type="application/ld+json">
Use sitemap to discover all available course pages
sitemap.xml.gz