Blogger Blog Has Duplicate Post Links

It is a Webmaster forum to discuss website promotion, CMS management, Search Engine discussions, AdSense, etc.
Post Reply
ron
Posts: 8
Joined: 15 Oct 2023, 10:15

Blogger Blog Has Duplicate Post Links

Post by ron »

I have a blog running on Blogspot and recently found a duplicate content issue.

Blogspot creates multiple URLs pointing to the same content.

For example, x.blogspot.com/2023/09/post.html has different versions of links.

I can access the same content by following different URLs.

Code: Select all

x.blogspot.com/2023/09/post.html?m=0

x.blogspot.com/2023/09/post.html?m=1

x.blogspot.com/2023/09/post.html?m=1?showComment=1477273814521
Does it violate Google duplicate content regulations?

How can I resolve it?
alex
Standard User
Posts: 68
Joined: 05 Oct 2023, 17:42

Set Canonical tag to fix Blogger Blog Duplicate Post Issues

Post by alex »

Yes, you are right. Blogspot automatically generates different links pointing to the same post.

However, you do not need to worry. Blogger has a canonical tag to mention the original URL to Search Engine spiders.

In your case, Blogger shows x.blogspot.com/2023/09/post.html as the original URL with a canonical tag.

Code: Select all

<link href='x.blogspot.com/2023/09/post.html' rel='canonical'/>
You can check the page source of other dynamic URLs. You will find the same canonical tag on every page (of the different link versions).

That means you have nothing to worry about.
Anand-Narayanaswamy
Posts: 1
Joined: 18 Oct 2023, 17:27

Re: Blogger Blog Has Duplicate Post Links

Post by Anand-Narayanaswamy »

Blogspot has canonical tag to point the original post. So, your blog will not get duplicate content issue.
Thomas
Standard User
Posts: 38
Joined: 21 Oct 2023, 15:30

Google Not Showing My site After Adding Canonical tag

Post by Thomas »

Hello Alex.

I have had this issue for the last three weeks, but even after adding the canonical tag, Google doesn't want to visit my Blogspot blog.
The question is, when will the search console pass this issue to me?
Johannes-Mokoko
Posts: 1
Joined: 21 Oct 2023, 21:15

How to Write Canonical Tag For Blogspot blog?

Post by Johannes-Mokoko »

Hello do I write link rel='canonical' expr:href=dat a:blog .url just like this or write link rel=canonical' expr:href='data :www.exampl e.com

Can you explain to me Mr.Alex, or I don't change anything?
Nivin
Posts: 3
Joined: 02 Nov 2023, 16:23

Re: Blogger Blog Has Duplicate Post Links

Post by Nivin »

No man. Canonical links solve that problem.
Thomas
Standard User
Posts: 38
Joined: 21 Oct 2023, 15:30

Re: Blogger Blog Has Duplicate Post Links

Post by Thomas »

Finally Google indexed my Blog post.
Post Reply