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

Update index.html

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