The replacement they're whining about is "core web vitals" IE the metric you can view at[1]. This is what AMP should have been in the beginning and I was surprised they did something else, it made Google search unusable on mobile. [1] https://support.google.com/webmasters/answer/9205520?hl=en This means that your hand-coded-in-vim static pages will rank near the top.
There is one metric where hand-coded-in-vim pages tend to do poorly, and that's cumulative layout shift. If you have images on your page (a reasonable assumption) and just stick tags in there, you can get dinged on cumulative layout shift because the layout will shift as images get loaded. I use a somewhat hand-coded-in-vim approach, but there's some post-processing that adds width/height attributes to tags which mit…
Google no longer requires AMP, but the replacement might be worse
31–40 of 238 posts
Re: Google no longer requires AMP, but the replacement might be worse
#32Earlier quoted context omitted.
There is one metric where hand-coded-in-vim pages tend to do poorly, and that's cumulative layout shift. If you have images on your page (a reasonable assumption) and just stick tags in there, you can get dinged on cumulative layout shift because the layout will shift as images get loaded. I use a somewhat hand-coded-in-vim approach, but there's some post-processing that adds width/height attributes to tags which mit…
I would imagine it's best practice to define height and width attributes for tags, no?
Re: Google no longer requires AMP, but the replacement might be worse
#33Earlier quoted context omitted.
I hope not. Regional based internet could become the next major factor when it comes to inequality. For example, don't hire people from Region A because they can't access the best resources located in Region B.
This is the future the EU chose when they started imposing EU law on foreign internet companies.
This the future foreign internet companies chose when they put profits above all else.
Re: Google no longer requires AMP, but the replacement might be worse
#34Here's a better criticism: the Core Vitals metrics that affect SEO rank on Google are sourced only from Chrome browsers . So an even more disproportionate amount of site performance work will now be focused just on what makes Chrome happy. Experimental Chrome features that boost performance metrics will be embraced in the name of SEO. Safari and Firefox can't offer that. It's another way Google uses their control of…
And if they did, what do you think the public reaction would be to such data sharing?
Re: Google no longer requires AMP, but the replacement might be worse
#35In case you're trying to find what the replacement is: > Unfortunately, there are problems with AMP's replacement as well. And those problems go right back to what was wrong with AMP in the first place: Google is in charge of it. So the problem isn't core web vitals nor AMP itself, but the fact that everyone uses Google and they control the results on google.com. We can now go back to our regularly scheduled discussi…
The article is also surprised that people are still using AMP now that it's no longer required, because in the author's mind, AMP is so god dang awful that when given the chance, everyone would immediately want to get rid of it. Some people are so deeply lost in their hatred of AMP that they cannot even consider for a moment that maybe, just maybe, AMP actually does work well for some people. I'm glad it's no longer…
My assumption is that AMP is most heavily used by news organizations because of the requirement (recently rescinded) for carousel placement. Anecdotal, but I've talked with people at these organizations, and they definitely don't like AMP. They tolerate AMP solely for the carousel placement. That requirement is gone now. But, given the low margins in those places, it may be some time before they migrate off.
Re: Google no longer requires AMP, but the replacement might be worse
#36Here's a better criticism: the Core Vitals metrics that affect SEO rank on Google are sourced only from Chrome browsers . So an even more disproportionate amount of site performance work will now be focused just on what makes Chrome happy. Experimental Chrome features that boost performance metrics will be embraced in the name of SEO. Safari and Firefox can't offer that. It's another way Google uses their control of…
How do you propose they source that data from other browsers? Do you e.g. think Apple and Mozilla would provide them with a suitable feed, at a high enough granularity to be useful? And if they did, what do you think the public reaction would be to such data sharing?
The real problem here is not 'gamed search engines' but too much centralisation, with Google owning the search engine, the browser, and the ad platform. This solution makes that problem worse, not better.
Re: Google no longer requires AMP, but the replacement might be worse
#37Here's a better criticism: the Core Vitals metrics that affect SEO rank on Google are sourced only from Chrome browsers . So an even more disproportionate amount of site performance work will now be focused just on what makes Chrome happy. Experimental Chrome features that boost performance metrics will be embraced in the name of SEO. Safari and Firefox can't offer that. It's another way Google uses their control of…
I hope the EU competition authority gets Google to change this. At least inside the EU.
Re: Google no longer requires AMP, but the replacement might be worse
#38> The logic behind AMP goes like this: web developers suck at making fast websites, let's strip out all the stuff people don't need and cache it on our super-fast servers. Web developers don't suck at making fast websites. Publishers demand tons of ads and tracking scripts. If the person signing the paychecks wants the page to have 15MB of sketchy third-party JS, then the page will have 15MB of sketchy third-party JS…
Re: Google no longer requires AMP, but the replacement might be worse
#39Earlier quoted context omitted.
I hope not. Regional based internet could become the next major factor when it comes to inequality. For example, don't hire people from Region A because they can't access the best resources located in Region B.
This is the future the EU chose when they started imposing EU law on foreign internet companies.
Re: Google no longer requires AMP, but the replacement might be worse
#40Earlier quoted context omitted.
I would imagine it's best practice to define height and width attributes for tags, no?
Yes, it's just tedious to do by hand, which is why, in practice, people who write HTML by hand often don't do it.