Search Engine Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherSearch Engine Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old July 14th, 2003, 11:22 AM
ducani
Guest
SEO Chat Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Dynamic URLs In The Eyes Of A Search Engine

Dynamic URLs In The Eyes Of A Search Engine

2003-06-01 - Most Web sites with a large number of pages are developed using dynamic server-side Web technologies such as Hypertext PreProcessor (.php), Java Server Pages (.jsp), Active Server Pages (.asp), ColdFusion (.cfm) and Perl. These technologies provide programmers with the tools to build sites so that adding product or pages does not require extensive HTML work. In reality, all high volume sites must use one of these technologies in order to maximize efficiency and stay profitable.

Please discuss this article in this thread. You can read the article here .

Reply With Quote
  #2  
Old August 31st, 2003, 09:03 PM
piel's Avatar
piel piel is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 328 piel User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 51 m 38 sec
Reputation Power: 6
Although I agree with everything said in this very useful article, I don't believe people need to start going nuts on mod_rewite.

I have had great success through an overall strategy (meaning not looking to get #1 for certain pages, but instead top10/20 for ALL (ok, many) pages) by truncating as much as possible the arguments created by the dynamic systems and making sure that good SEO techniques are used (including Hx tags and strong keyword links).

Now the one interesting thing that I have noticed is that although all pages past the homepage have a PR of zero, I have still been able to get top 10/20 rankings on almost every page that google has crawled.

bottom line - do your SEO work properly and it will pay off not matter what the URL string says.
__________________
Got Yoga?

Reply With Quote
  #3  
Old August 31st, 2003, 10:12 PM
rustybrick's Avatar
rustybrick rustybrick is offline
Contributing User
SEO Chat Frequenter (2500 - 2999 posts)
 
Join Date: Apr 2003
Location: New York, USA
Posts: 2,642 rustybrick User rank is Private First Class (20 - 50 Reputation Level)rustybrick User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 17 h 40 m 42 sec
Reputation Power: 8
Piel, "no matter what the URL strong says" is not going to work. As you said, short URLs are ok.

I do not tell people it is a must to change your URLs through a mod_rewrite. I simply discuss the issues with dynamic URLs. I can tell you that mod_rewrites do dramtically help SEs locate your pages.

But your right, the shorter the urls (less variables) more likely a SE will include that page in the SERPs. But I do say that in the article.

SEO work includes this, so to do your SEO work properly, you must take this into account.

Thanks for your feedback. I do appreciate it.

Reply With Quote
  #4  
Old September 2nd, 2003, 08:16 PM
trcha trcha is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Belgrade, Serbia
Posts: 7 trcha User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Are there any tutorials or references about implementing mod_rewrite? I looked at official documentation, but I need something more specific and moron-friendly. I need it for a site done in PHP.

Reply With Quote
  #5  
Old September 2nd, 2003, 08:52 PM
rustybrick's Avatar
rustybrick rustybrick is offline
Contributing User
SEO Chat Frequenter (2500 - 2999 posts)
 
Join Date: Apr 2003
Location: New York, USA
Posts: 2,642 rustybrick User rank is Private First Class (20 - 50 Reputation Level)rustybrick User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 17 h 40 m 42 sec
Reputation Power: 8
I am not aware of any, maybe some of the members here are???

Reply With Quote
  #6  
Old September 2nd, 2003, 11:37 PM
FrozenSandSpur FrozenSandSpur is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 20 FrozenSandSpur User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ASP?

It doesn't answer the PHP portion, but I use ASP on a 404 page to simulate mod_rewrite. Allows me to use the same old dynamic pages (about.asp?page_id=1, page_id=2, etc...) while masking them with friendly URLs.

For example, www.domain.com/Widgets/Brown-Widgets/ is actually about.asp?page_id=23.

If anyone is interested, I'll post it. Uses database, allows for a site search on the 404 page is the correct URL is not found (Widgets/Brown-dadfoi?/ would show a search page). Anyway, I like it

-Jeff

Professional Website Design

Reply With Quote
  #7  
Old September 4th, 2003, 08:08 PM
Diana Diana is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 132 Diana User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I'd also be interested in seeing something posted about it. Currently I have several shopping sites where the URI looks like:

http://mydomain.com/category.php?c=...ce62bb351ea2a32

I'd much prefer something like:

http://mydomain.com/necklaces.html

to display. Not only for SE friendliness, but it would be just far more user friendly.

Diana

Reply With Quote
  #8  
Old September 4th, 2003, 09:24 PM
rustybrick's Avatar
rustybrick rustybrick is offline
Contributing User
SEO Chat Frequenter (2500 - 2999 posts)
 
Join Date: Apr 2003
Location: New York, USA
Posts: 2,642 rustybrick User rank is Private First Class (20 - 50 Reputation Level)rustybrick User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 17 h 40 m 42 sec
Reputation Power: 8
Thanks Jeff, I think you should post it for everyone.

Diana, your using PHP not ASP and a mod_rewrite on your server in combination with PHP and Database would work fine. I am not able to tell you how to do it, I just know it should be done. I have a team that would be able to help you, PM me if you like.

Thanks.

Reply With Quote
  #9  
Old September 5th, 2003, 09:59 AM
FrozenSandSpur FrozenSandSpur is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 20 FrozenSandSpur User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Exclamation Before I post it ...

Well, I'm looking at my logs, and it raises a question about my 404 transfer page to simulate mod rewrite. Would love some insight on this.


GoogleBot is FINALLY deep-crawling the new site. The 404 page is called "branch.asp", and it takes the Server Variable "QUERY_STRING" to get the requested page (in ASP this variable usually contains "404;" and then the requested page, like "404;http://www.domain.com/Category/page.html"

Well, when a user comes to the site, it's all transparent. In the URL, they see http://www.domain.com/Category/page.html, and the server loads the content from the database using the old page engines, like about.asp?page_id=23, etc...

BUT... In my logs, it has this...

2003-09-05 13:20:17 64.68.82.55 - ..... GET /branch.asp 404;http://www.domain.com/About/current-news.html 200 0 207 281 ... www.googlebot.com/bot.html)


It's like this for normal visitors too. The response status is set to 200, so I'd think everything is ok, but... someone say "It's ok, Google will index www.domain.com/About.current-news.html , and not www.domain.com/branch.asp ".


Insight greeeatly appreciated, as I'm getting more paranoid by the second Since, ya know, I'm currently working on a client's site using the same tactic

Thanks,

-Jeff

Reply With Quote
  #10  
Old September 5th, 2003, 02:26 PM
FrozenSandSpur FrozenSandSpur is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 20 FrozenSandSpur User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Phew!

Well, I looked at my logs a little later in the day, and noticed that Google had come back and crawled pages that were only linked to by the pages I was concerned about.

If it was able to follow the link back for a second pass, getting all the deeper content, than everything must be fine

The file is attached (text file), and notes on usage are included within.


In the notes, I reference a search page for true 404s. So if someone types in http://www.domain.com/crapola, and there's no matching page in the database, a search is performed on the database table for "crapola", and results are listed in the search page. Makes for a nice 404, keeps customers on the site.

Take a look: www.infotogo.net/design . Let me know if you want this posted as well.

P.S. Still asking for a site review, including SEO and content critique, sales ability, etc.. If anyone is game, I would appreciate it

www.infotogo.net <-- here ya go

Thanks,

Jeff

Professional Website Design
Attached Files
File Type: txt branch.txt (2.8 KB, 470 views)

Reply With Quote
  #11  
Old September 5th, 2003, 02:37 PM
rustybrick's Avatar
rustybrick rustybrick is offline
Contributing User
SEO Chat Frequenter (2500 - 2999 posts)
 
Join Date: Apr 2003
Location: New York, USA
Posts: 2,642 rustybrick User rank is Private First Class (20 - 50 Reputation Level)rustybrick User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 17 h 40 m 42 sec
Reputation Power: 8
cool thanks

Reply With Quote
  #12  
Old September 6th, 2003, 09:00 AM
Webby's Avatar
Webby Webby is offline
Moderator
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Feb 2003
Location: Hannover, Germany
Posts: 1,384 Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 45 m 41 sec
Reputation Power: 7
Send a message via ICQ to Webby
I'm working on a "Mod_Rewrite made easy" article. I need to do a little more research but it should be finished with a week or two.
I'll send it to admin here for publishing as an article when done.

Mod_rewrite is also the best solution for many online shops that are dynamic and call product details from a database. Hence my decision to write a 'laymans' guide to it. It can make a great difference to the depth of crawling and indexation of more pages is very common. Amazon didnt re-code/use mod_rewrite on their whole shop system to produce flat urls for their health :-)
Since they did so, they are much more prevelant in the SERPs (Many say TOO prevalent).

Reply With Quote
  #13  
Old September 6th, 2003, 08:38 PM
rustybrick's Avatar
rustybrick rustybrick is offline
Contributing User
SEO Chat Frequenter (2500 - 2999 posts)
 
Join Date: Apr 2003
Location: New York, USA
Posts: 2,642 rustybrick User rank is Private First Class (20 - 50 Reputation Level)rustybrick User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 17 h 40 m 42 sec
Reputation Power: 8
Thanks Webby!

Reply With Quote
  #14  
Old September 6th, 2003, 10:30 PM
Diana Diana is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 132 Diana User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Awesome Webby! Any ideas when you'll publish this article?

I'm definetely looking forward to it. I'm a DIY'er for life... If I can learn to it myself, I do it myself...

Diana

Reply With Quote
  #15  
Old September 7th, 2003, 02:23 PM
alex alex is offline
Junior Member
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 2 alex User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ASP has another solution - URL Rewrite for MS IIS

It is simple ISAPI Filter which make your dynamic URLs like

URL

into

URL

You can order that filter here:

URL

And check how it is working for that e-commerce website

URL

(7500 dynamic pages in GOOGLE!)

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherSearch Engine Articles > Dynamic URLs In The Eyes Of A Search Engine


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread: