ISCL is a Intelligent Information Consulting System. Based on our knowledgebase, using AI tools such as CHATGPT, Customers could customize the information according to their needs, So as to achieve

How to Use No Follow HTML Code

5
    • 1). Open a new blank page in your coding program.

    • 2). Insert a traditional hyperlink into your page by typing:
      <a href="/links/?u=http://address.com">My Site</a>

    • 3). Replace "http://address.com" in the link code with the address of the Web page you want to link to from your site.

    • 4). Replace "My Site" in the link code with the label of the hyperlink as you want it to appear on your page.

    • 5). Add the No Follow attribute to the hyperlink by typing:
      rel="nofollow"
      into the link code. The final link code be:
      <a href="/links/?u=http://address.com" rel="nofollow">My Site</a>

    • 6). Save the new Web page as an HTML document and upload it to your active Web server. Now when outside users click on the links with the No Follow attribute, data will not be sent to search engines for indexing.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.