Forum Moderators: open

Message Too Old, No Replies

Will default.asp?a=1&b=2&c=3 Be Indexed?

         

digitalmarker

5:53 pm on Aug 30, 2004 (gmt 0)

10+ Year Member



First off, wanted to tell you all that this site is a great resource. I've recently been tasked with SEO at my job, and this site has been great help and resource in taking inital steps to optimizing the website I manage.

So, on to my question. In order to get better indexing by Google, I recently restructured the whole site from a multi-parameter query string (default.asp?a=1&b=2&c=3) into a simpler, one parameter query string (default.asp?url=blah). Google came and looked at the site this weekend, however, it only looked at the top level pages (domain.com/mainsection/), but nothing deeper than that.

The bulk of our keywords and content is in press releases and other pages that are 2-3 clicks away from the homepage, and I am concerned that the googlebot will not dig deep enough to get to these pages, and therefore, they will not get indexed.

Could someone please shed some light on this matter, and let me know whether I have to rewrite the whole site to be static, or whether it just needs some time to get to the pages we want indexed?

TIA for the responses.

ThomasB

7:16 pm on Aug 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Digitalmarker, first of all welcome to WebmasterWorld!

The number of pages indexed and speed of crawl is dependent on several factors such as PageRank, number of Links, path, ...

Generally I'd say that you should wait a few more days and see GoogleBot coming back to your site and index more pages. If it doesn't happen I'd try to get more links to your site as that normally encourages Google to crawl more pages.

digitalmarker

8:06 pm on Aug 30, 2004 (gmt 0)

10+ Year Member



The pagerank for the homepage has always been 6/10. However, because the rest of the URL's and links are new, they are not ranked/indexed yet. The main section pages that have gotten indexed so far are not ranked either.

So, I guess my question is, whether it is ok to have default.asp?url=blah structure, or whether it makes sense to use an IIS plugin like LinkFreeze to convert all dynamic URL's into ugly looking html URL's?

The_Hitcher

9:06 pm on Aug 30, 2004 (gmt 0)

10+ Year Member



One of my sites is totally default.asp?blah structure and every page in index. Wasn't always that way but Google doesn't seem to mind anymore. Adding direct links (decent menu system) helps a lot.

digitalmarker

11:56 pm on Aug 30, 2004 (gmt 0)

10+ Year Member



What do you mean by "direct links"? I have links to every section page from the homepage. However, I have 5 pages of press releases that I need to get indexed, and it takes 1 click directly from the homepage, and 3 clicks from anywhere else on the site to get to these pages due to the site structure. (i.e. News -> Press Releases -> Year).

The previous version of the site used a similar navigation setup, and was also constructed from default.asp?url=blah type of links, yet most of the site (80+ pages) were indexed in Google. Does Google need a significatnt amount of time to index everthing, or am I reacting too early?

The_Hitcher

12:12 am on Aug 31, 2004 (gmt 0)

10+ Year Member



Reacting too early I'd say. It was probably a good six months before Google followed the lot.

digitalmarker

1:12 am on Aug 31, 2004 (gmt 0)

10+ Year Member



Is running a plugin like LinkFreeze (turning all default.asp?url=blah pages into default-asp-url-blah.htm) a quicker way to get everything indexed? I would certainly be willing to sacrifice the clean looking URL's for faster indexing.

The_Hitcher

7:03 am on Aug 31, 2004 (gmt 0)

10+ Year Member



Digitalmarker

There are numerous threads on here that cover this. You might like to look at this one:

[webmasterworld.com...]

but as I say, there are many many threads on this. Just look up 'dynamic URLs'

dirkz

10:41 am on Aug 31, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google copes with a certain number of parameters, depending on PR etc.

But even if it crawls your site all right, there are other SEs out there who could have problems with it.

Bundy

12:52 am on Sep 3, 2004 (gmt 0)

10+ Year Member



Hi guys... a new fish in the barrel here ^^

I only have a few months working around this "indexing" topic, and doing my best to get a good architecture on the sites I work on so the bots can crawl as deep as possible. But now I just heard from a friend (and read right here) about this issue with the amount and length of parameters in the url, and a lot of doubts comes to my mind.

The most obvious and top priority doubt is: what's the limit for the amount (and length) of parameters on the url so the bot will index it? I've heard the limit is two, "maybe" three parameters depending on the length of the parameters, but that's somewhat vague. Can someone say something more specific about this?

Also, there is the solution of joining all (or several) parameters into one, like this:

default.aspx?param1=A&param2=B&param3=C&param4=D

would be transformed to

default.aspx?params=A,B,C,D

Does this really helps the googlebot to crawl more efficiently? (or better said, does this helps to get the default page indexed?)

And lastly (for now :)), if the previous is actually a workaround to get the page indexed, is there a limit on the length and/or amount of parameters listed as a single parameter? (i.e. no more than 10 comma separated values on a single parameter)

Well, I hope not to bore you guys with this long post (sorry about that ^^) and to make sense with my humble questions.

Thanks! and great site btw!