Page MenuHomePhabricator

Fix SEO text for some pages
ClosedPublic

Authored by jasonbcox on Sep 28 2020, 22:43.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCWEB41f56fed127e: Fix SEO text for some pages
Summary

Page previews on Telegram, Google search, Twitter, etc. rely on meta
tags. Some page previews are a mess of code since there is no text-based content
in the first few lines of the file. We can override this automatic behavior for
the pages that need it. The legacy blog posts appear to render correctly in
Google searches, so no fix is necessary for those pages.

This patch also fixes up the meta description used across some pages where the
site title ends up duplicated (see https://www.google.com/search?q=bitcoinabc.org for example)

Depends on D7626 for sanity

Test Plan

make serve
Examine meta tags on homepage, release page, and legacy annoucements page.
Verify meta tags still appear as expected for legacy posts.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable