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

add meta tags #176

Closed
devopstoday11 opened this issue May 15, 2023 · 1 comment
Closed

add meta tags #176

devopstoday11 opened this issue May 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@devopstoday11
Copy link
Contributor

when I checked https://www.opengraph.xyz/ , our website doesn't have any meta tags and preview images.
Please add meta tags for LinkedIn, FB, Twitter, Discord, Slack, Youtube, etc.
And also, explain where and how I can add more new meta tags in future myself.
@tfsojon

@devopstoday11 devopstoday11 added the enhancement New feature or request label May 15, 2023
@tfsojon
Copy link
Collaborator

tfsojon commented May 15, 2023

@devopstoday11

#178

In params.toml file you will find metadata block where is the default meta-data for all pages.

image
image


and In any page you can set meta info with

og_title: "Hello"
og_description: "test description"
og_image: "images/icons/opensource.png"
keywords: ["Intelops", "Cloud-Native", "Ai", "DevOps", "SRE", "Kubernetes", "Talent", "Democratize", "Next-Gen"]

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants