The role of 301 redirection is to pass the weights of the other 3 domains to our website A product self-study netabove. More than just the homepage, the inside page isincludedThen there are many versions of the URL, the static page is the same, this can be done with the robots.txt file.
650) this.width=650; "Src=" http://www.jiaochengxiazai.com/forum.php?mod=image&aid=6690&size=300x300& Key=da16ed7e8ea7f08a&nocache=yes&type=fixnone "style=" border:0px;margin:0px;padding:0px;font-size:0px; " alt= "forum.php?mod=image&aid=6690&size=300x30"/>
How to set 301 Redirection :in yourwebsitethe . htaccess fileis set in the root directory ( may not be supported by theWindows Host) Add the code in the . htaccess :
Rewriteengine on
Rewritecond%{http_host} ^mydomain.com [NC]
rewriterule ^ (. *) $ http://www.mydomain.com/$1 [l,r=301]
What about Windows hosts and other hosts that do not support setting up . htaccess files? we can put all of the homepagelinkstake an absolute address form, orGoogle Webmaster Toolsset the preferred domain, which is a good solution to the problem.
In addition, the virtual host can also take the form of adding code301REDIRECT , many people on the web releasedPHP,ASP, and other programs on the Web page301code, but the specifics do not say much. A rookie .SEOForum For example, withPHPwrote thePWForum301the code can beglobal.phpfile, add the following code:
global.php in the
Function_exists (' Date_default_timezone_set ') && date_default_timezone_set (' etc/gmt+0 ');
The following code is added (301 Steering):
$host = ' www.jiaochengxiazai.com ';// fill in the address you end up needing
if ($_server[' http_host '! = $host) {
Header ("http/1.1 301 Moved permanently");
Header ("location:http://{$host}{$_server[request_uri]}");
}
Unset ($host);
If you are using another forum program, you can go to the official forum for help, then experiment, very simple.
seo workers and stationmaster to website Day of the PageView, traffic After a general observation, we should further analyze the content of the Web page bounce rate, exit rate, so as to the overall visit of the site has a general grasp, thus for the next day seo
So, what is the page bounce rate, exit rate? Bounce Rate, exit rate should be more difficult to understand some of the concepts, but it is easy to comprehend, which is also the webmaster and seo workers must have the basic level.
Bounce Rate: In a certain amount of time, only on one page of the site and then leave the site of the number of visits in total traffic occupy proportion. It is important to note thatindividual page bounce rate: Enter the site through this page, and then directly leave the percentage of the total number of times you entered the page. website Overall bounce rate: A percentage of the number of visits to a Web site that have been left by browsing a page. For example: Today, there are ten users through this page into a product self-study network , 2 of them did not browse the other pages, directly left, then the bounce rate should be It's 20%.
Exit Rate: The number of times that a page has been removed from the webpage occupies the percentage of all times that page has been browsed for a certain period of time. Simply put, it is, from this page to leave the site / this Total page views. For example: Todaya product self-study nethome was browsed , but there are users directly from the home page out of the site, then the exit rate should be 10%. The bounce rate and exit rate values reflect the popularity of a website and the level of attraction to users.
How to reduce bounce rate?
1 flash, etc, when using the picture, should optimize the picture, first compress the picture small, and add alt flash because these are sometimes slow to load, and maybe the picture is not fully visible, the page is turned off.
2 PV
3 website - - Article
4 seo service , you can open a separate column, free of charge for website users to diagnose the site and so on. Not only reduce the bounce rate, but also improve the user stickiness of the website.
Here we will briefly describe how to do 301 redirection and reduce the bounce rate of knowledge. How you need more seo Tutorials can be downloaded to the relevant section of our website.
This article is from the "11890040" blog, please be sure to keep this source http://11900040.blog.51cto.com/11890040/1834568
How to 301 redirect and reduce bounce rate