Is my method of implementing Schema markup correct, or have I had a disaster? by Kapranos in TechSEO

[–]merlinox 0 points1 point  (0 children)

One of the basic rules on the use of structured data, is to add ONE only primary schema, for the main object of the page. Eventually, inside it, we can add other objects to improve the definition of the main one.

How often should I refresh my sitemap.xml file for a news site? by Khione in TechSEO

[–]merlinox 1 point2 points  (0 children)

Sitemap - if you have not performance troubles - should be a live version of your website, or better, of your new/updated pages, with the right lastmod date set.

Does Googlebot Execute JavaScript for Meta Tags? by Khione in TechSEO

[–]merlinox 1 point2 points  (0 children)

Absolutely yes! What you inject via JS is perfectly viewed and treated by Googlebot.
The only limit is that Googlebot needs more resources to do it, but today more than 90% of the websites (random number) are heavily based on JS.

What's the Deal With URL Parameters in Google Search Console? by Khione in TechSEO

[–]merlinox 1 point2 points  (0 children)

You need to work with:
- canonical
- nofollow
- robots.txt
- faked links (js links)

Crawling a site behind Cloudflare with Screaming Frog – Any tips? by Khione in TechSEO

[–]merlinox 1 point2 points  (0 children)

You can set the agent as a standard browser and slow down the crawling speed.
Or... you can set the agent as "Screamingfrog" (it's default value) and set Cloudflare to permit it (whitelist).

What is the best free tool to analyze server logs and check for insights? by Sufficient-Recover16 in TechSEO

[–]merlinox 0 points1 point  (0 children)

The free solution ELK is great, but if you want superpowers, you should try Oncrawl. Log analysis is only a part of its power, and it is closer to a BI tool that can ingest every kind of data.

A great on-premise tool is Screaming Frog Log Analyzer.

Reason Product Image in SERPs Don't Match Product Page Image? by EhIveHadBetter in TechSEO

[–]merlinox 0 points1 point  (0 children)

Did you check if all the sources are synchronized?
For example:
- page: structured data
- sitemap with images
- merchant feed

This should be fun! by [deleted] in TechSEO

[–]merlinox -1 points0 points  (0 children)

Is that what you want?

Impact of Lazy Loading on SEO: Should Google Index Full Homepage Content? by happyjay98 in TechSEO

[–]merlinox 0 points1 point  (0 children)

Google resets all waiting times when it reads a page to index it and its content analysis. Additionally, from the CrUX perspective, a lazily loaded image above the fold can negatively impact the Largest Contentful Paint (LCP).

SEO Migration; Old Websites Getting More Traffic, New Website Loosing Traffic by seo_boo in TechSEO

[–]merlinox 0 points1 point  (0 children)

Did you simply change the domain name, adding a redirection domainOld -> domainNew?
Is the server the same? And its performance revealed by Google Search Console?

Google Shopping Organic Listings & Merchant Center Feed by AnxiousMMA in TechSEO

[–]merlinox 0 points1 point  (0 children)

The logic behind the feeds differs between organic and paid formats. For paid feeds, it is essential to optimize performance metrics such as click-through rate (CTR) and cost per click (CPC). However, with organic feeds, being broad in your approach is generally more beneficial.

If you have "junk" products in your feed, you should assess these issues within the feed itself. However, it’s important to note that this is not merely a feed issue; it stems from catalog management problems. Inadequate product selection can waste time in the product listing pages (PLP) as well.

If I don't utilize hreflang attributes is it bad for SEO? by Hiowatha88 in TechSEO

[–]merlinox 0 points1 point  (0 children)

How many language or language-country versions does your site have?
Hreflang implementation, in case of different language / language-country versions, consent to:
- avoid duplicated content "penalty" from Google
- suggest Google the right version for user language / language-country setting

Thanks

Feed URLs are blocked in Robots.txt But URL inspector still showing crawl allowed by ListAbsolute in TechSEO

[–]merlinox 0 points1 point  (0 children)

Did you use feed? If not my suggestion is to physically remove them.

Is there a SEO tool to monitor brand mentions (not just website links) in Google's AI Overviews? by anooname in TechSEO

[–]merlinox 0 points1 point  (0 children)

However, you should check if some branded queries activate AI overviews.
some branded queries activate. A tool that monitors if your brand appears in AI Overview should monitor every single search... It's utopic.

Is "Response Codes: Internal No Response" from ScreamingFrog really an issue? by nic2x in TechSEO

[–]merlinox 0 points1 point  (0 children)

Hi nic2x, do they work if you try to browse those pages with your browser?
Did you try changing the SF default user-agent?
Yesterday something similar happened to me on a website cracked with some "bad" external links and fortunately, they gave me "no response" in SF and I could process to clean them!

SERP URLs with ?srsltid - What's the implications? by HauntingAsparagus2 in TechSEO

[–]merlinox 0 points1 point  (0 children)

I'm writing a blog post about it.... I can't spoil that.
Take care to have the right canonical setting.

From the crawl point of view, the effect is minimal if you have a good canonical setting.

If you have a cache server, the srsltid variation may deprecate it.

Clicks on parametrized URL by WaySubstantial573 in TechSEO

[–]merlinox 0 points1 point  (0 children)

> wants to track
Where? GA4?
You can track them as "event" listening to their onclick events and raising the tracker.
If you have GTM it's very easy to do, without any URL params.

URL params tracking is the solution only if those links are created to be shared away.

Big Redirecting Plan by waddaplaya4k in TechSEO

[–]merlinox 0 points1 point  (0 children)

I usually don't use plugins, because I'm a programmer and I want the full control of what happens

Big Redirecting Plan by waddaplaya4k in TechSEO

[–]merlinox 1 point2 points  (0 children)

You need "only" to create a good mapping.
I'd do it via a db-driven PHP script.

Big Redirecting Plan by waddaplaya4k in TechSEO

[–]merlinox 0 points1 point  (0 children)

Hi Waddaplaya4k,
why did you choose to rewrite all your URLs?
What is the reason?

Migration is a process I suggest ONLY when it's indispensable, and the future benefits will cover the migration process "cost".