flakdesign

Re: How to edit title and meta?

Hi there.

You can edit the title tag in root/page_home.php file, Scroll to the bottom and look for
$html_title ='Find IT jobs on ' . SITE_NAME;

To edit the meta keywords and description open root/index.php file, and find this line of code (line 26)

$meta_description = '';
$meta_keywords = '';

You can also change title and meta description for individual pages as well.
Static Pages -> in root/index.php, look for switch($page), goto the required page and set $html_title = 'About Us / ' . SITE_NAME;
All other pages -> in root/page_yourpage.php(eg: page_company.php), scroll to the bottom. and edit $html_title, $meta_description.

Hope it helped

regards
vinay

Anonymous

Re: How to edit title and meta?

vinay,

Thanks! Exactly what I was looking for.

kunal17

Re: How to edit title and meta?

These don't seem to be applicable to ver 1.7.  Can anyone post new instructions for the latest version of JB?  Thanks.

putypuruty

Re: How to edit title and meta?

Hi!

You can edit them in translations.ini (located in the _includes folder) - just edit seo_title, seo_description and seo_keywords.

DavidQ

Re: How to edit title and meta?

jobberbase 1.9.1

need to edit the post page
verify page
publish page
and widget page

seo meta description and title

can any one assist, the above file does not exist in 1.9.1

evertsemeijn

Re: How to edit title and meta?

Did you try the admin area (backend)? There is a settings tab with quite a lot of stuff to enter.

Member of Jobberbase Development Team - Templates/Usability

:: Looking for a jobboard installation and/or custom design? ::

DavidQ

Re: How to edit title and meta?

Yes I did but the pages above are not in there. The pages in the back edn are your new pages you created and the about us page but all the rest including
cities
post page
verify page
publish page
widget page
Companies that use
Sitemap
they are not there
and the seo is poor on this

The other thing is that 1.9.1 is meant to have a sitemap well I cant find it any where in the root, I then manually put it in to the url and it comes up i.e site/sitemap.xml or txt but google does not like it and wont accept it in the webmaster section.

The above two issues are very important for seo.

hobo

Re: How to edit title and meta?

This are instructions for older version of jobberbase, but may work still:
http://www.jobberbase.com/forum/topic14 … ation.html