Mohammadreza Hasanpour

195 Followers
125 Following
26 Posts
Picture this: you excitedly type in the URL for #googleio website, only to be met with a cold message telling you it's unavailable. Welcome to the frustrating reality for many Iranians, who have faced relentless discrimination and limitations from numerous services and companies, including the likes of Google. Even accessing simple informational services like Google Analytics or developer.google is a near-impossible task. This is not fair!

Want to see how ranking updates impact your website at Domain, Page, or Query level?

Add this custom formula to the SC URL data source in Lookerstudio and then you can easily combine it with other metrics and monitor the impact:

CASE
WHEN Date = DATE '2022-12-14' THEN 1
WHEN Date = DATE '2022-12-05' THEN 1
WHEN Date = DATE '2022-10-19' THEN 1
ELSE 0
END

There are 23 updates here: https://developers.google.com/search/updates/ranking

You can add all the dates and have a nice overview of how updates impacted your site.

Google Search Ranking Updates List | Google Search Central  |  What's new  |  Google Developers

Learn about the latest and most recent ranking updates to Google Search.

Google Developers

Does anyone know if this bookmark feature works or not?

It's been a while since I saved some pages. It sends a notification when the page updates or I'm wrong?

#1 result: the site I'm working on now

#2 result: the site I consulted 2 years ago

Breaking the past achievement feels good 🥳

Is Mobile Usability a requirement for Desktop devices to rate as "Good" in the page experience report? I don't think so.

Maybe the info texts in the desktop SC page experience report need an update?

I wanted to see the Avg. Position for a specific URL in GSC (Looker Studio)

Since the URL Impression and Site Impression are two separate data sources, I had to blend them.

So here's the best way I found:

Left Join is the URL impression and Right is the Site impression.

P.S: Adding the date dimension is optional, but if you want to see it in a time series chart, you should add it too.