datahubio / datahub-v2-pm

Project management (issues only)
8 stars 2 forks source link

[Epic] Premium data offer #144

Closed anuveyatsu closed 6 years ago

anuveyatsu commented 6 years ago

Tasks

Analysis

Meta tags

This is partially implemented before - https://github.com/datahq/frontend/issues/254

Leftover:

Review the current stage in 3 aspects:

Sitemap

NPM packages for generating sitemaps:

Consider if we want to include all existing pages into sitemap (eg, dataset pages of individual users) or we want to include only special users' public datasets:

Create a script that re-generates sitemap after each commit and updates (?) Sitemap is available at /sitemap.xml path.

Upload the sitemap to google search console - https://search.google.com/search-console - we only need to show URL for the sitemap and it'll be fetched periodically.

SEO for the top 10 datasets: add keywords and multiple wordings

Current keywords:

<meta name="keywords" content="data,datasets,data publishing,data sharing,data hosting,data package,reference data,indicators">

which is hardcoded so doesn't work as good as it could. We want to have dynamic keywords, e.g., on GDP dataset page, the keywords would be: "gdp,gross domestic product,country gdp,regional gdp,world gdp,data,datasets,data package".

Another method would be to try to search, e.g., gdp data and analyse top 3 results keywords etc.

anuveyatsu commented 6 years ago

This is how Twitter card for a core/gdp dataset URL looks like:

screen shot 2018-05-04 at 17 45 23

Notice that meta tags were fully implemented on May 4 2018.

anuveyatsu commented 6 years ago

Sitemap is available at /sitemap.xml path and was submitted to google search console. It includes 125 pages.

zelima commented 6 years ago

@anuveyatsu anything remaining on this?

anuveyatsu commented 6 years ago

@zelima you can see from list of tasks

anuveyatsu commented 6 years ago

Closing as FIXED. We will need to verify what was the impact on rankings in search engines on the sprint review.