feat(website): add homepage JSON-LD with WebSite, CollectionPage, ItemList for SEO/AEO

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-05-03 19:18:15 +08:00
parent 138059feeb
commit b2910d59c8
No known key found for this signature in database
GPG key ID: B93DE4F003C33630
4 changed files with 98 additions and 0 deletions

View file

@ -53,6 +53,7 @@
gtag("js", new Date());
gtag("config", "G-0LMLYE0HER");
</script>
{% block extra_head %}{% endblock %}
</head>
<body>
<a href="#content" class="skip-link">Skip to content</a>

View file

@ -1,4 +1,7 @@
{% extends "base.html" %}
{% block extra_head %}
<script type="application/ld+json">{{ homepage_json_ld | safe }}</script>
{% endblock %}
{% block header %}
<header class="hero">
<div class="hero-sheen" aria-hidden="true"></div>