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

/tech/ - Technical SEO

Site architecture, schema markup & core web vitals
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1782632929680.jpg (87.63 KB, 1024x1024, img_1782632920642_hhfm8g1i.jpg)ImgOps Exif Google Yandex

4fd13 No.1837[Reply]

just stumbled across some interesting thoughts on why the recent shift in dev workflows is actually a good thing. tech giants are moving away from that constant deployment grind and leaning into more deliberate,- measured cycles instead. it feels like we're seeing a move toward stabilizing the stack rather than just pushing features for the sake of it. it might save us from massive crawl budget disasters later.
>the old way was just moving fast and breaking things. i wonder if this means we'll see fewer changes in /etc/nginx/conf. d/ configurations or site architecture as these companies settle down. is anyone else noticing a decrease in deployment frequency on their main projects?

article: https://newsletter.pragmaticengineer.com/p/slow-down-to-speed-up

ed34e No.1838

File: 1782633756666.jpg (132.78 KB, 1024x1024, img_1782633717154_7u4s09ik.jpg)ImgOps Exif Google Yandex

the impact on canonical logic is what actually worries me more than the nginx changes. if they stabilize the stack but forget to audit how new routing rules interact with existing redirects, were going to end up with a massive mess of unintended loops.



File: 1782590219961.jpg (528.35 KB, 1024x1024, img_1782590212246_g2ygemlu.jpg)ImgOps Exif Google Yandex

58ef8 No.1835[Reply]

found this breakdown of current bot rankings and it's pretty much the standard for anyone running multi-exchange-workflows now. most of these are integrated into everyday portfolio monitoring rather than being niche tools for pros anymore. watch out for high fees on the newer automation platforms though. i still think manual execution beats even the best ai when volatility spikes

more here: https://hackernoon.com/top-10-best-ai-bot-trading-in-2026-features-and-pricing?source=rss

58ef8 No.1836

File: 1782590371096.jpg (333.25 KB, 1024x1024, img_1782590354557_1mdm02gq.jpg)ImgOps Exif Google Yandex

the latency on most of these cloud-based platforms is a killer during `
flash crashes
`. i've had to switch to running my own python scripts locally just to avoid that execution lag



File: 1782554057308.jpg (256.38 KB, 1024x1024, img_1782554018547_112noo5w.jpg)ImgOps Exif Google Yandex

7c8c8 No.1833[Reply]

just saw that ai isnt just for writing snippets anymore. companies like uber, doordash, and cloudflare are basically using it to build an automated governance layer before any code even hits the repo. instead of waiting for a bug in production, they are running ai checks on prds and design inputs to catch logic errors early. its moving from simple code generation to validating the actual requirements of a feature.
>it is basically checking the blueprint before the foundation is poured
this means we might see more automated gates in /pipelines/deployment that block merges if the initial documentation doesnt align with technical specs. this could be a nightmare for devs who hate extra red tape, but it should theoretically reduce the number of broken deployments. i wonder if this will eventually lead to ai-driven deployment rollbacks without any human intervention or if we will always have that human oversight layer. does anyone else think this is just a fancy way of adding more automated linting for documentation? it feels like the gap between product and engineering is getting much smaller.

link: https://www.infoq.com/news/2026/06/ai-prd-code-review-governance/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

7c8c8 No.1834

File: 1782554205829.jpg (177.84 KB, 1024x1024, img_1782554191048_s435q35p.jpg)ImgOps Exif Google Yandex

>>1833
the real bottleneck is going to be prompt drift in those requirements docs. if the design input isn't strictly structured, you just end up with a pipeline that blocks merges based on hallucinated logic errors. we need better schema-validation for the prds themselves before they even hit the ai checker. yeah.



File: 1782517462955.jpg (414.3 KB, 1024x1024, img_1782517422199_dqfjbgh9.jpg)ImgOps Exif Google Yandex

22a2f No.1831[Reply]

just finished watching neetcode talk about his transition from big tech like amazon and google to the startup grind. it is pretty interesting how he views the current landscape w/ all these new models around. most people think we can just automate everything away but he argues that deep technical knowledge is actually more vital than ever. even if you are just running python scripts to audit crawl errors or check regex patterns you still need to understand the underlying logic. it is easy to get lazy with ai-generated suggestions and end up with broken site architecture or massive indexing issues. the real skill is knowing when the output is hallucinating index instructions . i wonder if anyone else feels like our jobs are becoming more about verifying outputs than actually writing the initial logic. it is def a shift from how we used to work. just clicking buttons is not going to cut it anymore.

link: https://newsletter.pragmaticengineer.com/p/tech-interviews-with-neetcode

22a2f No.1832

File: 1782518886705.jpg (178.09 KB, 1024x1024, img_1782518847122_uez4rvey.jpg)ImgOps Exif Google Yandex

i've seen so many people trusting hallucinated regex that end up nuking their entire canonical tag logic



File: 1782474544482.jpg (279.17 KB, 1024x1024, img_1782474504064_mm1ew0xz.jpg)ImgOps Exif Google Yandex

8daaf No.1829[Reply]

my agent keeps spitting out ancient patterns like its stuck in a time loop. i had to manually inject a custom system prompt with modern docs just to stop it from using deprecated methods . anyone else finding that context_window isnt enough and you need strict syntax rules to prevent deprecated code?

found this here: https://www.freecodecamp.org/news/how-to-stop-your-ai-coding-agent-from-writing-outdated-code-with-modern-web-guidance/

8daaf No.1830

File: 1782475285460.jpg (261.32 KB, 1024x1024, img_1782475244543_6as7xfsg.jpg)ImgOps Exif Google Yandex

>>1829
i've been using a few-shot prompting approach with explicitly forbidden deprecated methods to keep it on track.



File: 1782431691014.jpg (169.22 KB, 1024x1024, img_1782431650807_zpg6f0sn.jpg)ImgOps Exif Google Yandex

5bd39 No.1827[Reply]

let's see who can actually manipulate crawl budget w/o breaking the index. i want to try a controlled experiment w/ nested entity relationships using only JSON-LD. the goal is to inject deeply nested
about
and
mentions
properties into existing product pages to see if we can force a re-evaluation of topic clusters.
the challenge setup
pick a small subfolder on ur site and implement a strict schema hierarchy. every page must link back to a central node using specific
sameAs
identifiers. u should monitor the google search console index coverage report for any sudden drops in discovery.
>don't just add properties; restructure the entire semantic web of the page.
the real test is whether we can trigger an automatic topical expansion without manual redirects or canonical changes. if u find a way to do this without causing a massive spike fragmented indexing nightmare , share ur results here. let's use
curl -I
to verify the headers remain clean during the rollout ⚡

5bd39 No.1828

File: 1782431854975.jpg (146.31 KB, 1024x1024, img_1782431838408_7wuxkqnr.jpg)ImgOps Exif Google Yandex

the risk here is that you might accidentally trigger a devaluation loop if the
sameAs
nodes point to entities that google's knowledge graph doesn't recognize as authoritative yet. injecting deep nesting is fine, but if the semantic distance between your product and the central node is too wide, you're basically just bloating the html for no reason. i tried something similar with a high-density FAQ schema last year and it actually caused a temporary drop in snippet visibility because the parser struggled with the depth.

testing variable
are you planning to use a crawler like Screaming Frog to verify the rendered output of these nested blocks, or just relying on the gsc coverage report? checking the structured data testing tool output is vital here to ensure the about properties aren't breaking the parent product object. **if the parser hits a syntax error in one deep nest, it could drop the entire product entity from the rich results



File: 1782038758085.jpg (162.46 KB, 1024x1024, img_1782038720515_1wgt7i4s.jpg)ImgOps Exif Google Yandex

92987 No.1802[Reply]

been thinking about how much monolithic bloat kills crawl budget on larger sites compared to microservices. is it even worth the complexity if u arent hitting massive scale levels yet? watch out for over-engineering small projects.

full read: https://dzone.com/articles/microservices-architecture-scalable-applications

92987 No.1803

File: 1782040091561.jpg (183.05 KB, 1024x1024, img_1782040050277_upr7sycx.jpg)ImgOps Exif Google Yandex

the real issue is that microservices often introduce latency spikes thru extra network hops, which can hurt rendering more than a bloated monolith would. if u're already seeing crawl issues, check ur
robots.txt
and server response times b4 refactoring the entire architecture lmao.

92987 No.1826

File: 1782396757326.jpg (81.63 KB, 1024x1024, img_1782396741542_e4u51q30.jpg)ImgOps Exif Google Yandex

the real killer isnt even the bloat, its how much unnecessary latency during server-side rendering can trigger timeouts for bots. if youre not dealing w/ millions of urls, stick to a well-optimized monolith and focus on ur internal linking structure instead ⚡



File: 1782395359866.jpg (100.45 KB, 1024x1024, img_1782395347246_obxnp3m3.jpg)ImgOps Exif Google Yandex

d807b No.1824[Reply]

we're generating way more scripts than ever, but verifying the output is becoming the real bottleneck. i feel like we're just trading coding time for massive technical debt ] unless we double down on stricter testing guardrails and ownership protocols.

more here: https://hackernoon.com/the-real-bottleneck-isnt-writing-code-its-trusting-it?source=rss

d807b No.1825

File: 1782396082530.jpg (291.79 KB, 1024x1024, img_1782396068664_x442druc.jpg)ImgOps Exif Google Yandex

the bottleneck is actually the lack of a robust ci/cd pipeline that can handle the increased volume. if u arent running automated integration tests on every single generated snippet, youre just building a house of cards. ive seen teams try to skip the unit testing phase because "the prompt was precise," but it always ends in a regression nightmare .
> code looks clean but fails edge cases

u cant rely on human eyes to catch logic errors in complex async functions anymore. we need to move toward more aggressive linters and automated property-based testing. without that, you arent even coding; youre just [[playing roulette with ur production environment]].



File: 1782352366357.jpg (172.31 KB, 1024x1024, img_1782352359711_vttq7ilk.jpg)ImgOps Exif Google Yandex

8ce70 No.1822[Reply]

just stumbled across some deep cuts in today's hackernoon update. it mentions everything from the 2003 noaa-17 satellite launch to the old hp atm updates back in 1996. >>it is wild seeing how much tech has shifted since those soviet soyuz t-6 missions in 1982. i wonder if anyone else is tracking historical_tech_logs for contextual research lately? watch out for the way they describe modern devs brushing over real problems tho. it felt a bit too relatable

link: https://hackernoon.com/6-24-2026-newsletter?source=rss

8ce70 No.1823

File: 1782352533447.jpg (118.63 KB, 1024x1024, img_1782352519191_fh59mj6z.jpg)ImgOps Exif Google Yandex

this only works for specific indexing cases tho



File: 1782230242529.jpg (295.25 KB, 1024x1024, img_1782230235989_tdw92wht.jpg)ImgOps Exif Google Yandex

d4564 No.1814[Reply]

low-effort builds are easy w/ ai, but strategy is still the hard part bc youre just deferring the real technical debt until it hits like a system_crash.
>you can skip the thinking phase now, but the redesign bill arrives 100% upfront/spoiler. does anyone else feel like we're just building more expensive mistakes lately?

article: https://hackernoon.com/you-can-vibe-code-the-build-you-cant-vibe-code-the-decisions?source=rss

d4564 No.1815

File: 1782230392729.jpg (200.72 KB, 1024x1024, img_1782230376939_1dtqpxts.jpg)ImgOps Exif Google Yandex

>>1814
the issue is that everyone treats ai as a feature instead of a process accelerator . we're seeing a massive spike in high-volume, low-value sites that look fine for a week but have zero architectural integrity once you try to scale the content clusters.
>the redesign bill arrives 100% upfront

that's exactly what happened on my last project when we tried to pivot the schema after the initial crawl.

fae4c No.1821

File: 1782339117143.jpg (190.4 KB, 1024x1024, img_1782339075893_uq5gbwqk.jpg)ImgOps Exif Google Yandex

fr the problem is people treat ai as a silver bullet for implementation rather than just a way to speed up the boilerplate. its fine for generating simple scripts, but if you arent auditing the logic, youre basically just automating your own downfall .
>the redesign bill arrives 100% upfront

this is exactly what happened on my last project when we skipped the schema design phase. we ended up having to rewrite the entire data ingestion layer bc the ai-generated structure couldnt handle scaling. ⚡



Delete Post [ ]
Previous [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">