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

Update site metadata to adopt best practices for discoverability and preview cards #4950

Open
10 tasks
tdlowden opened this issue Oct 28, 2024 · 0 comments
Open
10 tasks

Comments

@tdlowden
Copy link
Member

User Story

In order to improve discoverability and present accurate information, Scangov and public users want complete, accurate site metadata .

Acceptance Criteria

  • GIVEN a user is looking to surface datasets by using search engines
    WHEN a search happens
    THEN complete metadata will improve data.gov discoverability
    AND allow browsers to better categorize the site and pages

Background

Data.gov's Scangov.org metadata rating is a F https://scangov.org/profile/?domain=data.gov#metadata

Image

Some of the missing fields are actually present in the site's <head>, but with no values:

Image

Both ScanGov and Search.gov recommend having complete metadata for indexing and discoverability.

Security Considerations (required)

none

Sketch

To data.gov:

  • Add a value to <meta name="description" content="" />
  • Add a value to <meta property="og:description" content="" />
  • Add the field <meta property="og:url"> with a value
  • Add the field <meta property="og:image"> with a value
  • Add the field <meta property="og:image:alt"> with a value
  • Add the field <link rel="canonical">

To catalog.data.gov

  • Adjust <meta property="og:url"> to actually have a value of the page's URL, rather than a static "data.gov" value
  • - [ ] Add <meta name="description" content="" /> with a value
  • - [ ] Add the field <meta property="og:image:alt"> with a value
@tdlowden tdlowden changed the title Update site metadata to adopt best practices for Update site metadata to adopt best practices for discoverability and preview cards Oct 28, 2024
@Bagesary Bagesary moved this to 📥 Queue in data.gov team board Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📥 Queue
Development

No branches or pull requests

1 participant