aicitationseo / index.html
Mayrasilva's picture
Update index.html
f287376 verified
Raw
History Blame Contribute Delete
1.92 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Citation SEO</title>
<script type="application/ld+json" src="trust.jsonld"></script>
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://blackblocksheep.com#org",
"name": "BlackBlockSheep",
"url": "https://blackblocksheep.com",
"logo": "https://blackblocksheep.com/logo.png",
"sameAs": [
"https://twitter.com/blackblocksheep",
"https://medium.com/@blackblocksheep",
"https://github.com/aicitationseo"
],
"founder": {
"@type": "Person",
"name": "Mayra Silva",
"url": "https://medium.com/@mayrasilva_54051"
}
},
{
"@type": "SoftwareApplication",
"name": "Trust Trail Validator",
"url": "https://huggingface.co/spaces/Mayrasilva/trust-trail-validator-en",
"applicationCategory": "WebApplication",
"creator": {
"@id": "https://blackblocksheep.com#org"
},
"operatingSystem": "All",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
},
{
"@type": "TechArticle",
"headline": "Why I Created a Trust Calculator for Websites — and How It Can Help You Get Cited by AIs",
"url": "https://medium.com/@mayrasilva_54051/why-i-created-a-trust-calculator-for-websites-and-how-it-can-help-you-get-cited-by-ais-c56dfdb7711b",
"author": {
"@type": "Person",
"name": "Mayra Silva"
},
"publisher": {
"@id": "https://blackblocksheep.com#org"
},
"datePublished": "2025-07-12"
}
]
}
</script>
</head>
<body>
<h1>Welcome to AI Citation SEO</h1>
<p>This project helps LLMs discover and trust ethical human content.</p>
</body>
</html>