Hi,
Anyone ever tried to note down the difference in do follow and no follow links? Means if i'm writing and URL here it will be no follow or do follow?

Dani AI

Generated

The short answers in this thread from , , , and cover the basics. What was missing for is a practical diagnosis and next steps when a site is advertised as "dofollow" but every link-checker flags links as nofollow.

Common causes for every link showing as nofollow (or appearing that way to tools)

  • Site-wide change or forum software setting that adds rel attributes to user links (signatures and post links are common targets).
  • Anti-spam/moderation plugins that add nofollow for new users or low-post-count accounts.
  • Client-side JavaScript or a redirect layer that rewrites anchors after page load.
  • Use of third-party comment systems or link shorteners that alter the final anchor.
  • HTTP-level rules such as X-Robots-Tag headers affecting link handling.

Practical checks to run (quick, repeatable)

  • Inspect the raw HTML: view source or use DevTools to see the anchor and any rel= value.
  • Fetch the server output (HTML and headers) to rule out client-side rewriting:
    curl -sL 'https://example.com/thread' | grep -i 'rel='
  • In DevTools Network, disable JavaScript and reload to see whether rel is injected by a script.

If links are confirmed nofollow

  • Look for alternatives that often remain followable (profile "website" fields, trusted external posts) or ask a moderator/admin about signature/post policies.
  • Avoid relying on forum backlinks alone for SEO; prioritize diverse, high-quality links.
  • Note: search engines have evolved how they treat link signals (site-level attributes are a publisher hint, not an absolute promise), so treat reported nofollow as an implementation detail to diagnose — not the final word on every link's SEO impact.

This fills the diagnostic gap in the thread and gives concrete steps to confirm and respond to the situation described by .

Recommended Answers

All 6 Replies

do follow links can be added as your backlinks while no follow is not

DoFollow is simply an internet slang term given to web pages or sites that are not utilizing NoFollow. NoFollow is a hyperlink inclusion that tells search engines not to pass on any credibility or influence to an outbound link.

DoFollow is simply an internet slang term given to web pages or sites that are not utilizing NoFollow. NoFollow is a hyperlink inclusion that tells search engines not to pass on any credibility or influence to an outbound link.

It's meant to allow the publisher to give a guideline to the search engines whether or not they vouch for the site they're linking to, but ultimately it's up to the search engine to decide whether or not to take the publisher's "advice".

DoFollow = Follow this link
NoFollow = Don't follow this link

Hi,
I have heard that Dani web forum is do follow forum!! but if someone is using links they are no follow!!! that's why i'm getting confused!! there is a tool installed which points out no follow links!!! every link here in signature or anywhere is showing no follow!!!!!!!!!!! :|

No-follow tells Google not to follow the link from your page. Let's say I link to your site from my page and I assign a no-follow attribute. That means Google will not transfer PageRank nor will my site be seen as a backlink/inbound link for your site.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.