[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

Everything posted by Pratik.d

  1. Hello, Thank you for contacting MyThemeShop today. By default Rank Math uses Post permalink value for canonical url. You can add trailing slash in Permalink structure by Navigating to Dashboard >> Settings >> Permalinks: If you only want to change canonical url without changing permalink structure then, please add below filter code in your theme's functions.php file: add_filter( 'rank_math/frontend/canonical', function( $url ) { return trailingslashit( $url ); }); Hope that helps. If there is anything else, please let us know. Thank you.
  2. Hello, Currently, Rank Math is not fully compatible with Better AMP plugin. I've forwarded this issue to our development team and they will release an update soon addressing this issue. For not to fix it on your site please add below code to your active theme's funcitons.php file: add_action( 'rank_math/frontend/canonical', function( $url ) { if ( ! is_singular() || ! function_exists( 'better_amp_rel_canonical_url' ) ) { return $url; } $custom_url = RankMath\Post::get_meta( 'canonical_url', get_the_ID() ); if ( $custom_url ) { return $custom_url; } return better_amp_rel_canonical_url(); }); Hope that helps. Please let us know if there is anything else. Thank you.
  3. Hello, I wanted to take a look at this issue but I couldn't log in with the provided admin details. Can you please and add the correct login details in the Sensitive Data Section? Looking forward to helping you. Thank you.
  4. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. Is post header missing in the post or in the Pinterest when you share the post? I checked your site and I couldn't find the structure similar to the screenshot you added above. Can you please share a direct link to the post in the Sensitive Data Section? Looking forward to helping you. 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 and FTP 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: Looking forward to helping you. Thank you.
  6. Hello, The warning indicates the regex format you used on your site is invalid. To further debug the issue, I logged into your site, and I saw the regex you used to redirect /blog/ page was invalid. Assuming you want to redirect /blog/ page to home, I edited that redirection rule and changed the comparison to Exact. Now there are no warnings on your site and /blog/ page is redirected to the homepage. Hope that helps. Please let us know if there is anything else. Thank you.
  7. Hello, I see a site (iamja***.com) is already registered in Search console. To register a different site, please De-authorize account and Authorize it again from Dashboard >> Rank Math >> General Settings >> Search Console. Once an account in Authorized, the Search Console Profile will show all the sites which are linked to your account. You can then select your site from the drop-down. Can you give us some more details of what exactly is missing? Looking forward to helping you. Thank you.
  8. Hello, There were some compatibility issues with Thrive Architect plugin which we had addressed in the last release of the plugin. I updated the Rank Math plugin on your site to the latest version(v1.0.11), and that fixed the issue. Hope that helps. Please let us know if there is anything else. Thank you.
  9. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. Please share your login and FTP/cPanel 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: Looking forward to helping you. Thank you.
  10. Hello, The issue was in the SG Optimizer plugin. To fix it I updated the SG optimizer plugin on your site to v5.0.11, which seems to fix the issue. Can you please confirm if it's working fine now? Thank you.
  11. Hello, I wanted to take a look at the issue, but I was not able to access Rank Math or any settings when I logged in with the link you provided in the Sensitive Data Section. Please give us admin access so we could debug this issue on your site. Looking forward to helping you. Thank you.
  12. Hello, I see the issue on your site but unfortunately, I could not recreate it on my setup. Can you please add your site's FTP details in the Sensitive Data Section so we can further debug this issue on your site? Looking forward to helping you. Thank you.
  13. Hello, Why do you think it's a slipshod work? From an SEO point of view, we've tried to cover everything which is needed in Snippet by Search engines. Also, I just tried importing the Social links from Schema Pro plugin; it is working fine for me. Please see the Screencast in the Sensitive Data Section. Did you get any errors when importing data from Schema Pro plugin? If only social links are missing, then you can easily add it again in the Social Meta Settings of Rank Math. But if other things are missing during the import process then please create a staging site where we could debug this issue for you or add your site configuration, plugins/themes installed on your site in the Sensitive Data Section so we could try to reproduce this issue on our setup. Looking forward to helping you. Thank you.
  14. Hello, By default, Rank Math uses post URL ( with or without category, it depends on your permalink structure ) as Canonical URL. So if your post link has category base in it then the canonical URL's will also have the category base. If you want to remove the category base from post URL then you can do so by changing your permalink structure: If you want to keep the category base in Post URL and remove it only in the Canonical URL then you'll have to manually update canonical URL from Advanced tab. Breadcrumbs: Breadcrumbs are not only used to show Page link trails on the frontend but it also appears in the Google Search Results and you can take advantage of this by setting this option on. When this option is set to on, Rank Math will automatically add the necessary structured data in JSON-LD format for you. Basically, it lets search engines understand your site structure better. I would suggest you turn off the Theme Breadcrumbs and use the one generated by Rank Math instead. You can use these options to remove Post title, Ancestor category name, and Taxonomy Name on their respective pages. It is recommended to keep these options off. Robots Data: By default Category Archive Robots meta is set to Default so it will use the Robots data set in Dashboard >> Rank Math >> Titles & Meta >> Global Meta. Below is a link to the KB article which explains what each option in Robots meta does: https://mythemeshop.com/kb/wordpress-seo-plugin-rank-math/titles-and-meta/#robots-meta Hope that helps. If there is anything else, please let us know. Thank you.
  15. Hello, I am getting Login incorrect error when I try to login with the provided FTP details. Please see the screenshot in the Sensitive Data Section Can you please check the details again and share the correct username and password? Looking forward to helping you. Thank you.
  16. Hello, Please add the filter code at the end of your theme's functions.php file before closing php tag ( ?> ) Hope that helps. Thank you.
  17. Hello, Do you see any errors or warnings in the debug.log file in wp-content/ folder on your server? If possible, please add your FTP or cPanel details in the Sensitive Data Section so we can further debug this issue on your site? Looking forward to helping you. Thank you.
  18. Hello, Please add below filter code in your theme's functions.php file to remove the credit notice: add_filter( 'rank_math/frontend/remove_credit_notice', '__return_true' ); Can you add the Source & Destination link which you are trying to redirect in the Sensitive Data Section? Looking forward to helping you. Thank you.
  19. Hello, It looks the content on your site didn't migrate properly to the Thrive architect when you switched from class editor to Thrive editor. Please try adding the text again in the tags where it isn't working as I did here: I added the text again in the h2 tag on /godaddy -coupon/ post on your site, and that seemed to fix the issue. Hope that helps. Thank you.
  20. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. Can you please give us some more detail about the problem you are facing? Are you not able to edit your posts when Rank Math plugin is active? Looking forward to helping you. Thank you.
  21. Hello, Thank you for contacting MyThemeShop today. If you have a single page accessible by multiple URLs, or different pages with similar content (for example, a page with both a mobile and a desktop version), Google sees these as duplicate versions of the same page. Google will choose one URL as the canonical version and crawl that, and all other URLs will be considered duplicate URLs and crawled less often. If you don't explicitly tell Google which URL is canonical, Google will make the choice for you or might consider them both of equal weight, which might lead to unwanted behavior. This is what Rank Math plugin does; it allows you to set canonical URL. By default, Rank Math uses post URL ( with or without category, it depends on your permalink structure ) as Canonical URL. So if your post link is: www.cat.com/meowmix/best-cat-food then canonical URL will also be same. You can use the option in Advanced Settings to change Canonical URL if you want Google to crawl the content from different URL instead of the current page. It doesn't matter if you add an extra category, your post URL will only show 1 category in URL which will be used as the Canonical URL. If you are using default Canonical Setting, then you would not have to change anything in Settings to keep the current page as canonical. You can read more about Canonical URL in our KB article: https://mythemeshop.com/kb/wordpress-seo-plugin-rank-math/advanced-tab/#canonical-url Hope that helps. Please let us know if you need any further assistance. Thank you.
  22. Hello, Thank you for contacting MyThemeShop today. WP Real Estate plugin does not have an option to import Listings from an XML file. Although you can use WP Importer to import listings from an XML file, but you'll have to map the listing fields properly for it to work correctly. We can give you a list of fields names which are used in Real Estate plugin so you can modify the XML file accordingly. Hope that helps. If there is anything else, please let us know. Thank you.
  23. Hello, Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that. I removed the external links and image in alt on the posts where it wasn't working and added it again. That seemed to fix the issue. Hope that helps. If there is anything else, please let us know. Thank you.
  24. Hello, You can use is_shop() condition to check if the current page is a shop: add_filter( 'rank_math/frontend/breadcrumb/args', function( $args ) { $separator = RankMath\Helper::get_settings( 'general.breadcrumbs_separator' ); $shop_page_url = get_permalink( wc_get_page_id( 'shop' ) ); $args['wrap_before'] = '<nav class="rank-math-breadcrumb"><p>'; $args['wrap_before'] .= '<a href="' . home_url() . '">'. RankMath\Helper::get_settings( 'general.breadcrumbs_home_label' ) .'</a> <span class="separator"> '. $separator .' </span>'; if( ! is_shop() ) { $args['wrap_before'] .= '<a href="'. $shop_page_url .'">Shop</a> <span class="separator"> '. $separator .' </span>'; } return $args; }); Hope that helps. Thank you.
  25. Hello, To change the position of Home & Shop in Breadcrumbs, please disable Show Homepage Link in Breadcrumb Settings and add below code in your theme's functions.php file: add_filter( 'rank_math/frontend/breadcrumb/args', function( $args ) { $separator = RankMath\Helper::get_settings( 'general.breadcrumbs_separator' ); $shop_page_url = get_permalink( wc_get_page_id( 'shop' ) ); $args['wrap_before'] = '<nav class="rank-math-breadcrumb"><p>'; $args['wrap_before'] .= '<a href="' . home_url() . '">'. RankMath\Helper::get_settings( 'general.breadcrumbs_home_label' ) .'</a> <span class="separator"> '. $separator .' </span>'; $args['wrap_before'] .= '<a href="'. $shop_page_url .'">Shop</a> <span class="separator"> '. $separator .' </span>'; return $args; }); Hope that helps. Thank you and Happy New year to you, too.
×
×
  • Create New...