We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b90634 commit ca5f84cCopy full SHA for ca5f84c
source/layouts/layout.erb
@@ -62,7 +62,15 @@
62
"@type": "ContactPoint",
63
"email": "<%= data.site.contact.email %>",
64
"contactType": "customer service"
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
+ ]
74
},
75
{
76
"@type": "SoftwareApplication",
0 commit comments