Home Web Front-end HTML Tutorial How to write the Nofollow tag and introduction to the use of nofollow_HTML/Xhtml_Web page production

How to write the Nofollow tag and introduction to the use of nofollow_HTML/Xhtml_Web page production

May 16, 2016 pm 04:36 PM

The "nofollow" tag is a tag proposed by Google, Yahoo and Microsoft a few years ago. After adding this tag to the link, the weight will not be calculated. Search engines support the nofollow attribute, which inhibits blogging to a large extent. Or spam messages on the forum. This is a great thing for webmasters.

Nofollow is a value of the content attribute of the HTML meta tag (meta) and the rel attribute of the link tag (a). It tells the machine (crawler) that there is no need to track the target page. In order to combat blogspam (blog spam information), Google recommends using nofollow, which tells the search engine crawler that there is no need to crawl the target page, and also tells the search engine that there is no need to pass the Pagerank of the current page to the target page. But if you submit the page directly through the sitemap, the crawler will still crawl it. The nofollow here is just an attitude of the current page towards the target page, and does not represent the attitude of other pages towards the target page.

Use of nofollow

Nofollow has two uses:
1. Used for meta meta tags: , telling the crawler that all links on the page do not need to be followed.
2. Used for a tag: Login, telling the crawler that the page does not need to be tracked.

The role of nofollow

nofollow has three main functions:
1. To prevent untrustworthy content, the most common of which is spam messages and comments on blogs to obtain external links, and to prevent pages from pointing to spam pages and sites. .
2. Paid links: In order to prevent paid links from affecting Google’s search result rankings, Google recommends using the nofollow attribute.
3. Guide crawlers to crawl valid pages: Avoid crawlers from crawling some meaningless pages, which will affect the efficiency of crawlers.

PR pruning (Pagerank Sculpting)

Abuse of nofollow. In order to achieve maximum search engine optimization, some SEOs use nofollow to control the flow of PR, which can optimize some specific pages. Of course, this kind of optimization is more suitable for some old sites that have accumulated a considerable amount of PR. In order to prevent PR pruning and the abuse of nofollow, Google has weakened the role of nofollow. The previous nofollow not only did not cause PR flow, but also did not cause PR loss. Although the current nofollow regulations will not cause PR flow to the target page, it will not cause PR flow to the target page. The original flow to the target page will be lost. For example, the PR of the current page is 1, and there are 10 links on the page, one of which is a nofollow link. According to the previous nofollow regulations, the target page pointed to by each non-nofollow link will get 1/9 of the PR of the link containing nofollow. PR cannot be obtained, and according to Google's new regulations on nofollow, the target page pointed to by the non-nofollow link can only obtain 1/10, and the nofollow link cannot obtain PR, which means that 1/10 of the PR is lost.

SEO Recommendations
The role of nofollow in Google is already very weak, so SEO needs to control the flow of PR on the site to avoid links pointing to spam pages, and can only rely on manual review.

Let’s look at an example first, how to write the nofollow tag, take my blog as an example:

A normal A tag is as follows:


Copy code
The code is as follows:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Is HTML easy to learn for beginners? Is HTML easy to learn for beginners? Apr 07, 2025 am 12:11 AM

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

The Roles of HTML, CSS, and JavaScript: Core Responsibilities The Roles of HTML, CSS, and JavaScript: Core Responsibilities Apr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

What is an example of a starting tag in HTML? What is an example of a starting tag in HTML? Apr 06, 2025 am 12:04 AM

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Apr 04, 2025 pm 11:54 PM

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

How to implement adaptive layout of Y-axis position in web annotation? How to implement adaptive layout of Y-axis position in web annotation? Apr 04, 2025 pm 11:30 PM

The Y-axis position adaptive algorithm for web annotation function This article will explore how to implement annotation functions similar to Word documents, especially how to deal with the interval between annotations...

HTML, CSS, and JavaScript: Essential Tools for Web Developers HTML, CSS, and JavaScript: Essential Tools for Web Developers Apr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? How to use CSS3 and JavaScript to achieve the effect of scattering and enlarging the surrounding pictures after clicking? Apr 05, 2025 am 06:15 AM

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

See all articles