GeoDirectory SupportGD Injecting Text Into Title Tags? – GeoDirectory Support https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/feed Thu, 09 Apr 2026 03:27:52 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15834 <![CDATA[GD Injecting Text Into Title Tags?]]> https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15834 Thu, 18 Sep 2014 20:19:28 +0000 identity Were changes made how GD handles title tags? All of a sudden it seems like my category title tags are “messed up.”

I’m using Yoast’s plugin to better control title tags programmatically. Typically this follows a cascading method similar to CSS, allowing varying degrees of control from page level to programmatic based on a page/post type. Ultimately this will also overwrite the WP default methods if something has been entered into Yoast.

Now on category/subcategory pages, the city and category is being injected into the middle of the Yoast version, resulting in a low quality, spammy title tag.

Example:

Activity CPT in the Kids & Family category for McHenry, IL.

What I want:
Kids & Family – Activities – McHenry, IL | sitename

What I get:
Kids & Family – Activities – McHenry, IL Mchenry Kids Family | sitename

So GD appears to be applying changes after Yoast and injecting into the middle of the title, except McHenry is being spelled incorrectly and the “&” isn’t included for Kids & Family.

None of that really matters though. What I want is for it to apply it’s title tag insertions prior to Yoast and allowing Yoast to overwrite if need be.

At least that’s what I’m assuming is happening. If that’s the case, can it be corrected to allow Yoast to overwrite or is there a way I can turn this off?

cheers

]]>
https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15931 <![CDATA[Reply To: GD Injecting Text Into Title Tags?]]> https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15931 Fri, 19 Sep 2014 22:59:00 +0000 Guust I have forwarded this to Stiofan.

]]>
https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15932 <![CDATA[Reply To: GD Injecting Text Into Title Tags?]]> https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15932 Fri, 19 Sep 2014 23:01:25 +0000 identity Thanks Guust.

By all means I want GD to take a pass at providing this kind of content, but ultimately still want to retain final control either manually or via another tool like Yoast’s plugin, which does allow me to manually override at any level.

cheers

]]>
https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15956 <![CDATA[Reply To: GD Injecting Text Into Title Tags?]]> https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15956 Sat, 20 Sep 2014 10:20:27 +0000 Stiofan O'Connor Hi Brian,

If Yoast is installed then it removes the locations from these pages so we hook into and add them back via

add_filter('wpseo_title' , 'geodir_post_type_archive_title',11, 1 );

You can remove this with remove_filter or even add your own filter to it.

Stiofan

]]>
https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15991 <![CDATA[Reply To: GD Injecting Text Into Title Tags?]]> https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-15991 Sat, 20 Sep 2014 19:43:44 +0000 identity Excellent Stiofan, thanks!

cheers

]]>
https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-46944 <![CDATA[Reply To: GD Injecting Text Into Title Tags?]]> https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-46944 Sat, 25 Jul 2015 15:10:18 +0000 jkirker You’ve done such an excellent job with this plugin! Loving it!!!

]]>
https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-46946 <![CDATA[Reply To: GD Injecting Text Into Title Tags?]]> https://wpgeodirectory.com/support/topic/gd-injecting-text-into-title-tags/#post-46946 Sat, 25 Jul 2015 15:20:40 +0000 Stiofan O'Connor 🙂

]]>