Several methods of hijacking PR value false PR value to true PR value

Source: Internet
Author: User

Intermediary transaction SEO diagnosis Taobao guest Cloud host technology Hall

Several methods of hijacking PR value-false PR value to true PR value! We know that PR value is important for a station. PR value is better and other stations do links. Now I'll give you a few to let your PR for 0 of the station into Pr1-8 station!

Method one: Using 301 redirect to realize the hijacking of PR value

301 Redirect: Permanent Information Service Manager, right-click on the page or directory you want to redirect, select Properties;

Select Redirect to URL

In the redirect to input box, enter the URL address of the destination page you want to jump to

Select Permanent redirect for resources (remember)

Finally click "Apply"

Apache Server implements 301 redirect

In contrast, Apache is much simpler to implement than IIS. In Apache, there is a very important file. htaccess, with its settings, can achieve a lot of powerful features, 301 redirect is just one of them.

Redirect permanent/http://www.qqwm9.cn/(redirects contents to http://www.qqwm9.cn/) Redirect permanent/default.php http:// Www.qqwm9.cn/juyo/tech (redirect page default.php to http://www.qqwm9.cn/juyo/tech/)

The above is a Web server for 301 redirects, and here's how to implement 301 redirects through a dynamic programming language.

301 redirects under ASP

<%@ Language=vbscript%>
<%
Response.status= "Moved Permanently"
Response.AddHeader "Location", "http://www.bloghuman.com"
%>
PHP 301 Redirect




Header ("http/1.1 moved Permanently");


Header ("location:http://www.8lon.cn");


?&gt;


ASP. NET 301 Redirect


&lt;script runat= "Server" &gt;


PRivate void Page_Load (object sender, System.EventArgs e)


{


Response.Status = "Moved Permanently";


Response.AddHeader ("Location", http://www.8lon.cn);


}


&lt;/script&gt;


through 301 Redirect, the implementation of PR hijacking, there are some seemingly sophisticated means, such as the following section of the 301 redirected PHP code, specifically for the Googlebot implementation of redirection, and the real user to see when the visit is not this.


?
if (strstr ($_server[' http_user_agent '), "Googlebot")) {
Header ("http/1.1 moved Permanently");
Header ("location:http://www.qqwm9.cn/");
Exit;
}
else {
Header (' content-type:text/html; charset=iso-8859-1&prime;);
};
?>

Method Two: The website uses the alias analysis to carry on the PR hijacking and uses the website domain name forwarding PR hijacking method to be similar, is uses the Mydns resolution domain name to realize the domain name the PR hijacking. I am the next agent of the new network of domain name resolution to make an example, first into the domain Name System platform, you will see the domain name forwarding and so on domain name production, detailed see the following picture explanation:

  

The above picture explains-mydns website alias resolution function

The following to hijack the PR of Sina as an example, to explain the domain name forwarding method to hijack his PR value.

First login domain name management of the analytical interface, and then find the site's host records of the function list settings;

Enter the WWW entry in the blank host Name column for the device WWW host header used to hijack the PR value of Sina,

Select resolution by type: CNAME,

Point to input www.sina.com, the role of the sina.com to hijack the PR value. If you want to hijack other sites PR, such as to hijack NetEase, that is, input www.163.com,

And then click Add New Record,

Log Off "Mydns: Service Manager.

The next thing to do is to be the same as some other PR hijacking methods, but to find ways to let Google first include you need to hijack the PR domain name, and then slowly wait for PR update it, then find the same PR value of the site into the links, so that your false PR into a real PR,PR update cycle of 3-4 months, May you have a good PR

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.