jgero / roesena-app

Cross platform Web-App with user-created content and event manager
https://rösena.de/
0 stars 1 forks source link

SEO broken #313

Open jgero opened 3 years ago

jgero commented 3 years ago

When searching for the page on google the short preview of the page are the contents of the cookie banner. It seems to block the crawler from working correctly.

jgero commented 3 years ago

Maybe think about switching to SSR with angular universal to fix it. Or move entirely to svelte/sapper.

jgero commented 3 years ago

Cookie banner could also be hidden on start and observe "mouse move" or "scroll" events, then check if it has to be shown or not. This could maybe avoid the crawler from indexing the cookie banner.