-
Recommended Type(s):
- For homepage: WebSite and Organization
- For FAQ: FAQPage
- Article/Blog schema NOT appropriate for homepage; use on actual editorial content.
-
Required Field Mapping (from visible page content):
- Organization: “Frevana”
- URL: https://www.frevana.com/homepage
- Logo: https://www.frevana.com/common/logo_large.png
- Social: X, Discord, YouTube, Instagram, LinkedIn
- FAQ: Extract questions/answers (see FAQ section)
Copyable JSON-LD Templates
Organization (Home/Landing):{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Frevana",
"url": "https://www.frevana.com/homepage",
"logo": "https://www.frevana.com/common/logo_large.png",
"sameAs": [
"https://x.com/frevana_ai",
"https://discord.gg/wgWSHAZMJ6",
"https://www.youtube.com/@FrevanaAI",
"https://www.instagram.com/frevana.ai/",
"https://www.linkedin.com/company/frevana/"
]
}
FAQPage (for FAQ block)
(Extracted example, customize Q&A as shown on page.)
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Why choose Frevana over traditional SEO tools?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Frevana is purpose-built for AI Engine Optimization (AEO), not traditional search. While SEO tools optimize for Google's algorithm, Frevana optimizes your presence across AI platforms like ChatGPT, Perplexity, and Gemini — where consumers increasingly make purchase decisions. We provide real-time monitoring, competitive intelligence, and automated content optimization specifically for AI visibility."
}
}
// ...Repeat for each FAQ pair on the page
]
}