Skip to content

Commit

Permalink
chore: add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhoperdana-wartek committed Dec 17, 2024
1 parent 7f85172 commit 77b1870
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@
<meta property="og:image" content="/icon.png" />
<meta property="og:url" content="https://buku-dongeng.pages.dev" />
<meta property="og:type" content="website" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalApplication",
"name": "BukuDongeng",
"description": "Aplikasi interaktif untuk berdongeng dan belajar fakta, gambar, serta suara hewan.",
"url": "https://buku-dongeng.pages.dev",
"author": {
"@type": "Person",
"name": "Ridho Perdana"
}
}
</script>

</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Sitemap: https://yourwebsite.com/sitemap.xml
2 changes: 2 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://buku-dongeng.pages.dev/
https://buku-dongeng.pages.dev/story

0 comments on commit 77b1870

Please sign in to comment.