Topic: Seo title for job pages
In page_job.php the line:
$smarty->assign('seo_title', $translator->translate("jobs.html_title", stripslashes($info['title']), stripslashes($info['company']), SITE_NAME));
should instead look like:
$smarty->assign('seo_title', $translator->translate("jobs.html_title", stripslashes($info['title']), stripslashes($info['company']), stripslashes($info['location']), SITE_NAME));
And in your template translations file (_translations/translations_en.ini) the line:
html_title = "{0} at {1} / {2}" ; {0} - job title, {1} - location, {2} - your jobberbase site name
should look like:
html_title = "{0} at {1} in {2} / {3}" ; {0} - job title, {1} - company, {2} - location, {3} - your jobberbase site name
This will make the title look as intended:
Job title at employer in Location / mysitename
instead of:
Job title at employer / mysitename.
Last edited by hobo (2011-03-23 03:00:24)
Get it now! Free Job Listings Template for jobberBase
Check it out: Job Listings Template demo