A modern SEO workflow has to do more than collect rankings and audit errors. It must distinguish visibility from traffic opportunity, focus limited time on pages that matter to the business, and turn recurring analysis into reliable automation.
The most useful operating model is therefore not a wholesale replacement of traditional SEO software. It is a layered system in which established data sources reveal the problem, people choose the intervention, and AI-assisted tools reduce the cost of repeating proven work.
The operating model matters more than the size of the stack
Rank trackers, keyword platforms and site crawlers remain useful because search engines still need to discover, interpret and evaluate pages. However, the reported case for a new SEO stack is that those tools describe only part of a more fragmented search environment. AI Overviews, local packs, shopping features and other result formats can change how much value a nominal ranking produces. Historical search volume can likewise remain stable while an answer displayed in the results reduces the traffic available to publishers.
That changes the role of measurement. A ranking is an observation, not an outcome. The workflow must connect traditional visibility, AI-search presence, landing-page behavior and conversion evidence before deciding what deserves attention. The same source reported that LLM referral traffic in its cited dataset grew by 80% between the first and second halves of 2025 and converted at 18%, while accounting for 2% or less of total traffic. Those figures were presented as evidence of a small but potentially meaningful channel, not as proof that conventional search had ceased to matter.
| Workflow layer | Question it answers | Typical inputs | Required output |
|---|---|---|---|
| Observe | Where is visibility, demand or performance changing? | Search Console, analytics, rank tracking, crawls and AI-visibility observations | A short list of material signals |
| Decide | Which signal is worth acting on now? | Business value, intent, conversion proximity and implementation effort | One prioritized intervention |
| Ship | What can improve the page or remove the constraint? | Content edits, internal links, technical fixes and clearer conversion support | A completed change or actionable brief |
| Systematize | Which repeated work should become faster and more consistent? | APIs, scripts, notebooks and carefully supervised LLMs | A documented, testable process |
This sequence prevents a common tooling mistake: automating a report before establishing which decision the report should support. It also preserves a place for human judgment between data collection and implementation.
A 120-minute loop can connect monitoring with delivery

The reported 120-minute workflow addresses a practical constraint: on a lean marketing team, SEO competes with campaigns, reporting, email, social publishing and website requests. Its strongest principle is that a weekly session should finish with work shipped, not merely with more metrics reviewed.
The first five time boxes below follow the source’s reported schedule. The final 20-minute block is a synthesis of the other sources’ automation guidance, turning the weekly session into a tool-development feedback loop.
- Minutes 0-15: inspect Search Console and analytics for meaningful movement, including clicks, impressions, click-through rate, landing-page performance, conversions and critical indexing warnings. Record the largest win, concern and investigation target rather than building a presentation.
- Minutes 15-35: identify a small number of query opportunities. The source recommends examining queries in positions 4-15 with meaningful impressions, pages with weak click-through rates and results where the ranking page only partly satisfies intent.
- Minutes 35-60: improve one page close to revenue, such as a product, service, category, pricing, comparison or consultation page. The change might address an objection, clarify the audience, add proof, answer a relevant question or make the next action easier to understand.
- Minutes 60-80: resolve one consequential technical or indexing problem. If a direct fix is not possible, produce an assigned issue or a developer brief with affected URLs and the expected behavior.
- Minutes 80-100: strengthen internal links between useful informational pages and relevant commercial destinations, while also connecting supporting guides and newer strategic content.
- Minutes 100-120: verify what changed, document the result and mark one repetitive task as a possible automation candidate. That candidate should enter a backlog rather than becoming an improvised build during the same session.
The value of this cadence is not the clock alone. It creates a recurring path from signal to decision to change. It also generates concrete automation ideas: a comparison performed every week, a recurring CSV cleanup, a repeated title check or a manual alert that depends on the same thresholds each time.
Small tools should begin with a bounded decision
The source on vibe coding describes a low-barrier pattern: specify a program in natural language, run the generated code in an environment such as Google Colab, inspect the output and return errors to the AI for another iteration. It distinguishes this from AI-assisted coding, where a developer remains more directly responsible for the system, and from no-code platforms, which expose automation through visual interfaces.
The distinction helps set an appropriate ceiling. Vibe coding is presented as suitable for prototypes, internal utilities, demonstrations and tasks where a useful result does not have to be perfect. Commercial software, sensitive systems and products requiring dependable maintenance call for stronger engineering, security and testing practices.
A reported SEO example makes the right project shape clear. After a site crawl produced vector embeddings, the author prompted an AI to create a Colab tool that would compare vectors with cosine similarity and suggest related pages within each locale. The program had an explicit input, a defined matching rule and a CSV output. It did not attempt to automate an entire SEO strategy.
Before generating code, a useful tool brief should define:
- The decision or bottleneck the tool is meant to improve.
- The exact input source, required columns and accepted file format.
- The transformation or rule applied to the data.
- The expected output format and who will use it.
- A small set of known examples for checking correctness.
- The behavior when data is absent, duplicated, malformed or unexpectedly large.
- The APIs, credentials, usage charges and execution environment involved.
Tool choice can then follow complexity. An LLM may be enough to explore a one-off dataset or review copy. An API becomes useful when manual exports are the bottleneck. A lightweight script suits a stable transformation such as flagging performance changes or checking metadata. A notebook is appropriate when code, commentary and outputs need to remain together. A maintained application is warranted only when the process has durable users, permissions, interfaces and support requirements.
Validation is part of the workflow, not a final polish

All three sources point toward speed, but they also expose different reasons to retain human control. The new-stack article recommends using LLMs for analysis, content review, competitor comparison, metadata and structured data while keeping editorial and strategic oversight. The weekly workflow keeps prioritization tied to commercial importance. The vibe-coding account shows why plausible-looking output cannot be accepted on appearance alone.
In one example from the vibe-coding source, an underspecified prompt failed to explain that the input would be a CSV. The generated tool responded with invented URLs, traffic figures and charts. The same source reports that generated code can depend on packages that are not installed, and that paid APIs may introduce authentication steps and usage costs. These are not edge concerns: they demonstrate that execution, factual grounding and operating cost must all be tested separately.
- Ground the run: identify the authoritative input and reject synthetic substitutes unless test data is explicitly requested.
- Test a sample: compare several outputs with results that can be checked manually, including an ordinary case and an edge case.
- Inspect failure behavior: confirm that missing columns, empty files, invalid credentials and API errors produce understandable messages.
- Protect access: keep credentials out of prompts, shared notebooks, exported files and source code intended for distribution.
- Track cost: estimate which calls consume paid API units or usage-based platform resources before scheduling repeated runs.
- Preserve review: require a person to approve consequential content changes, redirects, canonical decisions, schema deployment or other site-wide actions.
- Document ownership: record the tool’s purpose, dependencies, expected inputs, validation method and person responsible for maintenance.
A prototype should be promoted into a recurring workflow only after it produces repeatable results on known data. If the logic affects many pages or a revenue-critical system, code review and stronger testing become proportionally more important.
Key takeaways
- Keep traditional SEO data, but interpret rankings and search volume alongside result features, traffic opportunity and business outcomes.
- Time-box reporting so that every weekly SEO session produces a shipped improvement, an assigned fix or a precise implementation brief.
- Use recurring manual work to discover automation opportunities; do not begin with a tool and search for a problem afterward.
- Give every small SEO utility explicit inputs, transformation rules, outputs, test cases and failure behavior.
- Treat LLMs, APIs and scripts as accelerators within a reviewed process, not as substitutes for strategy, factual checks or technical ownership.
As search interfaces continue to diversify, the durable advantage will come from shortening the distance between a trustworthy signal and a verified improvement. Teams can build that capability incrementally, one weekly decision and one well-scoped tool at a time.
References
- Search Engine Land — My New SEO Stack: Tools I Use for Faster AI Search Wins
- Search Engine Land — My 120-Minute Weekly SEO Workflow That Drives Results
- Search Engine Land — How I Use Vibe Coding to Build Practical SEO Tools

Leave a Reply