Prerequisites for using this method
1: You have control over the server and can operate IIS
2: You need to create two sites, one without WWW and the other with www.
If your website is zuogewangzhan.com, then the http://zuogewangzhan.com/vps.html was included for other reasons.
And what you want is that http://www.zuogewangzhan.com/vps.html is included
At this time, we need to redirect to 301.
Now more and more webmaster to do 301 turn more and more attention, most stationmaster think do 301 after Baidu's attitude can use three words to describe: "Not reliable!". In the end what is the phenomenon that formed stationmaster's this kind of understanding? Next, we will use two station instance analysis:
301 REDIRECT
One, 301 redirect implementation:
Our site (www.b.com) The original domain name is a.com, significantly worse, after changing the domain name, the first thing to do is naturally 301 redirect.
One caveat: even if you are not changing the domain name, you should also consider "B.Com"
32Rewriterule ^/oldpage.html$ Http://farlee.info/newpage.html[i,o,rp,l]
# Isapi_rewrite 3.0 Version[Isapi_rewrite]# 3600 = 1 hourCacheclockrate 3600Repeatlimit 32Rewriterule ^/oldpage.html$ Http://farlee.info/newpage.html[nc,l,r=301,o]
Note: Isapi_rewrite 1.3 is an older version of the current domestic application that can be used for URL rewriting, but is not suitable for true 301 redirects. It is recomme
the following 301 jump{Header (' http/1.1 301 Moved permanently '); Issue 301 HeadHeader (' location:http://www.siyuan-seo.com '. $the _url); Jump to the URL with www}?>Note: The code if ($the _host!== ' www.siyuan-seo.com ') in the "!==" is not exactly equal to the meaning, you can also use "! =" does not mean that, in addition to the siyuan-seo.com can be redi
Permanent page removal (301 redirects ) is a very important "auto-steering" technology. One of the most feasible ways to redirect URLs. When a user or a search engine makes a browse request to the Web server, one of the status codes in the header information in the HTTP data stream returned by the server indicates that the page is permanently transferred to another address. Domain OrientationThe change of r
One, what is 301 redirect301 Redirect (or call 301 jump, 301 turn) is a user or search engine spider to the site server to make access requests, the service returns the HTTP data stream header part of the status code of one, indicating that this site is permanently transferred to another address. Other common status co
A lot of students can't figure out what 301 is. and the impact of 301 on search engines? How do you set up the final 301? So write this article. This article gives you a full understanding of 301 redirects, clear 301 redirects.
What is 3
First of all, learn about redirects, commonly used redirect methods are: Redirect, 302 redirect and Meta Fresh.when do I need to do 301 redirects?If you want to change the domain name, you can do 301 Redirect to achieve the search
My z-blog new station in the completion of the classification home static optimization, after a few days to see a snapshot of Baidu daily update, included also normal, can be the key word ranking is still not up, I think this situation should have a great relationship with the weight. Yesterday to check Baidu Snapshot, only to find that there is a www and no www two home snapshots, while the internal page snapshots are all with the www. This just remember that the site did not do
1, Linux host redirectGoDaddy Liunx host, GoDaddy itself has supported Apache, So you can create a. htaccess file directly, in general, you can't create it locally. htaccess can create a txt format file, and then rename it to ". htaccess" when uploaded to the root directory. A lot of tutorials on how to do 301 redirects on the web, whether it's a whole-station redirect or a single page
Permanent page removal (301 redirects) is a very important "automatic steering" technology.
First, give a tool to detect server header information, simply to see if your site 301 is successful. Do not underestimate this 301, if you are made into 302 or something, your station may be to let you happy to let you worry.
Detection address: Http://www.seoconsultants
A lot of online tutorials on how to do 301 redirects, whether it's a full-site redirect or a single-page redirect. Take my www.bKjia.c0m for example, because many times you do not have a standalone server or your Apache does not support the. haccess file, and so on, you have to use the scripting language to instance 301
Permanent page removal (301 redirects) is a very important "automatic steering" technology.
301 redirect can promote search engine optimization effect
From the perspective of Search engine optimization, 301 redirect is the most feasible method of Web site redirection. When
Linux Nginx 301 Redirect Jump method Summary, there is a need for friends to refer to.
The first case: access to the AAAAAAA station directed to the BBBBBBBBBBB station
Copy Code code as follows:
server {
Server_naaaaaaame www.aaaaaaa.com;
Rewrite ^ (. *) http://www.bbbbbbbbbbb.com$1 permaaaaaaanent;
}
In the second case: not all redirects to the AAAAAAA station are redirecte
From a search engine optimization perspective, the current 301 redirect is the most feasible way to redirect the site directory changes. After you change the address using 301 Redirect, the search engine will only index the new address, but also the old address under the ori
301 redirects can transfer multiple domain weights to specific domain names to enhance the unique allocation of domain name weights. On the other hand, after the domain name is replaced, use 301 redirect to the old domain name weight, redirect to the new domain name above. This 301
use "www." in front of the domain name (example: www.awebguy.com ),And some of them do not. it is very common that both options will take you to the same place on the Internet, or at least the same information. that still does not mean search engines see it the same way as humans.
You can skip right to the bottom of this article to read the fix for this, but I think you will benefit by first understanding what is wrong, and why you shoshould fix it.Note: Even if both versions of WWW or without
new domain page of the homepage will have any impact?A: The new Domain Home page will replace the old domain home page, the new domain name only inherit the old domain name of the home page properties, but will not produce 1+1>2 effect. The old domain name is still available for a short period of time, but over time, the old domain name will eventually be erased from the database due to quality degradation.Sometime, since a lot of webmaster friends concerned about the site
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.