corona-warn-app / cwa-map-public-frontend

Corona-Warn-App Map Public Frontend
https://map.schnelltestportal.de/
2 stars 2 forks source link

Missing components for website search #14

Closed MikeMcC399 closed 1 year ago

MikeMcC399 commented 2 years ago

Issue

https://map.schnelltestportal.de is missing aspects for search engines:

Steps to reproduce

Open https://map.schnelltestportal.de in Google Chrome Press F12 for developer mode Select Lighthouse, Categories: SEO, Device: Desktop Click Generate report

Meta description

Right click in top banner of https://map.schnelltestportal.de and view page source

robots.txt

attempt to view https://map.schnelltestportal.de/robots.txt

Note that instead of displaying a robots.txt file, the website itself is displayed

Expected behaviour

The website https://map.schnelltestportal.de should include a meta description. Compare from coronawarn.app

<meta name="description" content="The website of the open-source project for the Corona-Warn-App. The Corona-Warn-App is an app that helps trace infection chains of COVID-19 in Germany." />

The website https://map.schnelltestportal.de should either provide a correct robots.txt file or respond with file-not-found if there is none provided.

Compare with https://www.coronawarn.app/robots.txt

User-agent: *
Allow: /
Sitemap: https://coronawarn.app/sitemap.xml

Suggested fix

Add a meta description. Add arobots.txt file.