Forum Moderators: open
I'm working on a recruitment web site with a decent PR of 7/10. The problem is for some reason alot of our content, specifically the job descriptions are not getting indexed on a regular basis.
Our job descriptions are created dynamically, so I'm thinking of creating an HTML page linked to my home page which is updated with all the current job openings twice a day. I'm hoping this will help me get that content indexed.
Somone mentioned that we might have some java script blocking googlebot but I'm not seeing that...
Would welcome any suggestions / comments.
Thanks.
This being said, I'd suggest to put short job descriptions on the page Googlebot (Freshbot) visits most often - probably your home page.
Use mod_rewrite to convert static links on the web site into dynamic links for your scripts. For example, you can get
www.domain.com/jobs/3/cv.html
to be rewritten as
www.domain.com/jobs.php?id=3&type=cv
Also, are those pages available without having to log in or anything else which might keep a spider out?#
Hope that helps.
My link is to region/xx and a new update to the site has region/xx/yy
I parse out the pieces and select from the database. Its a technique I found on phpbuilder, and my site seems to be well indexed.
I'm having a hard time getting the job descriptions indexed...
thanks,
1. You're OK with the single variable in your URL-string. Any more than that and Google would not index. So, the mod-rewrite is not absolutely needed to get a job description page indexed.
2. You should consider changing the method by which you page through the jobs. Currently you are using a javascript to advance through the pages of jobs. Can you change that so that it is a hard-coded url? That will help Google to follow and index jobs beyond the first 10 in each category.
Just some ideas.
For example the job listing here: [recruit.net...] is only generated when a search criteria is met, so how would GOOGLE index this on a normal visit?
Innit, before you go nuts have a look here and the threads it links to:
[webmasterworld.com...]
Regards,
AW
I don't have a clear answer to your question but found some things that should be changed imho and could improve rankings and crawling drastically imho.
1) make ALL javascript code external (there's a lot at your exmple url).
2) i'd move the search box to the bottom of the page. Doesn't make sense to have it at the top of the page if you're allready looking at a job offer - which is a result allready.
... goal of the above changes is to move the important content to the top of your site - into the first characters that are read and indexed by google or any other search engine.
3) put the most important phrase (the job offer title itself) into the page title, into the link anchor text that point to the offer and into a headline tag <h1>. Let's not discuss about the value of <h> tags in general - the mix is the "secret".
I wouldn't stress to much about current flux observtions but work on your site's structure instead. More improvements could be:
- mod_rewrite the dynamic to static url's (allready suggested)
- group the job offers into logical groups / themes / categories
- read about theme pyramids [searchengineworld.com] and theme pyramids at google [webmasterworld.com] .. your site might be a good candidate for such a structure.
Enough hints given - anything else costs money. ;) Na joking! You'll find a lot of answers if you read carefully here at WebmasterWorld and use the site search.
like this:
site.biz/hub/article-tech-200306-1443.html
instead of
site.biz/hub/article/tech/200306/1443/
-- we use this on a few sites with some hairy structures, and i'm wondering if the perceived directory depth is suboptimal for ranking - as PR generally falls off the deeper you go...