FreemapSlovakia / freemap-v3-react

Freemap Slovakia web application (www.freemap.sk)
https://www.freemap.sk/
Apache License 2.0
35 stars 17 forks source link

Improve SEO #608

Closed zdila closed 3 years ago

zdila commented 3 years ago

For bots:

Each section should provide list of all objects with human readable name (using osmTameResolver.ts) linking to it's OSM object, eg. https://www.freemap.sk/?layers=X&osm-relation=11151350 and autoopen object details toast.

Example overpass query for bicycle routes - cache it on build time to static file (so far slovakia only):

[out:json][timeout:25];
(relation["type"="route"]["route"="bicycle"](area:3600014296););
out tags;
zdila commented 3 years ago

TODO:

zdila commented 3 years ago

done, mostly in https://github.com/FreemapSlovakia/freemap-v3-react/pull/609