Osclass forums
Support forums => Tips, tricks, and tutorials => Topic started by: umerprince on November 26, 2018, 09:51:00 pm
-
I am looking for a free plugin or tutorial on how to have seoptimized titles.
For example: Default titles are like Item name - for sale - city name and then website name
it looks like Something for sale City website name
I want to make it look like Something for sale in City
In simple words I want to add item title and then "for sale in City name" and don't add the homepage title in item titles.
Can you help me out?
-
No free plugin for this,
Osclass is an ads software lack for those type of plugins..Also no paid plugins for this functions...
I regret to started to work with Osclass, ı just wasted my time.
-
Hello,
I don't know of a plugin, but this piece of code could work just fine. Add it in your functions.php.
function cs_item_meta_title($text) {
if(!osc_is_ad_page()) {
return $text;
}
$item_title = osc_item_title();
$item_city = osc_item_city();
$title = $item_title.' for sale in '.$item_city;
return $title;
}
osc_add_filter('meta_title_filter', 'cs_item_meta_title');
Not tested, but should work. Be sure to put the code before the closing tag ?>, if you don't see it (?>), just paste the code.
Regards.
-
I regret to started to work with Osclass, ı just wasted my time.
Nothing wrong with Osclass. SEO is a myth, get over it and promote your site. Google doesn't like Classified sites anyway, because of short/little Content.
Not sure what you expect from Osclass, but SEO isn't gonna make your site better or get you money.
You all seem to spend your time with such details instead of working to promote your sites.
-
Horrayy!
It works.
thanks for the great help.
Hello,
I don't know of a plugin, but this piece of code could work just fine. Add it in your functions.php.
function cs_item_meta_title($text) {
if(!osc_is_ad_page()) {
return $text;
}
$item_title = osc_item_title();
$item_city = osc_item_city();
$title = $item_title.' for sale in '.$item_city;
return $title;
}
osc_add_filter('meta_title_filter', 'cs_item_meta_title');
Not tested, but should work. Be sure to put the code before the closing tag ?>, if you don't see it (?>), just paste the code.
Regards.
-
Hi,
I am new to Osclass but I have installed it on a test domain for now to try it out. Now, I am posting here (First post!) because I was searching the forum about SEO and it does seem that Osclass has got quite poor SEO built -in, but in the marketplace there are some paid plugins for SEO, so do they work, if so which one do you think is best?
To be honest, at the moment I am a little confused! Oh, and as for that comment in here "SEO is a myth, get over it and promote your site. Google doesn't like Classified sites anyway, because of short/little Content.", I'm not bothered about Google or ranking, I just like things to be right for my own satisfaction!
-
Oh, and as for that comment in here "SEO is a myth, get over it and promote your site. Google doesn't like Classified sites anyway, because of short/little Content.", I'm not bothered about Google or ranking, I just like things to be right for my own satisfaction!
Well, websites are build for People and not Google. This is what i tried to point out. It seems that new people start with SEO with an empty site and with zero traffic. Also they spend their time trying to make some 3rd party plugins to work, instead of promoting their sites.
BASIC insite SEO is something you should bother AFTER your site is getting some traffic. Spending all your energy and money with SEO at start stage is of no use at all.
Google doesn't like classifieds sites because they are thin (poor) on Content. Google will not be your source of free traffic.
I'm only trying to save people's time, some get it, some not.