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

Remove /panel/file_links.html #318

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

jonathanhefner
Copy link
Member

Modern search engines evaluate JavaScript, so it is unclear whether they will crawl a link that is hidden via JavaScript. Also, if they do see the link, there could be an SEO penalty. There are reports that Google penalizes hidden backlinks (in other words, hidden links that exist solely to game the page rank algorithm), but it's unclear whether that applies to intra-site hidden links.

Regardless, since d0e2ead, all sidebar links are actual links, so search engines can crawl the entire site without /panel/file_links.html. Therefore, this commit removes /panel/file_links.html.

Modern search engines evaluate JavaScript, so it is unclear whether they
will crawl a link that is hidden via JavaScript.  Also, if they do see
the link, there could be an SEO penalty.  There are reports that Google
penalizes hidden backlinks (in other words, hidden links that exist
solely to game the page rank algorithm), but it's unclear whether that
applies to intra-site hidden links.

Regardless, since d0e2ead, all sidebar
links are actual links, so search engines can crawl the entire site
without `/panel/file_links.html`.  Therefore, this commit removes
`/panel/file_links.html`.
@jonathanhefner jonathanhefner merged commit 47fb99c into rails:main Oct 5, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant