SEOUltimate plugin – on GeoDir Category pages

This topic contains 10 replies, has 2 voices, and was last updated by  Stiofan O’Connor 6 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #412138

    Robert Strobel
    Expired Member
    Post count: 54

    Hello,

    Using the GeoDirectoy plugin (with couple addons) we use the theme Enfold and we have SEO Ultimate plugin to do our SEO. The SEO Ultimate plugin works for the most part and works on the directory profile pages but for some reason on the Category pages the SEO Ultimate tags for title and description do not appear. Yet, they have values set just like profile pages.

    Just to let you know, I have also disabled the GeoDir-SEO by using

    
    
    add_filter('geodir_seo_meta_keywords','__return_empty_string');
    add_filter('geodir_seo_meta_description','__return_empty_string');

    So the issue is that the SEO Ultimate meta tags are not rendered in the head on the cat pages. Is there some reason or do you know how I can get it fixed quickly?

    Also, the title tag of the page itself is not overridden with the SEO Ultimate title like on other pages etc!

    Thanks!!

    #412171

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    We don’t officially support that plugin but if you provide wp-admin details i will take a look to see if there is a easy way to do it.

    Thanks,

    Stiofan

    #412177

    Robert Strobel
    Expired Member
    Post count: 54
    This reply has been marked as private.
    #412181

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Where are u supposed to edit the settings in that plugin? I found a section for place categories but it just said “Your site currently doesn’t have any public items of this type.”…

    Stiofan

    #412184

    Robert Strobel
    Expired Member
    Post count: 54
    This reply has been marked as private.
    #412212

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    #412222

    Robert Strobel
    Expired Member
    Post count: 54

    Because first of all we need a title, desc and also OG tags and an image meta too.. i dont see those options from GD

    #412223

    Robert Strobel
    Expired Member
    Post count: 54

    We have different titles and different meta tags plus different images per category, they do not all follow a format like the defaults…

    #412296

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    Most things can be edited but all be it in a general way.

    We support Yoast fully, and i hope our changes in GDv2 will will allow most including SEOUltimate to work out the box.

    Thanks,

    Stiofan

    #412307

    Robert Strobel
    Expired Member
    Post count: 54

    Ok i’m looking for a short term solution not v2, give me a heads up… how can it be done?

    #412359

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Robert,

    I am unfamiliar with this plugin, i have added and activated the code snippet below to remove our filters but this will mean you will have to totally rely on your seo plugin

    (for reference only, already added to your site)

    
    
    remove_filter('wp_title', 'geodir_custom_page_title', 100);
    remove_filter('pre_get_document_title', 'geodir_custom_page_title', 100);
    remove_action('wp_head', 'geodir_add_meta_keywords');

    Thanks,

    Stiofan

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket