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

As a Open Data Hub manager I want some parameters added to the header, to optimize the website from a SEO point of view. #259

Open
5 tasks
sseppi opened this issue Dec 13, 2024 · 0 comments
Assignees

Comments

@sseppi
Copy link
Contributor

sseppi commented Dec 13, 2024

For SEO reasons we need to add in the header of each page the following meta tags:

  • Title
  • Description
  • Keywords

An Example of the

<head>
  <meta charset="UTF-8">
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML, CSS, JavaScript">
  <meta name="author" content="John Doe">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

And for each image

  • Image title
  • Image description

In the following link the SEO experts will lisst the tags to be added to each page and image:

https://noibz.sharepoint.com/:x:/s/UNITshrdTech-TransferDigital/Edgq2-PbpVRNlmLhtDz51JIBAY88e4xBFQaeR0GD4nZjMA?e=lzPoH9

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

4 participants