From 5e79eead2af4bb05d967b6f07acd362837f76304 Mon Sep 17 00:00:00 2001 From: Sarthak Agrawal Date: Fri, 31 Jul 2026 02:26:27 +0530 Subject: [PATCH 1/2] improve public search metadata --- PROJECT_STATUS.md | 3 +++ landing-astro/src/layouts/Layout.astro | 15 +++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/PROJECT_STATUS.md b/PROJECT_STATUS.md index 1a673a3..0fbd7e6 100644 --- a/PROJECT_STATUS.md +++ b/PROJECT_STATUS.md @@ -18,6 +18,9 @@ maintenance-first support. ## Timeline +- **2026-07-31:** Added locally verified Open Graph/Twitter image metadata and + SoftwareApplication structured data to the public landing layout; production + deployment remains separate. - **2026-07-29:** Added an owned `/changelog` with verified release outcomes and direct GitHub Roadmap and Source links. - **2026-07-13:** Shipped authenticated RSS/Atom reading and OPML import. diff --git a/landing-astro/src/layouts/Layout.astro b/landing-astro/src/layouts/Layout.astro index f5d30f2..487c205 100644 --- a/landing-astro/src/layouts/Layout.astro +++ b/landing-astro/src/layouts/Layout.astro @@ -32,10 +32,25 @@ const SITE_URL = 'https://read.significanthobbies.com'; + + +