"Automatic Steering" technology

Source: Internet
Author: User
One: What is automatic steering technology (auto-redirecting)?
Automatic steering, also called automatic redirection. Automatic jump refers to a technology that automatically shifts users to other web addresses when they log on to a website. The web address of the steering page can be other pages within the site, or it can be other sites.
 
Typically, the browser receives a Web page that contains code that automatically loads a different page. The page may be converted on the server side, so that the browser receives only one page, and automatic steering often means that the page received by the browser has the ability to automatically send access users to other pages.
The reasonable application of the automatic steering technology includes: Turning the user to the Web page version of the specified browser, changing the domain name of the site to the new domain name, and so on. But now this technology is often used by search engine optimizer as a way to improve the site's search engine rankings. For example, first specifically for the search engine to do a highly optimized page, which is what we usually call the "Bridge page", and then submit this page to the search engine to get a good ranking. However, when the search user clicks the list of pages through the search engine's list of results, it is automatically turned to a Web site address that the user has no intention of accessing. Search engines often think that automatically turning pages are misleading to readers, so it punishes the Web or Web site, but it is not automatically detected for some automatic steering methods.

Meta-Refresh Tag Automatic steering method
Because the search engine can read HTML, and META tags is also HTML, so for this automatic steering method, search engines can automatically detect. Therefore, regardless of the purpose of the site's turn, it is easy to be the search engine as a misleading reader to be punished. However, if the jump delay time is set appropriately, the search engine will not regard it as cheating.
 
The page timed refresh Meta ID (Meta refresh Tag) can only be placed in the < head> area of the HTML code. As shown below:


The "5" is to tell the browser to automatically jump to the Page.htm page after 5 Seconds of loading the page.
This approach can often be seen in forums. If you send a message on the forum, you will first see a confirmation page, which will automatically bounce back to the current forum page in a few seconds.
From the perspective of Search engine optimization, generally do not want to automatically turn to have a delay. However, if you are using the Meta Refresh logo for steering, be sure to set the delay time at least 10 seconds.

"JavaScript" Automatic steering method
Because JavaScript cannot be parsed, the search engine is unable to detect (automatically detect) automatic steering with JavaScript scripts. JavaScript automatic redirection scripts can be placed in any location on the Web page, if you want to jump immediately, you can put it into the source of the page in the top of the area. Examples of how to implement a jump with JavaScript are as follows:

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.