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 6790169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:41:36+00:00 2026-05-26T17:41:36+00:00

Background I’m working on a an educational JavaScript application/site (SPA) that will eventually have

  • 0

Background

I’m working on a an educational JavaScript application/site (SPA) that will eventually have 1000s of dynamic urls that I’d like to make crawlable.


I’m now researching how to implement versioning, routing and seo (and i18n).
My general idea is to use hashbangs and have resources like:

example.com/#!/v1?page=story1&country=denmark&year=1950

The “page” parameter here decides which controllers/views that need to be loaded and the subsequent parameters could instruct controllers to load corresponding content.

Versioning of parameters could then be handled by just replacing the “v1” part of the url – and have a specific route handler mapping deprecated parameters for each version.

SEO would be improved by having node.js or other backend delivering an “escaped fragment” version of the content.

i18n should probably be handled by node.js as well? This way, what gets delivered to the crawler is already translated?

  1. Is this a viable approach to making a Single-page-application versioned and crawlable?
  2. I’m using Backbone.js now, what would you add to the mix to help out with the above?
  • 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-26T17:41:37+00:00Added an answer on May 26, 2026 at 5:41 pm

    1) Hell no. (well it could work, but designing your application from the ground up with hashbangs is a bad idea)

    2) node.js and backbone are a good combination. Personally I like express for routing/templating on the server.

    –The argument against hashbangs:There is so much good information on the web that I will defer to them.

    here: http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs

    here: http://www.pixelflips.com/blog/do-clean-urls-still-matter/

    and this wonderful library: https://github.com/browserstate/History.js/

    and this wiki page from that library: https://github.com/browserstate/history.js/wiki/Intelligent-State-Handling

    Than check out this chrome extension that will ajax StackOverflow(or any other site with normal urls) using that library: https://chrome.google.com/webstore/detail/oikegcanmmpmcmbkdopcfdlbiepmcebg

    Are 15 parameters absolutely necessary? Put the content parameters(page, country) in the url and the presentational (ie: sortby=author) in the query string.

    in response to “You are still stuck with hash tag serialization” I give this:

    every route should point to a valid resource location. ie: /v1/page/denmark/some-slug-for-post should be a resource location and when you change it to a new post/page, that should be a resource location too. What I’m saying is that if you can’t use the url to bookmark the page, than the implementation is broken.

    Also, are you planning on breaking all your links with every version? I’m not sure why you’re including the version in the url.

    I hope this helps.

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

Sidebar

Related Questions

Background I have a web app that will create an image from user input.
Background I have a massive db for a SharePoint site collection. It is 130GB
Background We have a Windows .NET application used by our field employees who travel
Background : I currently have a Web Forms, ASP.NET 3.5/C# application which I'm interested
Background: I have a MainTest class that has many buttons, each of which instantiate
Background: I'm new to CakePHP. I have a small test site (mostly composted of
Background Given that 'most' developers are Business application developers, the features of our favorite
Background: I've inherited a web application that is intended to create on-the-fly connections between
Background I am developing an application for android in eclipse and now I have
Background: I have a servlet in which I am dynamically generating javascript and putting

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.