Skip to content

Commit cfbef0c

Browse files
committed
Add support for rich results
Signed-off-by: Ovenoboyo <ovenoboyo@gmail.com>
1 parent b7a7174 commit cfbef0c

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

assets/img/logo.svg

Lines changed: 19 additions & 1 deletion
Loading

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
<meta property="og:image:alt" content="Moosync logo" />
3131
<title>Moosync</title>
3232

33+
<script type="application/ld+json">
34+
{
35+
"@context": "https://schema.org",
36+
"@type": "Organization",
37+
"name": "Moosync",
38+
"keywords": "moosync,music,player,app,desktop",
39+
"url": "http://moosync.app",
40+
"logo": "http://moosync.app/assets/img/logo.svg",
41+
"email": "support@moosync.app"
42+
}
43+
</script>
44+
3345
<!-- Start Single Page Apps for GitHub Pages -->
3446
<script type="text/javascript">
3547
// Single Page Apps for GitHub Pages

0 commit comments

Comments
 (0)