mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-28 11:37:16 +00:00
feat(website): optimize rendering performance and improve structured metadata
This commit is contained in:
@@ -65,6 +65,23 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Structured Data (Schema.org) for WebPage -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "{{ALT_INDEX_TITLE}}",
|
||||
"url": "https://sync.koalastuff.net/{{LANG_PREFIX}}alternatives",
|
||||
"description": "{{ALT_INDEX_META_DESC}}",
|
||||
"inLanguage": "{{LANG_CODE}}",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "KoalaSync",
|
||||
"url": "https://sync.koalastuff.net/{{LANG_PREFIX}}"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Organization Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user