Author: Ash Nallawalla

About Ash Nallawalla

Ash Nallawalla is a consultant enterprise SEO with a long background in large companies with complex websites. He is a published author of several books and thousands of magazine articles.

Debunked: How Google Alters Search Queries to Get at Your Wallet

Reading Time: < 1 minute

This is a comment on an article in Wired Magazine by Megan Gray on 2 October 2023. Wired article

I think the writer has misunderstood how Google Ads work. When you search for “children’s clothing” as per the article’s example, the Google Ads system in the background has millions of ads waiting for such keywords to be typed, then those ads show up in the SERP. The searcher did not specify a brand, so all clothing advertisers who bid for anything close to “children’s clothing” are in the running for their ads to show.
// Here’s how it works. Say you search for “children’s clothing.” Google converts it, without your knowledge, to a search for “NIKOLAI-brand kidswear,” making a behind-the-scenes substitution of your actual query with a different query that just happens to generate more money for the company, and will generate results you weren’t searching for at all.//
This is where she is wrong. The brand she intended to say is spelt “Nikolia”.
If I search for just “children’s clothing”, I get several brands’ ads, as it ought to be.
A Google result for "children's clothing".
A Google result for “children’s clothing”.

If I had searched for “Nikolia-brand kidswear”, I get ads for Nikolia clothing by several advertisers, as it ought to be.

A Google search result for "Nikolia kidswear"
A Google search result for “Nikolia kidswear”
Making “more money for the company” is how Google Ads has operated forever. An ad with a high bid and with a high quality score (the landing page best suits the keyword) will make more money for Google than one with a lower bid, ceteris paribus.

Update

Wired has removed the article.

Wired removed the article

Review: Clear Case for iPhone 15 Pro Max – Thumbs Down

Reading Time: < 1 minute

This is the shortest review I have ever written. I just bought an Apple iPhone 15 Pro Max, a big step from my iPhone XR. I will review it soon, but I want to alert people about the Apple clear case for it. Don’t get it if you have dry hands like I do or if you don’t want to risk the phone sliding onto the floor. The case for the iPhone XR had a rubbery border, so it was comfortable to grip. I keep the phone in my shirt pocket and I am uncomfortable taking it out.

Apple clear case for iPhone 15 Pro Max
Apple clear case for iPhone 15 Pro Max

The case is probably fine, but its hard construction makes it very slippery on a smooth surface – mine slid off the end of my bed, which has a satin-like duvet cover. No damage was done, but I asked other friends with this new phone about their case. I received one recommendation.

I have just ordered the case below from Amazon (affiliate link), which is not as rigid and is half the cost of the Apple case. Fingers crossed.

Other iPhone Posts

Example of Nationality Schema

Reading Time: < 1 minute

I am trying to get a Knowledge Panel for my name, but that’s another story. One suggested factor that helps this goal is having structured data tags, as documented at archive.org. The specific schema Type is Person. There are many published examples of this Type, but I could not find anything useful for adding the nationality of the person.

Example of Nationality Schema

    "nationality": {
        "@type": "Country",
        "name": "Australia",
        "sameAs": "https://en.wikipedia.org/wiki/Australia"
    },

Example of alumniOf Schema

I saw others showing the name of the institution against alumniOf, but this property does not take a textual value directly. This is how it should be done.

"alumniOf": {
    "@type": "OrganizationRole",
    "alumniOf": {
        "@type": "CollegeOrUniversity",
        "name": "Deakin University",
    },
    "startDate": "1997"
},

Take a look at the tags on my other page About Ash Nallawalla using the tool at ClassyScySchema.org.

Mastodon