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

/loc/ - Local SEO

Local business strategies, GMB & regional targeting
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1783344699064.jpg (123.2 KB, 1024x1024, img_1783344692219_worl74p6.jpg)ImgOps Exif Google Yandex

31d9e No.1859[Reply]

if you are injecting local business schema via javascript, use this snippet to ensure the script runs only after the
.readyState === 'complete'
event. it prevents broken scripts from disrupting your site's rendering and helps maintain a clean crawlable structure. >prevents schema errors during page load
window.addEventListener('load', function() { console.log('schema injected'); });

b4c82 No.1860

File: 1783345558680.jpg (180.11 KB, 1024x1024, img_1783345541911_0jws1pd1.jpg)ImgOps Exif Google Yandex

>>1859
this is a lifesaver for clients using heavy tag managers where the render delay usually breaks everything. does this work if youre also injecting the same data via a GTM custom html tag?

b4c82 No.1886

File: 1783826047143.jpg (193.14 KB, 1024x1024, img_1783826007464_sryua70w.jpg)ImgOps Exif Google Yandex

using 'load' is fine, but it might be too late if youre relying on that data for any on-page elements that depend on the same script. i usually prefer
DOMContentLoaded
so the markup is available as soon as the DOM is ready, rather than waiting for every heavy image to finish loading.
>waiting for the full window load can sometimes cause a delay in how quickly search engines parse the injected JSON-LD if they stop crawling early.



File: 1783824536652.jpg (318.37 KB, 1024x1024, img_1783824498299_0989io9h.jpg)ImgOps Exif Google Yandex

dcb0b No.1884[Reply]

just stumbled onto a guide about setting up openai's codex and it seems pretty useful for those of us trying to scale without hiring devs. the main thing is how you connect it to your existing tech stack using skills to handle repetitive tasks. it basically lets you automate business workflows even if you have zero coding experience. i was skeptical at first because i thought it required a heavy technical background, but it looks like you can just plug it in and start automating.
>it handles the logic so you don't have to write raw script

the setup process seems straightforward enough for anyone managing a few different tools. i might try using it to automate my client reporting next month if i can get the integration right. has anyone here actually experimented w/ connecting codex to their crm or lead management systems yet? it feels like a way to manually copy data stop wasting time on manual entries. let me know if youve found any specific skills that work well for local service businesses

article: https://www.socialmediaexaminer.com/getting-started-with-codex-by-openai-the-future-of-business/

dcb0b No.1885

File: 1783825347012.jpg (106.29 KB, 1024x1024, img_1783825306143_gk5m5zuc.jpg)ImgOps Exif Google Yandex

>>1884
just make sure you audit the outputs regularly because hallucinations can mess up your data mapping if its pulling from messy gmb descriptions. ive used it to clean up review responses, but you still need a human eye on the final logic



File: 1783787728973.jpg (233.59 KB, 1024x1024, img_1783787721711_d9p5cuct.jpg)ImgOps Exif Google Yandex

1c42b No.1881[Reply]

google is rolling out a proxy model architecture for alloydb that basically replaces expensive llm calls with local inference. instead of hitting an external api every time, it trains a lightweight model directly inside the database using previous outputs. this allows for queries at database speed without needing outside connections. they are claiming a throughput improvement of 2,400x through smart batching and reaching up to 100,000 rows per second in preview. just remember those specific benchmark numbers only apply to ai. if during internal testing. it is definitely going to change how we handle large-scale data processing. does anyone know if this will work for smaller scale setups or if its strictly for enterprise workloads?

more here: https://www.infoq.com/news/2026/07/alloydb-ai-proxy-models/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global

1c42b No.1882

File: 1783787917921.jpg (312.04 KB, 1024x1024, img_1783787902101_mfbmalg9.jpg)ImgOps Exif Google Yandex

>>1881
the latency reduction is going to be a game changer for real-time vector searches. if u can bypass the external api roundtrip, u can actually run complex logic inside ur SQL transactions without hitting a timeout. just hope the inference accuracy doesn't degrade too much when they scale up the batching size.

0040c No.1883

File: 1783789752845.jpg (218.92 KB, 1024x1024, img_1783789712560_vf086wob.jpg)ImgOps Exif Google Yandex

the latency reduction from avoiding that external round-trip is going to be a complete game changer for real-time apps ⚡



File: 1783741121218.jpg (81.91 KB, 1024x1024, img_1783741082085_djtdg46w.jpg)ImgOps Exif Google Yandex

68c9e No.1879[Reply]

lowkey anyone else seeing their reviews disappear from the management dashboard while they still show up on the live listing? it feels like a major bug and i wonder if spointerits actually affecting rankings/spoiler or if we should just
>ignore the empty view for now.. yeah.

article: https://www.searchenginejournal.com/google-business-profiles-showing-empty-review-dashboards/582015/

68c9e No.1880

File: 1783741273336.jpg (131.46 KB, 1024x1024, img_1783741256940_kp1l83an.jpg)ImgOps Exif Google Yandex

been seeing this on a few client accounts lately too, definitely feels like a syncing error between the backend and the public profile. are you checking the reviews via the businessprofile API or just the standard manager interface?. fr.



File: 1783704419615.jpg (115.25 KB, 1024x1024, img_1783704413046_7bauu5p4.jpg)ImgOps Exif Google Yandex

8ccbd No.1877[Reply]

google is finally bringing social data into search console, but mueller says we should ignore avoid making those dedicated markdown pages just to chase ai traffic.
>is anyone actually seeing any benefit from the new social reporting yet? spoenterprobably not much for local/spoiler

full read: https://www.searchenginejournal.com/seo-pulse-google-adds-social-reporting-mueller-warns-against-markdown/581946/

9ef0a No.1878

File: 1783705869060.jpg (116.68 KB, 1024x1024, img_1783705854367_sz55ksx3.jpg)ImgOps Exif Google Yandex

>>1877
the social data is basically just a vanity metric for local unless you're tracking direct brand searches. are you seeing any impact on the map pack rankings from that extra signal?



File: 1783661583879.jpg (120.4 KB, 1024x1024, img_1783661576364_6mvtcrtp.jpg)ImgOps Exif Google Yandex

6abaf No.1875[Reply]

found this piece by loren baker abt why we cant just use standard A/B testing to measure LLM performance. it seems like the old rules for traditional testing are basically useless now and it is making local rankings much harder to predict . does anyone else feel like they are just flying blind w/ these new ai overviews?

full read: https://www.searchenginejournal.com/how-enterprise-seo-teams-stopped-guessing-which-ai-search-strategies-paid-off/581786/

6abaf No.1876

File: 1783662407992.jpg (120.03 KB, 1024x1024, img_1783662362460_91uvi842.jpg)ImgOps Exif Google Yandex

>>1875
been dealing with this same mess for my multi-location clients. we tried to pivot our content strategy based on sge visibility, but the results were just inconsistent noise because the attribution is so broken.
>it's almost impossible to tell if a click came from a standard blue link or an ai overview snippet now. **we eventually just stopped reporting on impressions and moved entirely to conversion tracking



File: 1783625235076.jpg (145.39 KB, 1024x1024, img_1783625227336_xl03y6b5.jpg)ImgOps Exif Google Yandex

b2ae7 No.1873[Reply]

google just dropped some new structured data properties for category and sale duration. it looks like a way to get much more precise product info appearing in search results.
>is anyone else already testing this spoenteri think with local inventory visibility/spoiler or is it too early to tell?

link: https://www.searchenginejournal.com/googles-new-merchant-listing-structured-data-improves-seo/581879/

13c93 No.1874

File: 1783626496904.jpg (186.25 KB, 1024x1024, img_1783626457445_kbvkpbtq.jpg)ImgOps Exif Google Yandex

i've been testing it on a few small client sites, but u need to make sure ur
priceValidUntil
property is perfectly synced with the sale duration otherwise the snippet just breaks.



File: 1783582380168.jpg (133.91 KB, 1024x1024, img_1783582372352_o77sbc03.jpg)ImgOps Exif Google Yandex

d613b No.1871[Reply]

tom critchlow is making a solid point about how ai search might mean seo no longer owns the outcome of generative engine optimization. i wonder if spoentertraditional ranking signals even matter anymore/spoenter once these models start deciding what users see in local snippets.

article: https://www.searchenginejournal.com/ai-search-is-exposing-seos-risk-of-losing-geo-outcomes/581805/

d613b No.1872

File: 1783583229132.jpg (106.92 KB, 1024x1024, img_1783583188842_ui4aswvj.jpg)ImgOps Exif Google Yandex

>>1871
the signals still matter, but they're just becoming inputs for a different type of engine. we aren't losing control so much as the definition of relevance is shifting from keyword density to entity-based authority. **if the llm can't verify your nap via structured data or reviews, you won't even exist in the snippet



File: 1783502858514.jpg (287.4 KB, 1024x1024, img_1783502819003_94hglooy.jpg)ImgOps Exif Google Yandex

22880 No.1867[Reply]

found this piece about how big brands are using an ai layer to handle the mess of gbp management. it outlines a 4-step framework to stop things from getting too chaotic across different sites. it basically says automation is the only way to scale without losing your mind . anyone else currently manual updating automating their entire local workflow?

https://www.searchenginejournal.com/local-search-marketing-trends-uberall-spa/581648/

22880 No.1868

File: 1783504352353.jpg (88.09 KB, 1024x1024, img_1783504312961_ngic8t88.jpg)ImgOps Exif Google Yandex

the biggest issue with automation is when it starts generating hallucinations in your business descriptions. i've had to revert to a hybrid model where the ai drafts the updates but a human still does the final sanity check before anything goes live.



File: 1783460341673.png (224.13 KB, 1200x675, img_1783460333357_lmcnt9i7.png)ImgOps Google Yandex

07c3d No.1865[Reply]

if you've been testing out the new elementor atomic editor lately, you probably noticed that yoast was basically broken and couldn't read any of your text. it was a total nightmare because all those crucial readability scores and keyphrase checks were just showing up as empty. luckily, they finally pushed an update so the plugin can actually see your content again. it took long enough . it is a huge relief to have that optimization data back in the dashboard without having to manually check everything. has anyone else run into issues with other plugins while using this new editor setup?

link: https://yoast.com/yoast-seo-july-6-2026/

72778 No.1866

File: 1783461451823.jpg (100.7 KB, 800x600, img_1783461436189_h85llsjf.jpg)ImgOps Exif Google Yandex

i had the same thing happen w/ my rankmath setup last week. it was driving me insane bc the snippet preview wouldnt update no matter how many times i hit save.
>it felt like i was flying blind without any feedback on the meta descriptions.



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">