-
Notifications
You must be signed in to change notification settings - Fork 90
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
Find a strategy to eliminate double indexing of similar pages. #406
Comments
Can we just redirect bots to common search pages instead of adding "no index"? For example: if a bot is requesting "?query=Allah&view=default" redirect it to "?query=Allah". |
is there a way to do that? |
Yes. We have to read the User-Agent (from the HTTP headers) and compare it with a list of bot user agents. http://user-agent-string.info/list-of-ua/bots. For example, Google's bot has the user agent "Googlebot". |
will the User-agent think that it is crawling start url or end url? because if it assumed it is indexing different urls with same contents so it will be like "fake content" |
When they hit the start url, they shouldn't get any content. We should respond with an HTTP redirect (code 302) so they go and load the end url. Maybe redirection is a bad idea, I'm not sure. |
I dont know what's better , but seems for the urls sharable by users, is better to be redirected. here is redirection of googlebot to smartphone version of pages: |
I see two issues:
Update to add another one:
|
…nous-team#406 SEO issue * Add canonical link to HTML header with only 'query' as parameter * Remove the tailing '?' from alternative link in HTML header for empty requests
Apply escape charaters filter on it
Canonical, multi-language & pagination rel-links added in the linked PR.
|
Grouping by juz and hizb and sura, are intended to be #302 feature |
Add meta links, tags and microdata, related to SEO, issue #406…
This is the report of google in Webmaster tools about this issue:
The text was updated successfully, but these errors were encountered: