[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

Pratik.d

Support
  • Posts

    1,169
  • Joined

  • Last visited

Posts posted by Pratik.d

  1. Hello,

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

    Are you using Divi's Image module to add images? Divi theme creates a shortcode for the image when you add it from the Image module which unfortunately is not supported by Rank Math yet.

    Our Development Team is working on extending the Content Analysis API, and once it is ready all the modules will be included in the Content Analysis. Please stay advised that the plugin will work 100% and will generate proper tags for the search engines, just the content analysis won't work as expected when using the image module. 

    Hope that helps. If there is anything else, please let us know.

    Thank you.

  2. Hello,

    I was able to reproduce this issue on my setup. The problem is the links on the portfolio page is using placeholder URLs like {{ link_url }}, which is breaking the Rank Math code that adds nofollow, target _blank to external URL's. I've forwarded this issue to our Development team and they will add a condition to validate URL before adding nofollow, target attributes to external links.

    For now, to fix it on your site, I added below filter code in your theme's functions.php file:

    add_action( 'rank_math/head', function() {
    	if ( is_page( 'portfolio' ) ) {
    		global $wp_filter;
    		if ( isset( $wp_filter["wp_head"] ) && isset( $wp_filter["wp_head"][99] ) ) {
    	    unset( $wp_filter["wp_head"][99] );
    	  }
    	}
    });

    The portfolio page is now working fine on your site.

    Hope that helps. Please let us know if there is anything else.

    Thank you.

  3. Hello,

    To crawl only a few pages on your site, please make the below changes in your Settings:

    1) In Dashboard >> Rank Math >> Titles & Meta >> Pages >> Page Robots Meta >> Select No index
    2) In Dashboard >> Rank math >> Sitemap Settings >> Pages >> Enable Include in Sitemap
    3) Edit the Page you want to index and in Rank Math Metabox >> Advanced >> Robots Meta, check No Archive option and update the post.

    After making these changes, you'll see 1 more sitemap ( page_sitemap.xml ) in sitemap_index.xml.

    Hope that helps. Thank you.

  4. Hello,

    Google only crawls the URL defined on the frontend which is showing correctly on your site. Although I see the issue in the Edit Post screen, it only happens when the Classic Editor plugin is active. I've forwarded this issue to our Development team they will further debug this issue on their setup. I'll let you know once I get a reply from our development team. For now, you can continue using the plugin as your site is showing correct data on the frontend.

    In the meantime, if you need any other assistance, please let us know. We are here to help.

    Thank you.

  5. Hello,

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

    Please share your login details and links of the pages where Redirection is not working in the "Sensitive Data" section by clicking the Add button on the top and bottom right-hand side on this ticket and follow the instructions shown in the screenshot below:
    rQoczm+

    Looking forward to helping you. Thank you.

  6. Hello,

    16 hours ago, gittiko said:

    Hi. I have a travel website in english/german. As it is natural, the names of towns or places are equal in both languages. So the post title is sometimes similar. I have /de/ in the german URLs. Your Seo plugin says that I have already used the keyword (of course I have, in the english post and in the german post), let us say this is ok

    You can ignore this test, or if you want I can give you a filter code to add in your theme functions.php file to remove this test and assign its score to a different test.

    The URL of the posts you added in the Sensitive Data Section looks ok to me. And also title seems to be working fine. Can you please see the screenshots I added in the Sensitive Data Section. Please let me know if I am missing something.

    Looking forward to helping you. Thank you.

  7. Hello,

    I don't see any issue with the post and category sitemap on your site /category-sitemap.xml, /post-sitemap.xml.

    1 hour ago, joshnaughton11 said:

     Also, I set no index to all pages. How can I exclude some pages from not being deindexed

     

    Do you want to index some pages on your site? If so, please enable the Page Sitemap in Dashboard >> Rank Math >> Sitemap Settings >> Pages.

    Hope that helps. Thank you.

  8. Hello,

    Please see the screenshots, Rank Math is correctly adding gif image in og:image tag but Facebook is not able to read and download it. Please try adding your FB app id in Dashboard >> Rank Math >> Titles & Meta >> Social Meta >> Facebook App. You can read more about the issue here: https://rameerez.com/facebook-sharing-not-scraping-url-correctly-with-https-links/

    Hope that helps. Thank you.

  9. Hello,

    I logged into your site and I see the issue. The code Snippet you added in Dashboard >> Snippets >> Replace excerpt is conflicting with the Rank Math: M7sqXM+

    For now, I changed it and added a condition to check is_admin(). The edit page will not redirect to the event page now but the calendar is still not appearing on the frontend.

    Can you please tell us where exactly you want to change the excerpt text?

    Looking forward to helping you. Thank you.

  10. Hello,

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

    Please share your login details in the "Sensitive Data" section by clicking the Add button on the top and bottom right-hand side on this ticket and follow the instructions shown in the screenshot below:
    rQoczm+

    Looking forward to helping you. Thank you.

  11. Hello,

    Since your site is live, we'll have to troubleshoot the problem with the Health check plugin but that, unfortunately, is not working on your site. There must be some issue with the plugin or theme active on your site which is causing this problem. I tried to reproduce this issue by downloading the theme active on your site using Download Theme plugin, but that didn't work either. I then downloaded your theme from Filezilla. After downloading the theme, my antivirus showed a virus notification in your theme's blog.php file. You must get this checked, maybe your site is infected.

    Coming back to the title issue, I would suggest you create a staging site and deactivate all plugins and theme and see if the issue still happens. If not, then try activating your plugin one by one until you find a conflicting plugin.

    Hope that helps. Please let us know if there is anything else.

    Thank you.

  12. Hello,

    It looks like you have not added values in featured image and Serve Cuisine, Phone fields in Rank Math Rich Snippet section: XA0RVu+

    If you are getting errors even after adding value in these fields then please share your login details in the "Sensitive Data" section by clicking the Add button on the top and bottom right-hand side on this ticket and follow the instructions shown in the screenshot below:
    rQoczm+

    Looking forward to helping you. Thank you.

×
×
  • Create New...