Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > Google Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Google Forum Discuss Google related issues.

Ezilon Directory   1,000 Directory Submissions   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 04-18-2005, 03:40 PM   #1 (permalink)
Inactive
 
Join Date: 04-18-05
Posts: 4
iTrader: 0 / 0%
Latest Blog:
None

mattsoftnet is liked by many
./?page=something

if my content manager loads all pages from a central index by ./?page=home will google's spider follow links to pages like that?
mattsoftnet is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 04-18-2005, 04:40 PM   #2 (permalink)
Contributing Member
 
Join Date: 07-09-04
Posts: 198
iTrader: 0 / 0%
Latest Blog:
None

Pinyo is on the right pathPinyo is on the right pathPinyo is on the right path
Yes it will as long as the query string is not too crazy (i.e., more than 3-4 variables), but not optimum for SEO purpose.
Pinyo is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-18-2005, 04:59 PM   #3 (permalink)
Contributing Member
 
Pimpen 2010's Avatar
 
Join Date: 10-13-03
Location: Pffffft
Posts: 8,857
iTrader: 0 / 0%
Latest Blog:
None

Pimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nicePimpen 2010 is just really nice
Send a message via AIM to Pimpen 2010 Send a message via Yahoo to Pimpen 2010
It takes longer for them to spider those type of links though (atleast that's what I was told)
__________________
Hummer Forums
Trick It Out
Pimpen 2010 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-19-2005, 02:03 AM   #4 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Pimpen I have had that same hunch for some time but I can not prove it. I think the delay only happens when... and I dont know how to explain it...when the first ever page is spidered it is delayed until the dot dynamic page canbe trusted ...but all other pages added after are not delayed. eg:

so on Spider DAY 1

Page.asp
Page.asp?ID=1
Page.asp?ID=2

...these are delayed. Google wants to know if it trust worthy.

so on Spider DAY 2

Page.asp?ID=3
Page.asp?ID=24

...these pages are added instantly.

so on Spider DAY 3

Page.asp?ID=25
Page.asp?ID=26
Newname.asp?ID=1

WAIT! only the first 2 url's are added. The last URL is waiting to be trusted.


I do believe in pages having “Query Strings” and its good to see proper terminology used… at last! Query Strings are a natural way of showing SE how your pages are generated and so are much more trusting than URL re-write however you will lose a potential URL keyword but this no great loss as weight is so low. URL re-write’s are being abused especially in generating automating search strings to create 1000’s pages.

There is no way a QueryString can be called a session id.

Oh there is one problem…MSN Search requires all query string pages to be linked from a non Query String Page. So…

/page.asp?ID=20

should be linked from

/page.asp

or

/sitemap.asp
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog

Last edited by Johan007 : 04-19-2005 at 02:15 AM.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-19-2005, 04:12 AM   #5 (permalink)
Inactive
 
Join Date: 04-19-05
Posts: 5
iTrader: 0 / 0%
Latest Blog:
None

protected is liked by many
what`s that means page.asp?ID=1 ....ID=1 is url right...or i`m rong
protected is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-19-2005, 04:23 AM   #6 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by protected
what`s that means page.asp?ID=1 ....ID=1 is url right...or i`m rong
yes correct. Its is used when you are creating database driven pages.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-19-2005, 08:18 AM   #7 (permalink)
Inactive
 
WhatiFind's Avatar
 
Join Date: 03-12-05
Posts: 268
iTrader: 0 / 0%
WhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of light
Try using a mod_rewrite module into .htaccess. This forces the server to create static links instead of dynamic ones, ./?page=something could look like /something.php or anything else.
You could try something like this
Code:
RewriteEngine on RewriteRule ^index([0-9]+)\.php$ /?page=$1 [L]
WhatiFind is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-19-2005, 09:04 AM   #8 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by WhatiFind
Try using a mod_rewrite module into .htaccess. This forces the server to create static links instead of dynamic ones, ./?page=something could look like /something.php or anything else.
You could try something like this
Code:
RewriteEngine on RewriteRule ^index([0-9]+)\.php$ /?page=$1 [L]
There is no real need to disrupts the natural url structure. Helps in debugging when your URL is not re-written and tells Search Engines you have dynamic content which is not a bad thing.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog

Last edited by Johan007 : 04-19-2005 at 09:09 AM.
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-19-2005, 09:23 AM   #9 (permalink)
Inactive
 
WhatiFind's Avatar
 
Join Date: 03-12-05
Posts: 268
iTrader: 0 / 0%
WhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of lightWhatiFind is a glorious beacon of light
Quote:
Originally Posted by Johan007
There is no real need to disrupts the natural url structure. Helps in debugging when your URL is not re-written and tells Search Engines you have dynamic content which is not a bad thing.
True, but in my opinion dynamic urls takes longer to get proper indexed by google.
WhatiFind is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-20-2005, 01:40 AM   #10 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Quote:
Originally Posted by WhatiFind
True, but in my opinion dynamic urls takes longer to get proper indexed by google.
I have explained that only the first URL does but the delay is only a week or two. When one URL is trusted its just as quick as other pages.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-20-2005, 09:41 AM   #11 (permalink)
Inactive
 
arius's Avatar
 
Join Date: 06-09-04
Location: Toronto Area
Posts: 182
iTrader: 0 / 0%
Latest Blog:
None

arius is liked by somebodyarius is liked by somebodyarius is liked by somebodyarius is liked by somebodyarius is liked by somebody
My experience has been that ? search args in the url take forever to be spidered. (forever = over a year). With Mod rewriting you could be fully indexed in a month. Why wait?
Go with WhatIFind's recommendation.
arius is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > Google Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the difference between a home page and an inside page link? joew SEO Forum 6 07-11-2006 03:11 PM
Indexing short URL page and long url page theChronic SEO Forum 3 12-25-2005 10:30 PM
Sites that use page=main, page=aboutus GeXus SEO Forum 27 07-15-2004 05:29 PM
Does pagerank still move ahead from page to page? crazyhorse Google Forum 6 07-04-2004 03:34 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 05:37 AM.
© Copyright 2008 V7 Inc