I want to find dofollow query which will give me dofollow blog list for my site
Can anybody tell me what kind of query i put on google?

Dani AI

Generated

Good starting point from — search operators will surface candidate blogs — and a useful datapoint from that a browser plugin flagged links as nofollow. That outcome is common: a search can find pages that look like comment-friendly posts, but the actual anchor tag or the comment system often adds rel attributes (nofollow, ugc, sponsored) or applies them via JavaScript, so the link ends up not passing “dofollow” equity.

Simple, reliable checks to confirm a link is truly dofollow:

  • Open the page and inspect the anchor tag for a rel attribute. If it contains nofollow, ugc, or sponsored, it is not dofollow. If there is no rel, it’s usually dofollow — but confirm the final DOM after scripts run (use DevTools, not just view-source).
  • Some platforms add nofollow only to comment author links or until a commenter is approved. Look at the comment HTML and the site’s commenting system (Disqus, WordPress plugins, etc.).
  • If you need to audit many pages, crawl them with a tool that reports anchor rel values so you can filter follow vs nofollow at scale.

Practical tools and workflow:

  • Use a backlink or site-crawl tool (Ahrefs, Moz, Majestic, Screaming Frog, or similar) to find linking pages and filter by follow status. Google Search Console shows linking pages but does not mark follow/nofollow, so pair it with a crawler or backlink tool.
  • For quick checks, the browser Inspect panel or a reliable nofollow-highlighter extension will show the live DOM. Beware that some extensions misreport when scripts or redirects change links after load.

Practical notes and caution:

  • Many blogs intentionally mark comment links nofollow to fight spam. Hunting only for dofollow comment links risks low-quality, spammy targets. Prioritize relevant, authoritative sites and consider guest posts or resource pages for stronger, safer links. If a site is valuable, verify the link in the final HTML and in your backlink tool before investing outreach or comment work.

Recommended Answers

All 3 Replies

keyword +"post a comment"+"do follow blog", this query will help you for finding do blogs of your niche.

Brother it will give nofollow links when i use the mozila plugin it will turn into red.

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.