Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

.html inside url?

Will google have problems / issues with this url?

         

financialhost

11:29 am on Jun 16, 2005 (gmt 0)

10+ Year Member



I have been working on a site written in cold fusion on an ISS platform - windows based.
I have not been able to grasp a mod rewrite, so i have used a script to produce a static url from my dynamic pages.

The url looks similar to this - http://example.com/widgets.htm/bluewidgets-91

Will this be ok with Google and other search engines?
Any known issues or disadvantages with this type of url structure.

Any help appreciated.

[edited by: ciml at 11:39 am (utc) on June 16, 2005]
[edit reason] Examplified [/edit]

Sanenet

11:43 am on Jun 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No problem, have been using these for years.

andye

11:43 am on Jun 16, 2005 (gmt 0)

10+ Year Member



Looks fine to me.

a.

financialhost

4:24 pm on Jun 16, 2005 (gmt 0)

10+ Year Member



Did you notice the .htm inside the url?

This is what i am worried about, incase it somehow caused a problem when indexing.

SEOtop10

4:43 pm on Jun 16, 2005 (gmt 0)

10+ Year Member



There is no problem with the htm as it is not at the end. Your URI will redirect to
http://example.com/widgets.htm/bluewidgets-91/
and will load the default document from that directory (based on the default document order).

Sanenet

10:22 pm on Jun 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The only problem with this is that the se may decide that the pages are too deep within a directory struture and start to ignore them. Make sure that you don't have more than 3 or 5 "/" in the URi

willbl

11:54 pm on Jun 16, 2005 (gmt 0)

10+ Year Member



Sanenet (or anyone else)...
So what would you say is better:
Using 3 to 5 ‘/’s and mod rewrite
Or
Using 3 to 5 parameters?x=y&i=k&a=b...

I guess neither in practice but what about in theory?

g1smd

12:44 am on Jun 17, 2005 (gmt 0)

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



Google will not usually index three or more parameters.

Google will index deep folders, but they measure the number of "clicks away from the index page" not how deep the folder actually is.

SEOtop10

3:52 am on Jun 17, 2005 (gmt 0)

10+ Year Member



g1smd, you said it.

It does not matter how deep in the directory structure, a page is. What matters is how many clicks are needed to reach the page from the home page. Also number of incoming links from the site as well as outside.

Sanenet

8:35 am on Jun 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Exactly. Transform?= into /, but the minimum possible.