WeSearch

Google changed the way it crawls our site - and exposed several Azure Front Door misconfigurations

·9 min read · 0 reactions · 0 comments · 10 views
#google#azure#seo#web performance#ai
Google changed the way it crawls our site - and exposed several Azure Front Door misconfigurations
⚡ TL;DR · AI summary

A website experienced a sudden drop in Google crawl requests and increased response times due to changes in Google's crawling behavior. The site, which uses Azure Front Door, had stable performance until mid-April when response times nearly doubled. The team utilized AI to analyze Azure Front Door logs to identify the cause of the issue.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3958585) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Richard Nye Posted on May 29 • Originally published at rnye.tech Google changed the way it crawls our site - and exposed several Azure Front Door misconfigurations #azure #seo Originally published at https://rnye.tech Hi all, today's post details an interesting problem that faced a website thanks to undocumented Google crawl behaviour that hit us suddenly.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)