u/Kindly-Vanilla-6485

Update after 3 days: Should i trust ahrefs at this point?

Update after 3 days: Should i trust ahrefs at this point?

Hello, good people.

so 3 days ago, i posted about my new site less than 2 weeks old here: https://www.reddit.com/r/Agentic_SEO/comments/1tioa8q/my_new_domainless_than_2_weeks_old_got_a_44_dr/

My DR was 4.4 three days ago, just checked, now its 13.

Linking websites dropped by 2, backlinks about 8 more

And once again, even if people think i'm lying, i didnt anything for the site these 3 days.

i also got comments about ahrefs being bogus and i just wanted to know if its true?

should i be truly happy(i am), or prepare to be dissapointed?

u/Kindly-Vanilla-6485 — 6 hours ago
▲ 1 r/webdev

Turn any PowerPoint into a reusable template and auto-map any data to it

I'm a solopreneur. I kept having to produce the same presentation over and over; same branding, different content. Every time felt like starting from scratch.

I looked at what existed. Canva wants you to design. Google Slides wants you to type. Tools like Gamma start from scartch (its the correct spelling, look again :)

Neither cares that you already have a beautiful template someone spent real time on. They just want you to start over inside their box.

the thing that irritated me the most was that i needed something that conformed to my brand consistency.

although tools existed for that, most of them were either apis or apis. no interface

So I built PPTAutomate. (Lucky this domain was still free :D)

The idea was simple: your .pptx template is the design. I shouldn't have to touch it. I should just be able to drop in new content, a PDF, a Markdown doc, or any other type of input i have and get a filled presentation back that looks exactly like the original.

What the editor actually does:

You upload your branded template. The canvas renders every slide — shapes, tables, charts, all of it. You drop in your content source. An AI auto-mapper reads both sides and figures out what goes where: which content block belongs in which text box, which data belongs in which chart. It gives you confidence scores and explains its reasoning. You can accept it, drag things around manually, or just tell it in plain English what to change.

Then you generate. You get your .pptx back, branding intact, formatting preserved, slides filled.

NOTE: Currently, its still a manual process of drag and drop to map but i'm getting there

What surprised me building this:

- PowerPoint shape geometry is a rabbit hole. There are 30+ shape types in the spec. Getting diamonds, arrows, flow-chart shapes, and stars to render correctly on a canvas using CSS clip-paths took longer than I want to admit.

- Text overflow prediction is genuinely hard. I'm measuring text width with an HTML canvas element before generation to warn you if content won't fit.

- The hardest part wasn't the code. It was figuring out what the tool actually is : API? Editor? Both? I've had to make peace with narrowing down.

I'm still building. This is a real product I'm trying to make work as a business, not a side project I'm abandoning next month.

Would love honest feedback — especially from anyone who's dealt with this kind of document automation problem.

site: pptautomate.com

u/Kindly-Vanilla-6485 — 8 hours ago

My new domainless than 2 weeks old got a 4.4 DR and i still have no idea what i did

Long story short, this is my brand new domain less than 2 weeks old here's the proof:

(unfortunately, i cannot upload a second image for some reason? will upload it as a first comment)

You are also free to check our the domain age yourself...

it may sound like i'm joking, but all i have been doing was just updating the same blog posts daily😭

2 days ago, my DR was 0.2 and just got the shock of my life this instant as i'm typing this.

feels surreal

Edit: I never posted about this domain anywhere else, its just sitting there

u/Kindly-Vanilla-6485 — 3 days ago

Full disclosure: I built this, so take my perspective with appropriate skepticism. Happy to answer honest questions.

The problem that broke me

Last year I was running a small invoice processing operation. Every week:

→ download PDFs from email → OCR the data → convert to Excel → rename → upload to Drive. I was using a mix of iLovePDF, Zamzar, and Zapier to stitch it together.

Zapier billed me $180 one month because each file conversion counted as a "task." iLovePDF made me click upload individually for each file. Zamzar rejected anything over 50MB. I was duct-taping five different browser tabs together to do one workflow.

There had to be a better way. So I built ConvertUniverse — an all-in-one document automation platform with a visual workflow builder.

What it actually does

24+ tools in one place: PDF merge/split/compress/OCR/sign, Word ↔ PDF, Excel ↔ PDF, image conversion/compression/resize, and more. No tab-switching.

Visual workflow builder (the part I'm most proud of): Drag nodes onto a canvas. Chain together "Split PDF → OCR → Export to Excel → Upload to Drive." Add If/Else logic, parallel branches, webhook triggers, cron schedules. It runs on a batch of 500 files the same as on 1 file. No code. No per-task billing.

Hybrid Architecture for Speed: To avoid the sluggishness of purely cloud-based tools, it runs on a hybrid model. The UI and lighter operations (like basic PDF/image edits) run instantly in-browser via WebAssembly. The heavy lifting (like Office conversions) is routed to a dedicated VPS.

Privacy & Security: For the tasks hitting our servers, files are E2E encrypted and auto-deleted immediately after the session. E-signatures are processed entirely client-side—the signature literally never leaves your device.

Who it's for and who it's not for

Good fit if you: process batches of documents repeatedly, are priced out of Zapier's task model, handle sensitive documents (contracts, medical records, HR files), or want automation without writing Python.

Probably not for you if: you're a developer who already has a scripted pipeline you're happy with, or you only occasionally need to convert a single file (the free tools out there are fine for that).

Honest comparison

  • vs. Zapier/Make: cheaper at scale (flat rate vs. per-task), better for document-heavy workflows, worse for everything non-document (Zapier has 6,000 app integrations; we have ~20 right now)
  • vs. iLovePDF/Smallpdf: workflow automation, batch processing, and a privacy guarantee that they can't offer
  • vs. Adobe Acrobat: significantly cheaper, no subscription lock-in for basic tasks

Where it stands

Launched the workflow builder in February. About 40 tools are fully functional. Free tier gives you 100 credits + 10 conversions/day, 2 tools anonymously (no account required). Paid plans start at $19.99/month.

Also a free gift pack for new users worth $10. No trials to lock you in/ charge your card.

Would genuinely love feedback from people who've hit the same frustrations — especially if my current feature set doesn't actually solve your version of the problem. That's the kind of input that helps me build the right things next.

convertuniverse.com — no referral code, no affiliate link, just the site.

u/Kindly-Vanilla-6485 — 24 days ago
▲ 45 r/SaaS

of course, this isnt a success post and its related to yesterday's post.

but waking up to an email like this really made my day first thing in the moring.

the reason why i thought i had to post this was because the feedback was anonymous and dont know who it is.

hope this reaches them though.

Apologies to mods if this doesnt appear related to SaaS.

After the bots were filtered out, this community has become much more helpful than i ever thought.

Thanks and i love this community.

Have a good one strangers ✌️

u/Kindly-Vanilla-6485 — 24 days ago
▲ 13 r/SaaS

Story of my life.

i created a platform where i genuinely thought it would be helpful (it is).

its practically my new born baby i've been raising for months except, the baby isnt growing at all.

must be a terrible parent

its about automating document workflows visually, and i made it easy and intutive enough such that even non-tech people can use it at zero-learning curve.

Except the zero is remaining constant at the wrong places.

i have done everything i possibly could as a solo founder.

Posting. Cold outreach. Dancing on tiktok (not this one)

But burnout is catching up to me quicker than i thought.

Open Reddit, first post: got 13K MRR within 2 weeks of launch.

Open X? Even worse. Makes me feel left out. and behind like everyone else is succeeding, and im the only one thats left

I had always known that distribution was hard, but not THIS HARD!

Is there something I'm doing wrong?

Am i in the wrong place?

Wrong ICP?

Or im just the terrible person for the job.

Honestly, whoever is playing as my character, time to read this and STEP the - UP!

reddit.com
u/Kindly-Vanilla-6485 — 25 days ago
▲ 3 r/GASEO

Most of us were taught to analyze the top 3 Google results and write something similar to "match search intent."

If you do that today, AI engines like Perplexity and ChatGPT will actively suppress your site.

Here is why: Answer engines don't care about keyword density anymore.

Instead, search systems now map documents into multi-dimensional vector spaces to evaluate a metric called "Information Gain."

Information Gain mathematically calculates how much net new knowledge your page adds to the internet.

If your SaaS landing page says the exact same thing as your competitors, your "cosine similarity" score spikes.

Algorithms view a high similarity score (anything over 0.85) as "high-entropy redundancy" and filter you out.

So, how do you actually bypass this filter and get cited as the source?

You have to engineer "semantic divergence" into your content.

You do this by introducing contrarian datasets, proprietary benchmarks, or first-party experiential data.

Don't just say "Our OCR software converts PDFs accurately." Every tool says that.

Instead, say: "Our 10,000-document benchmark showed our deskew algorithm increased invoice extraction accuracy by 14.2%."

Hard data, contrarian opinions, and proprietary benchmarks cannot be hallucinated by an LLM.

Experience is the ultimate machine-verifiable differentiator.

If an AI could have written your article, an AI won't cite your article.

What proprietary data is your team sitting on right now that you could use to increase your Information Gain?

reddit.com
u/Kindly-Vanilla-6485 — 1 month ago
▲ 3 r/GASEO

I keep seeing posts comparing SEO and GEO like 2 different things, but in fact, they go hand in hand.

for example, let's say I create a blog post and I publish it. then it gets indexed.

provided that my blog was specifically targeted at a very specific niche, it's bound to get ranked on Google.

unfortunately, that doesn't work anymore.

and the reason is the AI search overview (AEO). I did a quick research and noticed that more than 43% don't even scroll past the AI overview anymore.

that means no matter how much blue links you have in Google, they're bound to be useless in you're not cited by it.

so now the question is, how do you rank?

the answer after that is GEO.

it doesn't mean you have to completely abandon SEO but now, for that blog post you made, make sure it's in a completely structured format and LLM can understand.

that's means proper semantics eg H1s, creating structured JSON-LD, Schemas and more rich data for the LLM.

you know what, if you read till here and still wanna know more, just tell me.

I may rant all day about this

reddit.com
u/Kindly-Vanilla-6485 — 1 month ago
▲ 1 r/GASEO

We are still conditioned to look at a target keyword (e.g., "Shift management software") and optimize a page purely for that exact string. In the GASEO era, that is a guaranteed way to lose visibility.

When a user inputs a complex prompt into an Answer Engine, the system does not execute a singular search string against a web index. Instead, it uses a "Fan-Out Query" architecture.

A routing model parses the intent and breaks the broad question down into 8 to 20 distinct, parallel sub-queries. In "Deep Search" models, this fan-out can expand to hundreds of simultaneous background searches.

Here is why your traffic might be fluctuating wildly: quantitative analysis indicates that only 27% of fan-out sub-queries remain stable across identical prompts. The remaining 73% are highly variable, shifting dynamically based on contextual nuances.

However, domains that construct comprehensive ontological structures addressing the full cluster of related sub-intents retain 85.4% of their AI visibility.

Even crazier: domains ranking for the underlying fan-out queries alone are 49% more likely to earn a citation than domains ranking exclusively for the primary query.

The Playbook (The "Prompt Reverse-Engineering" Protocol):

To win, you have to stop trying to rank for the user's prompt, and start ranking for the AI's background searches. Here is the exact workflow I use to map this out before building documentation or a landing page:

  1. Simulate the Fan-Out: Open Claude or ChatGPT and feed it this prompt: "I am engineering a page to be cited as the definitive source for the query: '[Your Target Keyword]'. If an Answer Engine uses a Retrieval-Augmented Generation (RAG) Fan-Out architecture to answer this, what are the 15 distinct, hyper-specific background sub-queries it will search for to synthesize a complete answer?"
  2. Build the Ontology: Take those 15 sub-queries. Do not just sprinkle them as keywords. Turn them into explicit, standalone H2 and H3 blocks on your page.
  3. The AED Format: Answer each of those sub-query headers using the Answer-Evidence-Depth pattern. Give the direct factual answer in the first 50 words, then provide the technical data/proof in the next 100 words.

By building out the full topic cluster on a single page or documentation node, you create a massive surface area for the LLM's retrieval layer to latch onto, no matter how the 73% variable queries shift.

Are any of you already using AI to reverse-engineer these topical clusters, or are you still relying on traditional Ahrefs/Semrush keyword lists?

PS: You can thank me later :)

u/Kindly-Vanilla-6485 — 2 months ago
▲ 3 r/GASEO

With the recent developments in how almost 60% of high intent users now use AI to describe their problems and get software recommended to them, I'm genuinely curious about how to rank on top.

top 3 is good, number 1 is the ambitious I want

reddit.com
u/Kindly-Vanilla-6485 — 2 months ago
▲ 1 r/GASEO

The Reality Check: If you are still obsessing over top-of-funnel Google Analytics traffic, your data is painting an incomplete picture. AI Overviews and engines like Perplexity are rapidly killing the "10-blue-links" click. Roughly 60% of traditional searches now end without a subsequent website visit.

But here is the trade-off, and the data point that completely shifted my pipeline strategy: AI-referred visitors convert at an average of 14.2%, compared to the traditional organic baseline of 2.8%. An AI visitor is worth roughly 4.4 times more. I saw this shift clearly while analyzing the funnel for ConvertUniverse recently.

The LLM is essentially acting as a mid-funnel filter. By the time a user actually clicks through to the app, the AI has already done the comparative analysis and convinced them it's the right tool for the job. For B2B SaaS, the ROI on these clicks is massive—recent data shows early adopters hitting a 702% ROI in a 7-month window.

(7 months! not in a day)

The Playbook (How to actually track it): The problem is attribution. Google and Perplexity often strip standard UTM parameters from their synthesized answers.

However, they leave a footprint. When an AI highlights your text in its citation, it frequently appends #:~:text= to the URL fragment.

You don't need a complex tool to track this. Whatever stack you are running, just write a basic client-side script that checks window.location.hash when the page loads. If the hash includes #:~:text=, you can parse out the string, decode it, and push it directly to your analytics database as a custom event.

This tells you exactly which paragraph of your content the LLM deemed authoritative enough to cite. Stop optimizing purely for the click, and start optimizing to be the definitive citation.

How is everyone else handling attribution for generative engine traffic right now? Are you building custom trackers or flying blind?

Oh, you can thank me later :)

reddit.com
u/Kindly-Vanilla-6485 — 2 months ago
▲ 2 r/GASEO

For a long time, the only goal was getting a user to click a blue link. But the paradigm is shifting.

SEO is about getting the click. You want the user on your domain to convert them.

GEO / AEO is about being the source of the answer, even if the user never visits your site.

A lot of people are fighting this, complaining about "zero-click searches." But if Perplexity answers a user's question and cites your platform as the definitive tool for the job, that is arguably higher-intent than a cold Google click.(at least thats what I think)

I'm not saying SEO is dead, but GEO is proving to have more search intent

How are you all balancing this? Are you still optimizing purely for clicks, or are you optimizing to be the "source data" for Answer Engines?

reddit.com
u/Kindly-Vanilla-6485 — 2 months ago
▲ 1 r/GASEO

If you’ve been paying attention to traffic over the last year, you already know the traditional "ten blue links" era is ending.

As a developer building AI-powered SEO tools, I was getting frustrated jumping between different communities. The traditional SEO subreddits are still arguing about backlink ratios, while the AI subreddits don't care about organic traffic and acquisition.

There wasn't a dedicated hub for the people trying to navigate the actual convergence of these technologies. That’s why I created GASEO.

clever isn't it, just a combination of GEO, AEO and SEO which gives us GASEO

This is a space for the builders, marketers, and growth hackers figuring out the new landscape:

SEO (Search Engine Optimization): Ranking in traditional search algorithms.

AEO (Answer Engine Optimization): Structuring data so AI overviews and voice assistants pull your content as the definitive answer.

GEO (Generative Engine Optimization): Reverse-engineering how LLMs like ChatGPT, Perplexity, and Claude cite sources, and ensuring your brand is part of their training context.

Whether you're writing Python scripts to scrape Perplexity's citations, debating SEO vs. GEO, or just trying to keep your SaaS traffic from tanking during the next core update—this is the place for it.

To get things started, drop a comment below: > Are you currently focusing more on traditional SEO, or have you already pivoted to optimizing for AI platforms? What's working for you right now?

reddit.com
u/Kindly-Vanilla-6485 — 2 months ago