Skip to content

Commit 390f607

Browse files
Add JSON-LD script for organization metadata
Added structured data for organization in JSON-LD format. The description has been hardcoded for consistency.
1 parent d385069 commit 390f607

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/layouts/Base.astro

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,17 @@ const dir = isRtl(lang) ? "rtl" : "ltr";
3030
<meta property="og:type" content="website">
3131
<link rel="me" href="https://techhub.social/@keepandroidopen">
3232
<link rel="stylesheet" href="/css/pico.min.css">
33+
<script type="application/ld+json">
34+
{
35+
"@context": "https://schema.org/",
36+
"@type": "Organization",
37+
"name": "Keep Android Open",
38+
"description": "Your phone is about to stop being yours. In September 2026, Google will block every Android app whose developer hasn't registered with them.",
39+
"url": "https://keepandroidopen.org/",
40+
}
41+
</script>
3342

43+
<!-- Generated with Love by instantschema.com -->
3444
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.colors.min.css"> -->
3545
<style is:global>
3646
/*!

0 commit comments

Comments
 (0)