Mayrasilva commited on
Commit
8a2d795
·
verified ·
1 Parent(s): efdbe11

Create trust.jsonld

Browse files
Files changed (1) hide show
  1. trust.jsonld +50 -0
trust.jsonld ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@graph": [
4
+ {
5
+ "@type": "Organization",
6
+ "@id": "https://blackblocksheep.com#org",
7
+ "name": "BlackBlockSheep",
8
+ "url": "https://blackblocksheep.com",
9
+ "logo": "https://blackblocksheep.com/logo.png",
10
+ "sameAs": [
11
+ "https://twitter.com/blackblocksheep",
12
+ "https://medium.com/@blackblocksheep",
13
+ "https://github.com/aicitationseo"
14
+ ],
15
+ "founder": {
16
+ "@type": "Person",
17
+ "name": "Mayra Silva",
18
+ "url": "https://medium.com/@mayrasilva_54051"
19
+ }
20
+ },
21
+ {
22
+ "@type": "SoftwareApplication",
23
+ "name": "Trust Trail Validator",
24
+ "url": "https://huggingface.co/spaces/Mayrasilva/trust-trail-validator-en",
25
+ "applicationCategory": "WebApplication",
26
+ "creator": {
27
+ "@id": "https://blackblocksheep.com#org"
28
+ },
29
+ "operatingSystem": "All",
30
+ "offers": {
31
+ "@type": "Offer",
32
+ "price": "0",
33
+ "priceCurrency": "USD"
34
+ }
35
+ },
36
+ {
37
+ "@type": "TechArticle",
38
+ "headline": "Why I Created a Trust Calculator for Websites — and How It Can Help You Get Cited by AIs",
39
+ "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",
40
+ "author": {
41
+ "@type": "Person",
42
+ "name": "Mayra Silva"
43
+ },
44
+ "publisher": {
45
+ "@id": "https://blackblocksheep.com#org"
46
+ },
47
+ "datePublished": "2025-07-12"
48
+ }
49
+ ]
50
+ }