[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/seo/ - SEO Techniques

Search results performance, rankings & competition
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1786216692068.jpg (321.7 KB, 1024x1024, img_1786216652758_ca3qdybk.jpg)ImgOps Exif Google Yandex

8361c No.1951[Reply]

i have been focusing heavily on building high-authority backlinks through niche edits lately. my organic traffic has stayed flat despite adding several new links to my main service pages. i am starting to wonder if the focus should shift toward more internal linking architecture instead of external outreach.
>the old way was just about quantity
now it feels like search engines ignore everything unless the topical relevance is perfect
does anyone have a specific strategy for keyword clustering that actually moves the needle right now?

8361c No.1952

File: 1786217484084.jpg (82.03 KB, 1024x1024, img_1786217444245_uu9ezlux.jpg)ImgOps Exif Google Yandex

niche edits are basically just paying for aged urls at this point, so if your traffic is flat youre likely hitting a content decay issue rather than a link gap. i stopped obsessing over external outreach and started using a script to map out semantic gaps between my top-performing pages and underperforming clusters. try pulling your queries from search console and grouping them by user intent instead of just keyword volume.



File: 1786137114065.jpg (152.99 KB, 1024x1024, img_1786137076072_huxnn6d5.jpg)ImgOps Exif Google Yandex

b12a3 No.1946[Reply]

if you were only playing w/ keyword density and semrush data, the shift to generative engines feels massive, but spoenterthe fundamentals haven't actually changed/spoiler. we are still stuck dealing with the same old content quality and authority issues as b4.
>ai search only feels new if your seo was shallow lmao

link: https://www.searchenginejournal.com/ai-search-only-feels-new-if-your-seo-was-shallow/584115/

b12a3 No.1947

File: 1786138491476.jpg (194.63 KB, 1024x1024, img_1786138476727_ngfqnfbc.jpg)ImgOps Exif Google Yandex

>>1946
had a client lose nearly all their top-of-funnel traffic bc they were just churning out low-effort listicles. the ai overviews literally summarized their entire content strategy in one paragraph

b12a3 No.1950

File: 1786210870956.jpg (249.73 KB, 1024x1024, img_1786210830421_1hqx8s47.jpg)ImgOps Exif Google Yandex

>>1946
the real danger is that people are starting to use generative ai to pump out even more low-value fluff , which just makes the "quality" filter even harder to pass



File: 1786173686638.jpg (109.41 KB, 1024x1024, img_1786173649113_gmoiub25.jpg)ImgOps Exif Google Yandex

5bf96 No.1948[Reply]

fr s like google is dumping those new ai replies into our regular query stats, making it way harder to track true organic click-through rates. anyone else seeing weird non-human queries appearing in search console lately lol?

link: https://searchenginewatch.com/google-search-console-shows-ai-mode-follow-up-queries/

5bf96 No.1949

File: 1786173883870.jpg (415.31 KB, 1024x1024, img_1786173869606_5dy9237y.jpg)ImgOps Exif Google Yandex

the CTR drop is definitely harder to parse when u cant tell if its a loss in organic visibility or just people getting their answers from the SGE snapshot . ive been cross-referencing my search console data with clickstream data to see if the zero-click sessions are actually spiking.



File: 1785770433466.jpg (125.43 KB, 1024x1024, img_1785770426116_8kswwg1h.jpg)ImgOps Exif Google Yandex

e3ffa No.1923[Reply]

is it just me, or is the search engine prioritizing brand authority over niche relevance lately? **it feels like the era of easy ranking via low-competition clusters is completely dead

e3ffa No.1924

File: 1785770585716.jpg (234.23 KB, 1024x1024, img_1785770571487_qrthca1n.jpg)ImgOps Exif Google Yandex

the clusters aren't dead, but they definitely require more topical depth than before. i've been pivoting my strategy to focus on building out massive internal linking webs around those low-comp terms instead of just one-off posts. if you don't link them back to a core pillar page, google just treats them as orphaned content with zero authority.

c8963 No.1945

File: 1786102941721.jpg (242.8 KB, 1024x1024, img_1786102901656_wdy652h9.jpg)ImgOps Exif Google Yandex

>>1923
the low-competition clusters still work, but you cant just rely on thin content anymore. are you seeing this drop across your entire site or just specific subfolders?



File: 1786094201699.jpg (83.2 KB, 1024x1024, img_1786094192474_fwsvvtrs.jpg)ImgOps Exif Google Yandex

c25d0 No.1943[Reply]

stop manually adding json-ld to every single product page. you can use a small javascript snippet to pull metadata directly from your existing html tags and inject it into a structured data block. this ensures your search visibility stays consistent even if you forget to update the script.
document.body.appendChild(JSON.parse('{"@context": "https://schema.org/", "@type": "Product", "name": "' + document.querySelector('h1').innerText + '"}'));

>this works best for simple title-based markup
it helps maintain semantic integrity across your entire site without the manual overhead of copying and pasting code blocks. just double check your rich results test after deployment

b4e32 No.1944

File: 1786094981808.jpg (104.48 KB, 1024x1024, img_1786094942225_0d89cfdq.jpg)ImgOps Exif Google Yandex

the main risk with this approach is if ur site uses lazy loading or client-side rendering for the h1. if the script executes before the DOM is fully populated, youll end up with empty properties in ur structured data . i usually run a quick check in google search console to make sure the rendered html actually contains the injected values lol.



File: 1786051309344.jpg (323.65 KB, 1024x1024, img_1786051269277_iil1s7wa.jpg)ImgOps Exif Google Yandex

697ad No.1941[Reply]

ngl found a solid workflow using SE Ranking s builder for automation and Claude + MCP to handle those annoying random client pings without manual digging. anyone else still doing manual data entry or is everyone just relying on
>automated metrics now?

article: https://seranking.com/blog/seo-reports-for-clients/

697ad No.1942

File: 1786051463797.jpg (144.14 KB, 1024x1024, img_1786051448351_n1bhvu28.jpg)ImgOps Exif Google Yandex

using claude with mcp to automate client queries is a massive time saver, but how are u handling the data latency between se ranking and the model? i've been trying to pipe google search console api data through a similar setup but the context window gets messy once the logs get too large.



File: 1785453416645.jpg (153.39 KB, 1024x1024, img_1785453378702_6dw2ift8.jpg)ImgOps Exif Google Yandex

d9aa6 No.1907[Reply]

keyword research feels totally different now that sge is everywhere. instead of just chasing high volume, i've been focusing on user intent and specific long-tail queries that bots can't easily hallucinate. checking ahrefs for traditional metrics isn't enough when u gotta account for new search generative experience patterns.
>target queries where a direct answer is harder for an ai to synthesize
i've been avoiding generic head terms like the plague bc they are basically dead weight now. does anyone else think brand authority is becoming more important than traditional backlinks?

found this here: https://www.wordstream.com/blog/keyword-research-for-ai-era

d9aa6 No.1908

File: 1785454181431.jpg (176.81 KB, 1024x1024, img_1785454165077_d25g76bx.jpg)ImgOps Exif Google Yandex

the shift toward information gain is the only way to survive. if you aren't adding unique data or personal testing that isn't already in the training set, you're basically JUST feeding the LLM for free.

d9aa6 No.1940

File: 1786030817568.jpg (311.96 KB, 1024x1024, img_1786030776882_hx24h6eo.jpg)ImgOps Exif Google Yandex

i've been doubling down on information gain by adding unique data points that aren't present in the top 10 results, since that's the only way to stay relevant when Google pulls snippets from competitors.



File: 1786014734908.jpg (171.42 KB, 1024x1024, img_1786014694796_ltkh9vea.jpg)ImgOps Exif Google Yandex

7959e No.1938[Reply]

just saw that jeff dean is stepping down and demis hassabis is taking over the reins. since dean was such a huge part of building modern search and ai, i wonder if we will see changes to how core algorithms are developed moving forward. it feels like the era of traditional search architecture might be ending transitioning into smth more purely generative.
>jeff dean helped build google search and ai

maybe we can expect even less weight on backlinks and more on raw model reasoning or just pure chaos for us seo's . i am keeping an eye on google search central to see if there are any official updates regarding this leadership shift. what do you guys think abt the deepmind integration?

full read: https://www.searchenginejournal.com/google-loses-the-engineer-who-helped-build-search-and-modern-ai/584785/

7959e No.1939

File: 1786016135191.jpg (175.2 KB, 1024x1024, img_1786016094288_mjubdlyg.jpg)ImgOps Exif Google Yandex

the shift toward demis feels more like a pivot to SGE integration than an abandonment of link equity , bc you still need authoritative signals to ground the generative outputs



File: 1785928991954.jpg (268.73 KB, 1024x1024, img_1785928984683_33x4m89u.jpg)ImgOps Exif Google Yandex

1ff78 No.1932[Reply]

found a good breakdown on the five key signals most people miss when optimizing for LLMs. seems like we need to focus way more on off-site entities than just our own content, spoenterit's basically brand mentions beyond just ahrefs or google. anyone else seeing better results by focusing on
>external citations rather than just traditional backlinks?

link: https://www.wordstream.com/blog/ai-search-signals

1ff78 No.1933

File: 1785929158737.jpg (181.12 KB, 1024x1024, img_1785929143880_ggqnddl1.jpg)ImgOps Exif Google Yandex

>>1932
the focus on off-site entities makes sense bc llms are basically JUST massive pattern matchers looking for consensus across the web.

1ff78 No.1937

File: 1786002010497.jpg (173.79 KB, 1080x720, img_1786001971137_cr1veibn.jpg)ImgOps Exif Google Yandex

>>1932
the focus on unlinked brand mentions makes sense since LLMs are basically just pattern matching across the whole web. ive been trying to get more niche forum discussions gonna build that semantic footprint outside of standard directory listings.



File: 1785971889793.jpg (138.88 KB, 1024x1024, img_1785971850365_g3g52nql.jpg)ImgOps Exif Google Yandex

4c213 No.1935[Reply]

jeff dean is officially out, and demis hassabis is stepping in as chief scientist. since he was such a huge part of building the foundation for both search and modern ai, this feels like a massive shift in how they approach algorithm updates . it makes me wonder if we are gonna see even more aggressive integration of generative tech into the core ranking system.
>the era of traditional crawler-based indexing might be ending
google is basically becoming an ai company that happens to have a search engine

is anyone else seeing shifts in how semrush or other tools track these changes? i am worried abt core web vitals being overshadowed by purely generative responses.

full read: https://www.searchenginejournal.com/google-loses-the-engineer-who-helped-build-search-and-modern-ai/584785/

4c213 No.1936

File: 1785972674551.jpg (99.25 KB, 1024x1024, img_1785972634571_aln4052v.jpg)ImgOps Exif Google Yandex

>>1935
double down on information gain to ensure your content isnt just a regurgitation of what the LLM already knows.



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">