[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 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: 8fa5N5+

     

    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,

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

    On 1/12/2019 at 10:48 PM, megarodis said:

    I installed the Plugin and lost the header of my posts next to the PINTERES where it appeared title, description and etc.

    1

    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.

  4. 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:
    rQoczm+

     

    Looking forward to helping you. Thank you.

  5. 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.

  6. Hello,

    On 1/8/2019 at 9:14 AM, janel.reliford said:

    I have authorized Rank Math to access data from the Google Search Console.  After authenticating with Google Search Console, my site was not listed? So I Click here to get my website verified. I verified my website and attempted to select my website from the drop-down list but it did not show up.  I cleared my cache and still nothing. 

     

    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.

    23 minutes ago, janel.reliford said:

    There is a worse issue that I need help with.  The mythemeshop plugin needed updating and now the site is missing. Please help with both.

     

    Can you give us some more details of what exactly is missing?

    Looking forward to helping you. Thank you.

  7. 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:
    rQoczm+

    Looking forward to helping you. Thank you.

  8. Hello,

    5 hours ago, Stu_Rader said:

    I now see in settings the "Article" schema for posts. This is slipshod work

    slip·shod
    /ˈslipˌSHäd/

    None of my youtube, linkedin or other socials were imported that were in the schema pro plugin. If I turn that back on it is ALL there. I have 40,000 users on this site I cannot give you login credentials - I've never purchased anything from you and I don't have the confidence you can correct this if the basic schema is corrupt from the import.

    If you have a real solution please send me the work flow to implement same.

    2

    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.

  9. Hello,

    9 hours ago, gmanwicksy said:

    I have another post open in rank math, where the auto set up did not work, I had to set it up manually. Maybe I would not have this issue if it had worked.

     Could you do an update to the great guide you already made step by step each function so that someone can set up manually and know what each thing that they are doing is explained. I found most info I needed. But for now how do I get my posts to show as the url without the category in it. Where do I go to correct this? Is this it here?

    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:

    1Pq2C2+

    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:

    8 hours ago, gmanwicksy said:

    And what about this? at the top of the page 

    What does this mean? Is this not set up already? 

     There is also a turn bread crumbs on off in the Mythemeshop Appearance theme settings area Post area there is also a bread crumbs on off button there

     SO what do I do? turn on the post button in theme to on which it is. and then on again in breadcrumbs in the rank math which it is. Then what about this below? Do I ignore it?

    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.

     GpCIRT+

    Quote

     Hide Post Title
    Show Category(s)
    Hide Taxonomy Name

     

    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: 

    7 hours ago, gmanwicksy said:

    The section below did not get set up automatically because my auto install feature had errors. Therefore what is the best way to set this up? I did not see it in the instructions. Therefore I need to do Custom, so what is the recommended setting in custom? How do these different selections affect the seo strategy?

    What is the default recommended settings put in for categories and tags during the auto setup so I can add them below manually?

    1

    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.

  10. 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' );

     

    4 hours ago, onestate.romania said:

    1: you have a problem in redirection with contain redirect.. sometimes work sometimes not...  server litespeed enterprise.

     

    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.

  11. 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.

  12. Hello,

    Thank you for contacting MyThemeShop today.

    Quote

    A canonical URL is the URL of the page that Google thinks is most representative from a set of duplicate pages on your site. For example, if you have URLs for the same page (for example: example.com?dress=1234 and example.com/dresses/1234), Google chooses one as canonical. Note that the pages do not need to be absolutely identical. The canonical can also be on a different domain than the duplicate.

    - Google

    1

    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.

    5 hours ago, gmanwicksy said:

    What happens if I add to an extra category? Does this mean that the seo is set up for categories to be a main source of bread crumb for seo and all posts will have to stay in one category only for best seo results? 

     Because if people start linking to this post it has the category name in it meow mix, so link juice goes to the category meow mix when people link to it? Which means the same post if put in another category will not have as much seo if links go to the one and not the other because the true link is actually www.cat.com/cat-food    and if I put it in www.cat.com/purina/cat-food  I will not have any links pointing to it? Because they are all going to  www.cat.com/meowmix/cat-food   (NOT A REAL SITE just an example).

    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.

  13. 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.

  14. 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.

  15. 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...