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

Issue with search engines #32

Open
AnixPasBesoin opened this issue Oct 21, 2024 · 2 comments
Open

Issue with search engines #32

AnixPasBesoin opened this issue Oct 21, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AnixPasBesoin
Copy link

AnixPasBesoin commented Oct 21, 2024

Is it possible to make the glitched text non viewable to search engines?

Due to the way the glitching effect is applied on textual elements (create multiple copies and play with their positional offsets), if by any chance a search engine bot vists when the effefct is applied, the repeated text would be indexed.

@7PH
Copy link
Owner

7PH commented Oct 21, 2024

Hey @AnixPasBesoin, thanks for opening an issue,
Typically search engines will not run the JavaScript code so will not be able to see the repeated text.
Do you have any example where that wasn't the case, or wouldn't be the case?

@AnixPasBesoin
Copy link
Author

Thanks for the reply @7PH. Looks like Google does run js :)). Here's how it looks like:

image

I will refactor things on our end so that powerglitch is not run when robots visit. A native solution for future users would be great though.

Thanks for the great library btw 👍

@7PH 7PH added enhancement New feature or request good first issue Good for newcomers labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants