• Resolved Samot80

    (@samot80)


    Asgaros includes its own seo and canonical url, as well as other meta tags that are repeated.
    Can it be implemented that certain /forum/* urls are excluded from SEO press?
    or any alternative?

    Best regards

    Seo press

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Samot80

    (@samot80)

    I placed the following filter, I don’t know if it is the most appropriate in the future or what problems it may have, but at least it no longer marks the different canonical url error

    `function sp_titles_forum($html) {
    if (is_page()) {
    global $wp;
    $current_url = trailingslashit(home_url(add_query_arg([], $wp->request)));

    $html = ‘<link rel=”canonical” href=”‘.htmlspecialchars(urldecode($current_url), ENT_COMPAT, ‘UTF-8′).'” />’;
    }
    return $html;
    }
    add_filter(‘seopress_titles_canonical’,’sp_titles_forum’);

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,

    we have contacted Asgaros support team to manage this compatibility issue.

    Waiting for their feedbacks ??

    Thread Starter Samot80

    (@samot80)

    Thank you very much
    Best regards

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Unfortunately, we have not received any answer from Asgaros support team.
    We invite you to contact them if it’s not already done.
    We are closing this topic due to inactivity.
    Thank you for understanding.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Duplicate seo with asgaros forum’ is closed to new replies.