Internal Hyperlinking?

5 replies
  • SEO
  • |
Suppose if we have done internal hyper-linking in a page and we want that Google will not crawl our internal hyper-linking on that page so please suggest me the method so that it not crawl the hyperlink.
#hyperlinking #internal
  • Profile picture of the author FrankLie
    I think internal hyperlinks are the strongest links on a site... I'm not sure there is a way to block crawlers from them...
    {{ DiscussionBoard.errors[5964384].message }}
    • Profile picture of the author iklanbarisgue
      First..I just wonder why you want to do that..? I think you can do it by add rel=""nofollow" inside your html link code..
      {{ DiscussionBoard.errors[5965859].message }}
  • Profile picture of the author yukon
    Banned
    Like already said you can add rel=""nofollow" to the link tag, but that doesn't mean Google won't still crawl/index the target page from another link source.

    If you defiantly don't want the target page in the SERPs use the NOINDEX tag on the actual target page.
    {{ DiscussionBoard.errors[5966461].message }}
  • Profile picture of the author gtk29
    You can use meta tag to tell search engines not to index a page, like this :
    <meta name="robots" content="noindex">
    Do this on all target pages you dont want to get indexed.
    {{ DiscussionBoard.errors[5966481].message }}
    • Profile picture of the author SpiderZq
      Originally Posted by gtk29 View Post

      You can use meta tag to tell search engines not to index a page, like this :
      <meta name="robots" content="noindex">
      Do this on all target pages you dont want to get indexed.
      yes this trick will work.
      {{ DiscussionBoard.errors[5966517].message }}

Trending Topics