Skip to content

Commit ca5f84c

Browse files
committed
Add sameAs links to schema markup for enhanced SEO
1 parent 1b90634 commit ca5f84c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/layouts/layout.erb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,15 @@
6262
"@type": "ContactPoint",
6363
"email": "<%= data.site.contact.email %>",
6464
"contactType": "customer service"
65-
}
65+
},
66+
"sameAs": [
67+
"https://github.com/csa-admin-org",
68+
"https://github.com/csa-admin-org/csa-admin",
69+
"https://github.com/csa-admin-org/csa-admin.github.io",
70+
"https://github.com/acp-admin",
71+
"https://github.com/solawi-admin",
72+
"<%= data.site.author.website %>"
73+
]
6674
},
6775
{
6876
"@type": "SoftwareApplication",

0 commit comments

Comments
 (0)