AnonymousInactive
I’m wondering where that setting is that was changed: Finally I solved the issue using Display:post type as my page are custom post type.
Is this a setting within SEO Yoast? I’m having the same title issue and cannot figure out where to update this setting.
Thank you!
AnonymousInactive
Hi Trevor,
Im runnign S&F Pro on 2.3.4 and Yoast on 5.4 (released today) Right now im not experiencing this problem anymore, so I guess it was fixed on their site.
Its solved right now! So no problems.
Thanks for the fast reply though!
I have both on many sites without any issue. So, what version of each are you using? And try deactivating all plugins, then activate Search & Filter Pro, then Yoast SEO and see if the issue persists? If it is all OK, try activating one plugin of the others at a time.
AnonymousInactive
I have set the search results pages to use the archive pages to display the search results.
My issue is – what is written in the browser tab on the site.
On one of my sites the search results page shows ‘articles’ in the browser tab and on another site the search results page tab says ‘blog’
You can see what I mean here:
http://gethelpisrael.com/?sfid=511&_sfm_specialities=Academic
http://storenet.co.il/?sfid=938&_sf_s=dell
I’ve tried looking through yoast SEO to set the correct tab name, but I can’t find a setting. The rest of the pages on the site are showing the correct tab names. Is something in the plugin overridding a setting?
How can I set the browser tab to read just the site name, or the site name and the main search criteria?
Thanks
AnonymousInactive
Thank you for your reply.
Finally I solved the issue using Display:post type as my page are custom post type.
Then using Yoast special pages configuration for the search.
I have another question for you:
It is possible to maintain the same search parameters switching from one language to another using WPML.
I mean if i was searching for ‘one_custom_taxonomy_one_language’ then switch to ‘same_custom_taxonomy_another_language’
Yoast SEO also has the ability to alter page titles I think, so they must be conflicting. Look through the Yoast settings to see if you can see where this might be.
AnonymousInactive
Hi there, thank you for the reply, I’m using your code (below) and all is fine unless I activate also Yoast at the same time, how can solve the issue.
Is not a theme issue but a plugin compatibility issue.
add_filter(‘wp_title’,’search_form_title’);
function search_form_title($title){
global $searchandfilter;
if ( $searchandfilter->active_sfid() == 1668)
{
return ‘Search Results’;
}
else
{
return $title;
}
AnonymousInactive
Hi Ross,
The display method is Using a Shortcode.
I’m not sure how to do this with my theme’s pagination, but I have installed Yoast and checked the box to noindex subpages of archives. Will this affect search and filter as well? Thanks!
AnonymousInactive
Hi Trevor,thanks for reply. I think I will be able to get data into H1 and some text.
But wht about point 3?
is SaF “conected” with yoast seo or ultimate seo, in order to get used filter into page title, description and sitemap?
AnonymousInactive
3) if it s possible – is SaF “conected” with yoast seo or ultimate seo, in order to get used filter into page title, description and sitemap