Did our Indian brothers actually do this?

Today, this website caught my attention. Or should I say re-caught my attention, because today was not the first time it did.

WHAT DID I NOTICE?
When you Google any phrase of the form: “Location A” to “Location B”, the likelihood that this website would be amongst the first five results is eerily high. On opening a couple of the pages, I realised that the content of the page is total fluff, providing next to no value to the visitor. I’ve settled upon the decision that they’re basically gaming the system using their SEO expertise. You have to agree with me after seeing the following image:

The most interesting detail of this site to me though is in the URLs that the Google search results lead to. They’re all static ASP.NET web pages (.aspx). Example:

MY QUESTION
Hence my question. The lay explanation of how they’ve managed to get their website in Google’s index for several millions of pairs of locations is that they went through the trouble to pre-generate folders and files for as many pairs of locations as they could find and just dump them on a web server.

However, because of how ridiculous and impractical that sounds, especially when you consider the storage implications of that, I would like to think that there’s some advanced SEO + programming technique in play here that I am not aware of and that each of the pages in search results does not actually correspond to a physical file sitting somewhere.

It is interesting to note that the owners of this website also have several other websites build around the same idea of leading people to pages that contain a lot of similar information with the current search terms more or less just filling in placeholders.

Someone, enlighten me please.

5 Likes

First .aspx pages are not static. they are dynamic, server side scripts

Second…?

The ‘static’ I meant here is the fact that the .aspx corresponds to a file with fixed content on the server

Can you make more clarifications now we’re on the same page?

Did you know you can affix your routes with apache?

That’s how php frameworks handle routing, in fact I could affix a php application with .html so it looks like it’s serving static html where as it isn’t.

Hmm. Okay. That’s something to consider.

But one more thing that needs explanation is the fact that the page name is fixed. So, if you search for “Ojota to Lekki” today, it will lead you to the exact same page as it did yesterday. Whose name is actually a number!!! This corroborates the assumption that the pages are pre-generated and stored in one form or the other somewhere.