Export Formats
youraivoice.ai provides multiple export formats to integrate your Answer Pages with any platform or CMS.
HTML Page Template
Complete, ready-to-publish HTML page with optimized structure
A full HTML page with semantic markup, clean styling, and responsive design. Perfect for WordPress, Webflow, Shopify, or any CMS that accepts HTML.
Best For:
- WordPress pages (paste into HTML editor)
- Webflow embed elements
- Shopify pages (Show HTML mode)
- Static site hosting
- Custom CMS platforms
Pro Tip: The exported HTML includes structured semantic markup that AI systems can easily parse and understand.
JSON-LD Schema
Structured data for enhanced AI and search engine understanding
Machine-readable structured data using Schema.org vocabulary. Add this to your existing pages to help AI systems understand your content context.
Best For:
- Adding to existing product pages
- Enhancing current content with structured data
- SEO optimization alongside regular pages
- Custom implementations via JavaScript
Implementation Example:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Your Product",
...
}
</script>Sources JSON
Machine-readable claim-to-source mapping for AI verification
A structured JSON file that maps claims to their source URLs. This format is designed for AI systems that verify information sources.
Best For:
- Claim verification systems
- AI fact-checking pipelines
- Citation management
- Advanced AI integrations
Future Ready: As AI assistants evolve to prioritize verified sources, this format positions your content for maximum credibility.
Sitemap XML Snippet
Ready-to-paste sitemap entry for search engine indexing
A properly formatted XML snippet to add your Answer Page to your website's sitemap. Helps search engines and AI crawlers discover your content.
Best For:
- Adding to existing sitemap.xml files
- CMS sitemap plugins
- Ensuring AI crawler discovery
- SEO optimization
Markdown Format
Clean, readable format for documentation sites and GitHub
Plain text Markdown format that's easy to read and edit. Perfect for version control and documentation sites.
Best For:
- GitHub repositories and wikis
- Jekyll, Hugo, Docusaurus sites
- README files
- Documentation platforms
- Version-controlled content
How to Export
- 1
Create or Edit an Entity
Navigate to your Answer Page in the dashboard
- 2
Click Export Content
Find the export button on your Answer Page
- 3
Choose Your Format
Select the tab for your desired export format
- 4
Copy or Download
Use the copy button for quick pasting or download files