Mobile app version of vmapp.org
Login or Join
Berumen354

: SEO - how to get rid of duplicate web URLs On my webpage I have nice URL addresses like this: example.com/category Then I have some filter which adds to the URL address a string, the URL

@Berumen354

Posted in: #Seo #Url

On my webpage I have nice URL addresses like this:

example.com/category


Then I have some filter which adds to the URL address a string, the URL address then looks like this:

example.com/category/?type=1


The problem is than on Google I can see these results:

example.com/category/?type=1
example.com/category/?type=2
example.com/category/?type=


etc.

How could I get rid of these duplicities please?
Thanks.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen354

2 Comments

Sorted by latest first Latest Oldest Best

 

@Pierce454

I recommend using canonical URL tags. Moz has a great guide to the basics.

What you would do is apply a canonical URL tag to the original page in the <head> section like so:

<link rel="canonical" href="http://example.com/category" />

Then apply the exact same tag to the duplicate pages. Depending on how the duplicate pages are generated the method of doing this will be different.

What this does is indicate to search engines like Google that example.com/category is the one true version of the page in a manner of speaking and that any SEO factors from the duplicate pages should be applied to this original page.

10% popularity Vote Up Vote Down


 

@Gretchen104

You need to learn about 'SEO friendly' URLs, sometimes known as permalinks.

Here's an article I found with a quick search, but it is 3 years old, so may be out of date. www.script-tutorials.com/permalinks-tutorial/

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme