Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title and meta data per page #60

Open
zeroedin opened this issue Jul 13, 2023 · 1 comment · May be fixed by #71
Open

Title and meta data per page #60

zeroedin opened this issue Jul 13, 2023 · 1 comment · May be fixed by #71
Assignees
Labels
feature New feature or request

Comments

@zeroedin
Copy link
Collaborator

zeroedin commented Jul 13, 2023

We need to verify that the title and metadata are present for each page

Example metadata from current site page, drupal specific metadata can be removed.

<meta charset="utf-8" />
<link rel="canonical" href="https://www.redhat.com/en/about/brand/standards/history" />
<link rel="image_src" href="https://www.redhat.com/themes/custom/rhdc/img/red-hat-social-share.jpg" />
<meta name="description" content="Red Hat was born 1995 when Bob Young and Marc Ewing joined forces to sell Ewing’s distribution of Linux® on CDs." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.redhat.com/en/about/brand/standards/history" />
<meta property="og:title" content="Red Hat brand standards - Our history" />
<meta property="og:description" content="Red Hat was born 1995 when Bob Young and Marc Ewing joined forces to sell Ewing’s distribution of Linux® on CDs." />
<meta property="og:image" content="https://www.redhat.com/themes/custom/rhdc/img/red-hat-social-share.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Red Hat brand standards - Our history" />
<meta name="Generator" content="Drupal 9 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-language" content="en" />
<meta name="last-publish-date" content="Fri, 05 May 2023 05:51:30 GMT" />
<meta name="node-type" content="page" />
<meta name="source" content="rhdc_drupal" />
<meta name="rhdc_key" content="509df3060ff63ae30f0c6162c4f18058" />
<meta name="dateline" content="2019-10-17T00:00:00.00Z" />
<meta name="source_title" content=" Red Hat brand standards - Our history" />
<link rel="icon" href="/themes/custom/rhdc/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" hreflang="zh" href="https://www.redhat.com/zh/about/brand/standards/history" />
<link rel="alternate" hreflang="en" href="https://www.redhat.com/en/about/brand/standards/history" />
<link rel="alternate" hreflang="fr" href="https://www.redhat.com/fr/about/brand/standards/history" />
<link rel="alternate" hreflang="de" href="https://www.redhat.com/de/about/brand/standards/history" />
<link rel="alternate" hreflang="it" href="https://www.redhat.com/it/about/brand/standards/history" />
<link rel="alternate" hreflang="ja" href="https://www.redhat.com/ja/about/brand/standards/history" />
<link rel="alternate" hreflang="ko" href="https://www.redhat.com/ko/about/brand/standards/history" />
<link rel="alternate" hreflang="pt-br" href="https://www.redhat.com/pt-br/about/brand/standards/history" />
<link rel="alternate" hreflang="es" href="https://www.redhat.com/es/about/brand/standards/history" />

...
<title>Red Hat brand standards - Our history</title>

@zeroedin zeroedin added the feature New feature or request label Jul 13, 2023
@zeroedin zeroedin added this to the Production Launch milestone Jul 13, 2023
@zeroedin zeroedin self-assigned this Jul 13, 2023
@zeroedin
Copy link
Collaborator Author

zeroedin commented Jul 13, 2023

@ryawilli @amandapearlswig I will be adding some of these fields to the base layout. Looks like most of this can be automated.

Lets confirm the title format. ie: History | Red Hat Brand or History | Foundations | Red Hat Brand or Red Hat History or whatever iteration of that we land on.

It looks like out of all the fields above only description field needs added to the frontmatter per page :

ie: website/foundations/history.webc

---
title: History
description: Red Hat was born 1995 when Bob Young and Marc Ewing joined forces to sell Ewing’s distribution of Linux® on CDs.
order: 0
tags:
  - foundations
---

@zeroedin zeroedin linked a pull request Jul 17, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant