Spaces:
Running
Running
File size: 1,522 Bytes
8a2d795 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"@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"
}
]
} |