302 is the HTTP status code for a temporary redirect.
1
vote
0answers
27 views
create redirect of subdomain
I have a new app server that will run an ftp server and a few other things. It won't run a web server.
I want to put that app server on a subdomain so that I can access it. So ultimately I will be ...
2
votes
1answer
321 views
Can I use a 302 redirect to serve up static content from a url with escaped_fragment?
We would like to serve up seo-friendly ajax-driven content. We are following this documentation. Has anyone ever tried to write a 302 redirect into the htaccess file, that takes the ...
4
votes
2answers
543 views
302 Redirect causes garbage at end of Wordpress link in Facebook
When I try to link my Wordpress blog to Facebook, the url doesn't resolve properly. There's garbage appended at the end and Facebook is not able to retrieve information from the site. Happens in ...
2
votes
1answer
393 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 ...
1
vote
1answer
86 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 ...
4
votes
2answers
187 views
302 & 503 for temporary site down page: what to use for 'retry-after'?
If I want to temporary take down a website but the timeframe could be from 1 day to 1-2 weeks, I know that a 302 redirect (to a down.html page for instance) is best in order to preserve the existing ...
3
votes
1answer
376 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/ ...
1
vote
3answers
312 views
302 Moved Temporarily or 301?
I have a question on redirects.
HTTP status code checker tool shows "HTTP/1.1 302 Moved Temporarily" for the home page URL http://someurl.com (just a namesake URL). Also, this URL opens up ...
1
vote
1answer
243 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
2answers
645 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 ...
2
votes
2answers
151 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 ...
3
votes
2answers
177 views
How do sites avoid SEO issues and legalities with subdomain unique ids?
I was looking through a few websites recently and noticed a trend I'm not sure I understand. Sites are creating unique referral URLs for customers in the form of: http://customname.site.com
(If ...
2
votes
1answer
35 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 ...
0
votes
0answers
132 views
302 Redirect Issue for Joomla 2.5.7 version site
For my site i am using Joomla 2.5.7 version and FB comments tools for the articles in the site.
i am getting the 302 redirect problem for the FB comments for the Articles to which i post.
I have ...
3
votes
1answer
85 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
89 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
461 views
Google and 301/302
we have to solve a problem with Google not correctly indexing our multilanguage sites.
We'll redesign our urls in the future but until then we need some way to help google find the different language ...
1
vote
1answer
674 views
Redirecting from blogger to custom domain [duplicate]
Possible Duplicate:
How to have a blogspot blog in my domain?
i have a blog from blogger named as www.myclipta.blogspot.com. i am updating regulary. Then i bought a custom domain with ...
1
vote
3answers
114 views
Should a link validator report 302 redirects as broken links?
A while ago, sparkfun.com changed their URL structure from
/commerce/product_info.php?products_id=9266
to
/products/9266
This is nice, right? We don't need to know that it is (or was) a PHP ...
0
votes
3answers
149 views
Effective seo for 302 temporarily moved
I am currently working on a blog and the site is structued such that when you go to the url eg: www.example.com
you are redirected to
www.example.com/blog/10-10-2010/new-product-released.html
(the ...
1
vote
2answers
671 views
wrong duplicate meta descriptions on webmaster tools
We have recently moved our site to a new platform with a different structure. We placed the correct 301 redirects from old pages, but also, some pages include 302 redirects for language-specific ...
2
votes
1answer
152 views
SEO Value in redirected link?
Our local Chamber of Commerce has an incoming link to us, but they are using an internal ASP page to process the link and using a 302 redirect to send that page to our site. So our anchor text on ...
