diffrent issues

#886355
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    We apologize for the issue you are facing. It seems like you have encountered different issues while crawling your site. To assist you better, could you please provide more specific details about the issues you found? This will help us understand your situation and provide the most relevant guidance.

    Thank you for raising this concern, and we look forward to your response!

    G k
    Rank Math free

    i sent the my issues

    Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    1. We checked the page you’ve shared but we found only one meta description there. Please check the screenshot in the sensitive data section for reference.

    2. Please note that Google does not honor meta keywords for quite a long now so we never added them to the plugin.

    You can read more about that here:
    https://webmasters.googleblog.com/2009/09/google-does-not-use-keywords-meta-tag.html
    ​
    ​However, if you still want to use the focus keyword set within Rank Math as a meta keyword then you can add the following filter on your website:

    add_filter( 'rank_math/frontend/show_keywords', '__return_true');
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    3. Unfortunately, Rank Math doesn’t control the H1 tag of your pages. It is usually added by your theme.

    However, after checking your page we can see there is only one H1 tag appearing there. You can check the screenshot in the sensitive data section for reference.

    4. Rank Math adds a self-referencing canonical URL by default for your paginated pages. But if it is not working then you can try the following filter to force the self-referencing canonical URL of your blog pagination:

    add_filter( 'rank_math/frontend/canonical', function( $canonical ) {
    	global $wp;
    	$current_slug = home_url( $wp->request );
    
    	if ( is_paged()) {
    		$canonical = $current_slug;
    	}
    	return $canonical;
    });
    

    5. We checked the page and we can see the hreflang tags refer to your homepage. Please note that the hreflang tags are controlled by the translation plugin you’re using on your website, not by the Rank Math plugin. We suggest you get in touch with the translation plugin support and inform them about this issue.

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘diffrent issues’ is closed to new replies.