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

Fix ruby news description #79

Open
Souravgoswami opened this issue Jun 8, 2022 · 1 comment
Open

Fix ruby news description #79

Souravgoswami opened this issue Jun 8, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Souravgoswami
Copy link
Collaborator

Our site currently fetches the correct description and adds the cookie bar notification.

image

I guess the google crawler takes that text because it probably scans what's in the screen for the user to see. The cookie bar has high z-index, and the crawler probably reads the contents of the cookie bar first.

It might be worth delaying the cookie bar to ensure it doesn't load whenever the user visits the page. Maybe 1.5 seconds delay at first can get rid of the wrong-description.

We don't violate GDPR in such case - because cookies are disabled by default until the user accepts it.

@Souravgoswami Souravgoswami changed the title Change ruby news description Fix ruby news description Jun 8, 2022
@Souravgoswami Souravgoswami added the bug Something isn't working label Jun 8, 2022
@igormamutkin
Copy link
Collaborator

Now we have a delay of 2000, set to 3500?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants