- Put these in a <script type="application/ld+json"> block.
- Keep JSON valid; use your own URLs/assets.
1) Organization (put on homepage){
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://futureseo.io/#organization",
"name": "FutureSEO",
"url": "https://futureseo.io/",
"logo": {
"@type": "ImageObject",
"url": "https://futureseo.io/assets/logo.png"
},
"description": "FutureSEO helps brands earn citations and visibility in AI search.",
"founder": {
"@type": "Person",
"name": "Your Name"
},
"foundingDate": "2024-01-01",
"sameAs": [
"https://www.wikidata.org/wiki/QXXXXXX",
"https://www.linkedin.com/company/futureseo",
"https://www.crunchbase.com/organization/futureseo",
"https://github.com/futureseo",
"https://twitter.com/futureseo"
],
"contactPoint": [{
"@type": "ContactPoint",
"contactType": "customer support",
"email": "support@futureseo.io"
}],
"address": {
"@type": "PostalAddress",
"addressCountry": "US"
},
"areaServed": "Worldwide"
}