Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



SEO Class in Chicago, IL

Learn How To Optimize Your Website on July 26, 2013


Looking for personalized in-depth SEO training among your peers?



High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!



 


Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!



Photo
- - - - -

Dynamic Page Is Not Indexed By Google?


  • Please log in to reply
34 replies to this topic

#1 vtownbarries

vtownbarries

    HR 3

  • Active Members
  • PipPipPip
  • 65 posts
  • Location:Johannesburg, South Africa

Posted 28 September 2004 - 07:18 AM

We have different categories which is dynamically served from a database.
Now we need to get all that information indexed by google ... but it only indexes the getcategory.php?xxxxxxxxx what ever the first parameters are.

Is there a way we can write the site so that it will go through the whole site ...
but not to statically write the site?

#2 linux_lover

linux_lover

    LiLo

  • Active Members
  • PipPipPipPipPipPip
  • 831 posts
  • Location:York, UK

Posted 28 September 2004 - 07:58 AM

Yeah you basically use php to use the url as a variable employing apaches lookback feature

so domain.com?item=flower&id=56 becomes

domain.com/flower/56

Theres lots of good tutorials do a google search on 'search engine friendly urls'

#3 vtownbarries

vtownbarries

    HR 3

  • Active Members
  • PipPipPip
  • 65 posts
  • Location:Johannesburg, South Africa

Posted 28 September 2004 - 08:40 AM

Cool thats exactly what I need ...

The way you use the 404 error page is not ideal for me as I need the error logs to check if anything happens to the clients info etc ...

Cheers

#4 strangerrr

strangerrr

    HR 3

  • Active Members
  • PipPipPip
  • 62 posts
  • Location:India

Posted 28 September 2004 - 10:06 AM

Hi

It is fact that most search engines cannot or will not list any dynamic URLS. Dynamic URLs are said to contain elements such as ?, &, %, +, =, $, cgi-bin, .cgi. Hence, the pages which the hyperlinks point to will be ignored by the Web spider indexing the site.

It is very easy to create seacrh engine friendly URL using apache. In apache we can use MOD REWRITE Function in the .htaccess file.

#5 Grumpus

Grumpus

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 786 posts

Posted 28 September 2004 - 10:42 AM

Erm. No, it's not a fact.

Here's just a sampling of pages that use querystring variables. Yahoo and MSN (the only other real search engines out there that have spiders) are both equally capable of crawling dynamic URLs also.

G.

#6 ramorse

ramorse

    HR 1

  • Members
  • Pip
  • 8 posts

Posted 28 September 2004 - 05:28 PM

I have a similar question. I have been hired to work on a site that has product pages in a shopping cart listed like http://domain.com/ca...etail.cfm?id=51

None of those pages are listed in Google. But they are in Yahoo.

None of those pages have title tags, either so that may be an issue.

I was told in another forum that if you end your url with id=xx Google won't index it because Google won't follow links with query strings that may contain User ID numbers or session ID
numbers.

But I have found other pages in Google witn id=xx endings.

#7 BrianR

BrianR

    Is it just me, or is it getting cooler in the evenings...?

  • Members
  • PipPipPipPipPipPipPip
  • 1,621 posts
  • Location:Chester, UK

Posted 28 September 2004 - 05:41 PM

Hello and welcome to the forum, vtownbarries.

BrianR

#8 vtownbarries

vtownbarries

    HR 3

  • Active Members
  • PipPipPip
  • 65 posts
  • Location:Johannesburg, South Africa

Posted 29 September 2004 - 01:38 AM

Thanks for the welcome ...

So what you are telling me that is i structure the site to be as the following :


www.domain.co.za/getcategory.php/pens/paper/etc

will apache not look for that folders in your www folders ...

I found this site that show you what functions to use in php to decode the url but I am a bit afraid a url like that wil not go to the right php file

www.sitepoint.com/article/search-engine-friendly-urls

Anybody have any experience or advice regarding this?

Thanx

Edited by BobetteKyle, 26 November 2004 - 11:53 AM.


#9 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 29 September 2004 - 09:56 AM

ramorse: The "id" thing is a myth these days. It's not an issue with any search engine anymore as long as the ID is a product or category ID and not a Session ID.

#10 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 29 September 2004 - 10:05 AM

vtownbarries: What you're talking about is using mod_rewrite to change your URLs. It may or may not be needed. Yes it can help if you have multiple modifiers in your URL --for example page.php?var1=some&var2=else&var3=entirely -- but if you don't have multiple variables/modifiers it's likely not going to solve anything.

I stuck a bit of mod_rewrite code in this thread but it can get fairly complicated. You have to be careful and each rewrite situation has to be looked at individually in my experience. I would caution to look for other issues/solutions first.

First check to make sure the site doesn't require a Cookie to be set. It's pretty common with many commercial apps and stops the bots in their tracks. Also check to make sure a Session ID isn't being set.

If you want me to take a quick look at the site to see if I see any problems, PM me the site's URL. I'm more than a bit swamped today, but I promise to take a look as soon as possible.

FYI, more links help to get dynamic sites spidered. They tend to be larger by their nature. More backlinks = more interest. So the spiders will crawl deeper. The fix often is as simple as that.

#11 ramorse

ramorse

    HR 1

  • Members
  • Pip
  • 8 posts

Posted 29 September 2004 - 04:51 PM

Randy: That's what I am learning. That the id=xx is not the issue. So then my problem becomes why are the pages not being indexed?

#12 vtownbarries

vtownbarries

    HR 3

  • Active Members
  • PipPipPip
  • 65 posts
  • Location:Johannesburg, South Africa

Posted 30 September 2004 - 01:37 AM

My first success in getting the pages indexed is to use dynamic <title> tags ...
And also include meta tags where your keywords are dynamic as well.

You guys can have a look at www.easyinfo.co.za.

My question is if you go down a category ... say plumbers ... the list is not in the same order every time (we use random numbers).

Now my question is does spiders crawl the Next button on each page?

I cant find any other answers so your help will be largely appreciated.

Thanx

#13 simplerchoice2004

simplerchoice2004

    HR 1

  • Members
  • Pip
  • 7 posts

Posted 30 September 2004 - 02:15 AM

Well, in theory there's no reason why the next pages wouldn't normally be picked up as it's simply another link on the page for a spider to crawl.

However, my understanding is that your use of frames (which Google never used to like very much but is moer tolerant of now) and multi-parameter query strings (6 parameters in places) will not help you get listed in Google.

BTW, I also noticed that your title for each page is not being generated correctly. Instead it's being shown as :

<title>easyinfo <? echo "-" .$searchword." ".$desc_cat; ?></title>

I suspect that this is due to the frameset page being a .htm rather than a .php and therefore it's not being parsed as PHP.

From a usability point of view, I'd recommend trying to keep plumber (and other category) listings in the same order. There's nothing quite as annoying as going to a page of plumbers, looking at the top result and then going back to the same page later and finding that result isn't there anymore.

Kind Regards,
Simon

#14 vtownbarries

vtownbarries

    HR 3

  • Active Members
  • PipPipPip
  • 65 posts
  • Location:Johannesburg, South Africa

Posted 30 September 2004 - 02:30 AM

thanx for the title warning ... i fixed that...

i also find that many people encourage the use of
<META name="ROBOTS" content="INDEX,FOLLOW">

any opinions on this ...

then I would like to ask if there is a good or easy way to test how your rankings are at the moment ... what methodology to use?

Thanx

#15 chrishirst

chrishirst

    A not so moderate moderator.

  • Moderator
  • 5,949 posts
  • Location:Blackpool UK

Posted 30 September 2004 - 05:22 AM

Robots Metas




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users