Forum Moderators: open

Message Too Old, No Replies

asp url help

why is this(.com/Lyrics.asp?A=G) good for googlebot but, this..............

         

teeceo

2:18 pm on Apr 28, 2003 (gmt 0)

10+ Year Member



(.com/DetailLyrics.ASP?a=G%20Funk%20Intro) bad? The .asp?A=G has pagerank but, the other one does not, why?

teeceo.

P.s. I seen a post somewhere about the .asp extention but I can't find it.

DaveN

2:28 pm on Apr 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Googlebot likes the KISS system and ASP?a=G%20Funk%20Intro is not Kiss

DaveN

PS %20 is a space and googlebot can't jump open space that well.

teeceo

2:34 pm on Apr 28, 2003 (gmt 0)

10+ Year Member



"Googlebot likes the KISS system and ASP?a=G%20Funk%20Intro is not Kiss"

What is a "kiss system"? And what would be a better way of doing this. O and by the way, if anyone wants to drop me a few does & don't with .asp for feeding googlebot I would be very gratefull:).

teeceo.

DaveN

2:48 pm on Apr 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Keep
It
Simple
Stupid

DaveN

pageoneresults

3:02 pm on Apr 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Don't...

com/DetailLyrics.ASP?a=G%20Funk%20Intro

Do...

com/detail-lyrics.asp/g/funk/intro

Rewrite or parse the urls to remove all variables. Organize the url so your core content is after the .com/.

teeceo

3:09 pm on Apr 28, 2003 (gmt 0)

10+ Year Member



Thanks you two. By the way, lots of people around here have been crying about all the spam on google, how are you holding up pageone?

teeceo.

pageoneresults

3:11 pm on Apr 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I pay very little attention to the spam complaints. Most are invalid, some are valid, and then there are a few that are downright nasty! I'll let Google handle the cleaning of their own backyard. They do need to cut the grass! ;)

DaveN

8:28 pm on Apr 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



pageone what mod rewrite sotware would you use on IIS (sticky if you want)

DaveN

pageoneresults

8:49 pm on Apr 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



We are using IISRewrite. I also have one site where my programmer custom wrote the asp scripts for parsing the urls. IISRewrite came after he did the custom scripts and we wish we would have looked at the rewrite program first! It would have saved us hours of programming and testing.