Two subages on one website with almost identical content

Two subages on one website with almost identical content - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Two subages on one website with almost identical content error on your web browser. Problem :


I'm creating a website that is comparing stuff, let's say it compares programming languages for the sake of explaining my question.


I'm building a structure where the url/slug will contain the two languages the page is comparing. My goal is to rank high both on "C++ vs C#" and "C# vs C++".


The way I see it I have three options, but I don't know which would bee the best.


Option 1
Have both


www.example.com/c++/vs/c#
www.example.com/c#/vs/c++

Pros: Might be better from a SEO perspective?


Cons: Duplicated content (both pages will roughly be the same), which is probably bad form a SEO-perspective?


Option 2
Have one


www.example.com/c++/vs/c#

Pros: No duplicated content


Cons: Might rank better on "C++ vs C#" compared to "C# vs C++"?


Option 3
Have one main page


www.example.com/c++/vs/c#

and then another which redirects to the first (through 301/302 or something else?)


www.example.com/c#/vs/c++

Pros: No duplicated content


Cons: Might rank better on "C++ vs C#" compared to "C# vs C++"?


So what what is the best practise when it comes to this?


Solution :

I recommend your third option. Have just one main page and use redirects for when users type in URLs that don't match the order. I chose this option with my currency conversion website (convert EUR and USD, with USD and EUR redirecting to it) and it has worked great for SEO. I recommend putting the two in alphabetic order in the URL as a way of being consistent across your entire site.


If you go with your first option of having both pages available, search engines will identify the duplicate content and usually choose just one of the two to index. If you find that your users expect both pages you could have both and use canonical tags to tell search engines which one to index.


Having one page but no redirects isn't good for usability if any users see your URL pattern and decide to alter your URL themselves.


On a side note, the specific example URL you chose is going to be problematic. A hash character (#) has special meaning in a URL. It starts the fragment identifier. For C#, your URL either needs to be encoded, or spelled out: /c++/vs/c%23 or c++/vs/csharp Otherwise /c++/vs/c# will be the same URL as /c++/vs/c because both have empty fragments.



Content always plays a crucial role in ranking on SERP. How do you publish content, without duplicating is important.


I recommend the following:-



  1. Instead of publishing same content on 2 different pages. Make use of internal linking.
    Provide links from your new article to existing article.

  2. That's how we can also boost rankings & traffic of the page(old page).


Also content, backlinks to the pages play a crucial role.


We hope that this article has helped you resolve the seo, redirects, url error in your web browsers. Enjoy browsing the internet uninterrupted!

Comments

Popular posts from this blog

How to redirect to any domain [duplicate]

"302 found" for index page bad for SEO?

Create redirect from url like www.example.us/?p=100&option=