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

[Website][strapi] Open Graph Headers #107

Open
developersteve opened this issue Oct 11, 2024 · 0 comments
Open

[Website][strapi] Open Graph Headers #107

developersteve opened this issue Oct 11, 2024 · 0 comments

Comments

@developersteve
Copy link
Member

developersteve commented Oct 11, 2024

Add the following opengraph headers to the home page, and connect each to a strapi as a new collection/grouping. anything with #connect next to it needs to be connected as a input update

<!-- Standard Open Graph Metadata -->
<meta property="og:title" content="Page Title Here" /> `#connect` 
<meta property="og:description" content="A brief description of the page here." /> `#connect`
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.example.com/page-url-here" /> `Can we populate this from the static site build so that its filled in automatically?`
<meta property="og:image" content="https://www.example.com/path-to-image.jpg" /> `#connect`
<meta property="og:image:alt" content="A description of the image." /> `#connect`
<meta property="og:site_name" content="Website Name Here" /> `#connect`
<meta property="og:locale" content="en_US" />

<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image" /> `#connect`
<meta name="twitter:title" content="Page Title Here" /> `#connect`
<meta name="twitter:description" content="A brief description of the page here." /> `#connect`
<meta name="twitter:image" content="https://www.example.com/path-to-image.jpg" /> `#connect`
<meta name="twitter:image:alt" content="A description of the image." /> `#connect`
<meta name="twitter:site" content="@lilypad_tech" /> 
@developersteve developersteve changed the title [Website] Open Graph Headers [Website][strapi] Open Graph Headers Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants