Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7178873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:00:39+00:00 2026-05-28T17:00:39+00:00

I have a company website (Visual Studio / VB / ASP.NET 4.0). I localized

  • 0

I have a company website (Visual Studio / VB / ASP.NET 4.0). I localized my website in 10 different languages and cultures.

The Problem: Although @Stefan noted that Google will not punish me for duplicate content, all of my URLs are the same. For instance, about.aspx in English is still about.aspx in French — it just calls the page from the “fr” resource file instead of the “en” resource file and displays it accordingly. So the URL never changes, although the language on the page changes.

@Aristos suggested I add a parameter or a URL to my website, which I’m not opposed to. This will allow clients to understand they’re in the French portion or the Swedish portion of the website, and perhaps Googlebots, Yahoobots, will like this more. Actually, I think I REALLY like this suggestion.

I think what @Aristos was suggesting when he says “add a parameter” was that I would have about.aspx?lang=FR or something at the end of the URL. My current links look like this:

                    <asp:LinkButton ID="LinkButton7" runat="server"
       CommandArgument="nl" OnClick="RequestLanguageChange_Click" class="flagbutton">
           <asp:Image ID="Image1" runat="server" ImageUrl="~/images/flagnl.png" tooltip="Bekijk deze website in het Nederlands" title="Bekijk deze website in het Nederlands"/>
           <img class="map" src="images/flaghovernl.png" alt=""/>
    </asp:LinkButton>

But how do I add a parameter? Will it be a complex process? All of my resource files are in app_globalresources. I’m looking for the simplest solution that will be the most SEO friendly. Any guidance in this regard would be sincerely appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:00:41+00:00Added an answer on May 28, 2026 at 5:00 pm

    Now let see your new question. What I see here is also a non good SEO and NOT best practice way to change language.

    And the reason is that you use post back to change the language. And indexers never make post back on pages, rare run javascript – and the LinkButton is a javascript that call a post back. It good to use post back only when you insert data, or made an action, and you do not care if search engines found or follow whats after the post back.

    What actually must do is to create a simple link that change the language and not a post back.

    <a href="about.aspx?lang=el">ellinika</a>
    

    Now, on your PageLoad you check to see if you find this parameter lang=el and if you find it you show this language resource, if not you show the default resource.

    You can also later make a url rewrite and convert the about.aspx?lang=el, to /el/about.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my company's website (Visual Studio / vb / asp.net 4.0) localized in
I have a company website (Visual Studio / VB / ASP.NET 4.0) and it's
I have an company asp.net website with textboxes which may contain several hundred words.
I somehow managed to make my company's website in 9 languages, using Visual Studio
We have a company product (asp.net website) that gets compiled and distributed to our
I developed a (small) company website in Visual Studio, and I'm addicted to learning
I'm not a programmer, but I developed a small company website in Visual Studio.
I have the following MySQL table structure: num field company phone website 1 Gas
I have a small website for a company that have 40-50 product. The site
I have been working with an existing website out company has running until I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.