aicitationseo / trust.jsonld
Mayrasilva's picture
Create trust.jsonld
8a2d795 verified
Raw
History Blame Contribute Delete
1.52 kB
{
"@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"
}
]
}