Tagged Questions
1
vote
1answer
112 views
301 or 302 redirect for mobile/non-mobile pages
I'm setting up redirection for mobile/non-mobile pages. User agent is detected and redirected appropriately, but the ?mobile=1 or ?mobile=0 flag can be used to force a switch. When that flag is ...
1
vote
1answer
324 views
Google indexed my escaped_fragment pages
My site is a single page web-app. I am following the suggestions based on making AJAX applications crawl-able.
My URL looks like this:
http://domain.com/#!pages/contactUs
My understanding is:
...
2
votes
1answer
38 views
Will a domain(Y) redirected to a maindomain.com/product/ be indexed by SE?
We have several domains with the names of products we sell. The idea is to create mini sites in the future that specialize just in those products, mainly for better placement on SE results pages.
As ...
3
votes
1answer
541 views
How to do a cacheable redirection?
When users enter my website example.com, their "preferred" language is detected and they are redirected (using a 301 Moved Permanently redirection) to example.com/en/ (for English), example.com/it/ ...
3
votes
1answer
86 views
Finding websites that do a 301/302 redirect to a specific website
Is there a way to find out if a website is receiving redirects from other websites?
Please note that I'm not asking about incoming links, but an actual redirect.
I don't care how complicated the ...
4
votes
1answer
92 views
302 or 301 redirect in case where redirect lasts 1-2 months
I have a case where I have a newly built "author site" (promotes the author in general as a speaker and author) which needs to temporarily redirect traffic from the author's "book site" (focuses on ...
2
votes
2answers
152 views
SEO and unique IDs in urls
I have a web site who's home page is at
http://domain.com
when a new user first hits the web site I'm creating a unique id of 5 chars for them (for example 'abcde' and redirecting them to ...
2
votes
1answer
415 views
Redirect from the main page on multilanguage site
I've decided to start developing multilingual web site. Now I'm thinking about the structure. The idea is to use a simple algorithm to find out what language is most interesting to the visitor when he ...
2
votes
2answers
656 views
301 vs 302 redirect for ?url=URL
I have the following URL for affiliates:
http://www.mydomain.com/affiliates/partners/partnerName.do?url=http://www.mydomain.com/product/3
The value of url will change all the time.
For this, I ...
