Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Increase of 'Duplicate, Google chose different canonical than user'

Similar URLs and titles, with same "| mydomain" at the end

         

guarriman3

3:08 pm on Aug 28, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



In one of my websites (tourism), the number of 'Page indexing > Duplicate, Google chose different canonical than user' (inside 'Google Search Console') rocketed from 210 in June to 2,300 this last week (over 58,000 total pages indexed).

If I inspect (through 'Inspect URL' of Google Search Console) any of the affected pages, I see:
User-declared canonical: https: //mydomain/list-a/city-566 (that lists all the airlines with flights to 'city-566')
Google-selected canonical: https: //mydomain/list-b/city-566 (that lists all the hotels in 'city-566')

I've checked the canonical URLs, and they are ok for both cases (they link to theirselves).

"city-566" is the same one for both cases, and the titles are similar, but not the same:
- "Airlines flying to City 566 | mydomain"
- "Hotels in City 566 | mydomain"

Both contents are different, and it's true that sometimes the content is too scarce (just listings, maps, or graphs).

I'm wondering if I should remove the last "| mydomain" of the titles. I removed it from other section and it's not affected by this issue. However, it's true that such not-affected section shows richer contents.

Any tip is appreciated. Thank you.

not2easy

4:04 pm on Aug 28, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



It looks like that might be a WP site, the format "page-title | example.com" is one option and iirc it was once their default. Resetting the settings can fix that but it might also cause some google confusion until they sort it in their indexes. It's been a few decades since I looked at their Blogger service, but it seems they started out with the same thing.

IF it is WP you can go to Admin > Settings > General and also look at your permalink syntax at Admin > Settings > Permalinks

Remember not to make sudden movements with G, until you are ready to move with all the parts - like removing and replacing sitemaps - not a hasty decision.

guarriman3

10:01 pm on Aug 28, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



@not2easy, thank you for your nice answer.

No, it's not a WP site. I decided to include "| mydomain" at the end of the titles to differentiate my content from others. I thought that I was to catch the eye of users.

I will consider then to remove "| mydomain". It's PHP, so it's easy for me.