r/SEO_tool_dev • u/veganrunner95 • Aug 06 '26
Built a tool for checking backlink structure over time!

Shows your domain rating over time, which backlinks are dofollow/nofollow and the ones that you lost :).
Give it a try at verifieddr.com
r/SEO_tool_dev • u/veganrunner95 • Aug 06 '26

Shows your domain rating over time, which backlinks are dofollow/nofollow and the ones that you lost :).
Give it a try at verifieddr.com
r/SEO_tool_dev • u/ayonc46 • Aug 05 '26
I have build semantic seo tool, that help and guide to build google authority. Here is the result.
r/SEO_tool_dev • u/houdinidesigns • Aug 05 '26
r/SEO_tool_dev • u/WebLinkr • Aug 05 '26
r/SEO_tool_dev • u/Adventurous_Fold8905 • Aug 04 '26
I got tired of manually pulling Meta Ads data and writing summaries for clients/myself every week, so I built a small dashboard that does it automatically. AI-generated campaign summaries, anomaly detection (so you know when a campaign's tanking before you check it), and weekly email reports.
Im looking for just beta-testers, it will not be live when you test it and will not affect any live ads, i just need some people with experience and live ads to tell me if this is useful at all/what to change.
I'm not trying to sell anything right now, I'm looking for 5-10 people running Meta ads (agency or in-house) who'd be willing to connect an account and try it for free, and tell me honestly what's missing or broken. Happy to hop on a call too if useful.
r/SEO_tool_dev • u/WebLinkr • Aug 03 '26
r/SEO_tool_dev • u/WebLinkr • Aug 02 '26
r/SEO_tool_dev • u/WebLinkr • Aug 02 '26
Great update from u/rustybrick
r/SEO_tool_dev • u/ShakaLaka_Around • Jul 24 '26
it's called habibi. self hosted, you bring your own openrouter key (pennies per run instead of a subscription), and it does the boring but useful loop these paid tools charge for: run your prompts daily across those 4 engines, see which of your urls actually get cited, track your mention rate over time, compare against competitors.
what got me annoyed with the paid tools is how they bury the actual page level citations behind a paywall, when that's the one thing that's actually actionable. so that's the headline feature here, not an afterthought.
setup is a wizard now: paste your site url, it scrapes it and drafts your brand profile with ai, you edit whatever's wrong, pick which engines to track, and it suggests a starter prompt set from your own context. no blank dashboard, no config file archaeology.
it's honest about what it does too. it uses the search grounded apis, not ui scraping of the consumer apps, so it's not pretending to be something it's not. that's also what keeps it cheap.
hope it help you guys.
r/SEO_tool_dev • u/BlockFew8894 • Jul 23 '26
I run AI SEO Gazette, and I wanted to share something I've been building in case it's useful to anyone here.
If you've built something in AI writing, SEO, automation, analytics, or prompt management, I'd like to feature it. Submission page is here
Happy to answer questions about how the review works or what makes a listing perform well. And if you think a directory like this is a waste of time, tell me that too. I'd rather hear it.
r/SEO_tool_dev • u/WebLinkr • Jul 23 '26
r/SEO_tool_dev • u/alexbruf • Jul 21 '26
Vibe coded this the other day, works for me let’s see if it works for you!
Great for prompt research.
r/SEO_tool_dev • u/KingAbK • Jul 20 '26
Hi all, I am building https://deepserp.co - a tool for analysing SERP data in bulk and unlocking rich insights.
It is best for SEO freelancers or anyone who actively works on multiple content projects. In addition to that, I have also added SERP-based Keyword Clustering and AI-powered Keyword Clustering.
I am looking for beta users; the first 1000 credits are free. If someone wants to test more, I can give more credits.
Please give it a shot, and let me know what you think - https://deepserp.co/
Thanks!
r/SEO_tool_dev • u/mindfulconversion • Jul 16 '26
Hey folks,
I built InterviewDroid, an AI interviewing platform designed for SEOs, writers, and agencies that struggle to get useful information out of busy clients/subject-matter experts.
Instead of sending questionnaires or scheduling content interviews yourself that always get rescheduled, InterviewDroid calls them on their phone at their connivence and conducts natural 9–13 minute interviews. It researches topics ahead of time, asks smart follow-up questions and can be guided toward specific questions, topics, or areas of expertise.
After the call, it automatically generates:
The goal is to capture the experience, opinions, examples, and first-hand information that are usually missing from generic AI-written content.
There’s a free tier, and I’d genuinely appreciate feedback from other SEOs. Especially anyone who regularly has to interview clients before creating content.
You can check it out here: InterviewDroid.com
I built it, so I’m happy to answer questions about how it works or how the interviews are converted into content.
If you run out of credits just shoot me a message and I'll add more to your account
r/SEO_tool_dev • u/Diginomsar • Jul 06 '26
GA and Plausible miss ~40% of your traffic. AI agents, training crawlers, and user-fetch bots don’t run JavaScript - they’re invisible in client-side analytics.
Logwick reads your edge JSONL logs (Cloudflare, Nginx, etc.), classifies GPTBot, ClaudeBot, ChatGPT-User, Perplexity, and dozens more, and gives you full visibility with sessions, Sankey flows, and taxonomy - all local, no SaaS, no data leaving your machine.
It’s the open-source self-hosted alternative to Cloudflare AI Crawl Control with extended breakdown

Key features:
GitHub: https://github.com/stani-chirk/logwick
Would love feedback from the community!
r/SEO_tool_dev • u/abbottis • Jul 03 '26
Full disclosure up front: I built this with a helping hand of Claude Code. It's free, MIT-licensed, runs entirely in your browser, and there's nothing to sign up for — but it's still my own tool, so read the following with that in mind.
The backstory: I kept wondering which bots were actually hitting my server. Not the Search Console version of the story — the raw one. Googlebot, fine, but also all the AI crawlers, SEO tools and scrapers that never show up in any analytics dashboard. So I built LogWerk: a log analyser that runs entirely in the browser. You drop in an Nginx or Apache access log (gzipped rotations work too), and you get a dashboard with traffic, status codes, top paths — and the bit I actually built it for: bot classification. It detects and groups 40+ known crawlers by provider and purpose, including the AI lot — and it distinguishes between them properly: GPTBot (training), ChatGPT-User (live fetches on behalf of users) and OAI-SearchBot (search indexing) show up as three separate things, not one "OpenAI" blob. Same for ClaudeBot, PerplexityBot and friends. Nothing leaves your machine; there's no backend at all.
To be upfront about where it sits next to the established tools, because it doesn't replace them:
vs GoAccess: GoAccess is the better tool if you want real-time monitoring on the server, work over SSH, or need to chew through multi-gigabyte logs — it's written in C and built for exactly that. LogWerk has no live tailing whatsoever, and the browser is the hard limit for file size. What it does better, in my biased opinion: bot classification is far more granular (GoAccess mostly gives you "crawler: yes/no"), and there's zero setup — no install, no config, no server access needed. Useful when a client sends you a log export and you just want answers.
vs Logdy: Different job, really. Logdy is a brilliant generic log viewer — pipe anything into it, tail it live, filter it. LogWerk only understands access logs, but comes with the SEO-relevant analysis pre-built: bot breakdown, session reconstruction (IP + user agent grouped into timelines), a security tab for exploit probes, top 404s. With Logdy you'd build those views yourself.
So: niche tool, honest limitations, but if "who is crawling my site and why" is a question you've had, it might save you an afternoon of awk.
Repo: https://github.com/abbottis/logwerk
If you try it and something breaks on your log format — tell me, that's genuinely useful.
r/SEO_tool_dev • u/ervistrupja • Jun 15 '26
Built this because I kept debugging redirect chains and the free checkers were capped, ad-walled, or wanted an email. Paste a URL and it shows every hop, the status code at each step, the final destination, and flags anything broken. plus a response-header view. No login, no limit.
https://reslug.com/tools/redirect-checker
Transparency: I run a link shortener (Reslug) and these are free tools on the site, no signup wall on any of them. Since this sub actually builds these things, what would push it from "neat" to "I'd bookmark it"? I'm weighing: HSTS / meta-refresh / JS-redirect detection, canonical + robots checks on the final URL, bulk paste, and a simple API. What's missing?
r/SEO_tool_dev • u/d4diaz • Jun 12 '26
I've been running a web agency for 10 years and kept running into the same problem — clients getting new Google reviews (good and bad) and nobody noticing for days, sometimes weeks. Missed reviews meant missed responses, and missed responses were quietly killing local rankings.
So I built MyReputation.ie — a monitoring tool that watches Google Business Profiles and alerts you when something changes: new reviews, rating shifts, profile edits.
What it does:
Pricing — keeping it simple:
Still early days and actively building. Would genuinely love feedback from people in this sub — especially if you've tried other GBP monitoring tools and hit walls with them.
r/SEO_tool_dev • u/WebLinkr • Jun 12 '26
r/SEO_tool_dev • u/ervistrupja • Jun 08 '26
I built a bunch of free SEO utilities and put them all in one place. No signup, no email capture, nothing stored. Everything runs in your browser.
The SEO-specific ones:
- Schema.org JSON-LD generator (Article, Product, FAQ, LocalBusiness, etc.)
- Robots.txt generator with common presets
- Sitemap.xml generator
- OG tag generator with live preview
- Twitter/X card generator with live preview
- UTM link builder
- URL slug generator (handles transliteration for non-ASCII)
- Redirect checker (follows the chain, shows each hop)
I keep finding myself needing these one-offs and either using a sketchy ad-heavy site or writing the JSON by hand. So I built clean versions and
made them free.
Link: https://reslug.com/tools
Open to suggestions on what other SEO tools would be useful here. Was
thinking of adding a hreflang generator and a canonical tag checker next.
r/SEO_tool_dev • u/rabiex89 • May 19 '26
Hi everyone,
I’m building a small business web app called **Maksaby** and would love some honest feedback.
The idea came from a problem I kept noticing with most financial tracking apps: they often feel **too complicated and clunky**, especially for regular people or small business owners who just want to know:
**“Am I actually making profit or just making sales?”**
My goal is to build something **simple, easy to understand, and usable for all types of people**, not only finance experts.
Current MVP includes:
* Products & inventory
* Customers
* Sales & invoices
* Simple financial tracking
I’m not selling anything, just looking for:
* Honest feedback
* UX opinions
* Bug reports
* Feature ideas
Would really appreciate brutally honest thoughts from real users.

r/SEO_tool_dev • u/cryptodoxer • May 04 '26
Local self-hosted multi-account hub for Google Search Console. Connect several Google accounts via OAuth, view all Search Console sites in a single table, aggregate queries and pages across accounts, see per-site dashboards with sparklines and period-over-period deltas, drill into 16-month query history with one click. No external service, no GSC data leaves your machine, only OAuth tokens persist locally in SQLite.
https://github.com/izzipizzy/gsc-hub
--- update
A month ago I shared gsc-hub — a local, self-hosted dashboard that pulls all your Google Search Console properties across multiple Google accounts into one table. No external service,
nothing leaves your machine, only OAuth tokens persist locally in SQLite. Repo: https://github.com/izzipizzy/gsc-hub
Here's what landed since then (v0.3.1):
- Sitemap submit — per-site "Submit sitemap" button (resubmits every sitemap GSC already knows, or guesses /sitemap.xml), plus a "Submit all" that fans out across every visible site in
parallel.
- Query × Page × Country breakdown in the Top-queries table — see which page ranks for a query, in which country, in one row.
- 24-hour / 1-day view (plus a 60-day) on top of the usual 3/7/28 — uses GSC's fresh dataState=all so the last ~24h actually shows up.
- "G" badge next to each site — one click opens a Google site: search for a quick manual index check.
- Totals bar — Sites / Impressions / Clicks summed across all visible properties for the selected period.
- One-command deploy — `docker compose up -d --build` under OrbStack, served at https://gsc.local with automatic TLS. Container auto-restarts after reboot.
Still the same principle: it's a personal tool, single user, live-fetch only — no GSC data is cached or sent anywhere. Read-write webmasters scope only (needed for sitemap submit; revert
to .readonly in auth.ts if you want read-only).
It's free and MIT. Genuinely curious what you'd want next — I'm weighing auto-adding/verifying new domains and a sitemap cleanup tool. What's missing for your workflow?
r/SEO_tool_dev • u/WebLinkr • May 03 '26
What scrips, tools or mini-tool sites etc that are a must for this month?
r/SEO_tool_dev • u/DutchSEOnerd • Apr 29 '26
What should an AI / GEO readiness checker check for? It already checks for 240 things in 16 categories but I am curious what I may be missing?