focus keyword on product page

#657466
  • Resolved Anonymous
    Rank Math free

    hello
    i do not know if i am missing a thing or its a probleme
    i can not save added focus keyword i add on the product page….
    after adding the keyword i pusg enter it gives a nice score but when i click publish nothing is saved
    thanks for help
    regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting Rank Math support, and sorry for the inconvenience this may have caused.

    We clearly understand that you are unable to save your metadata. This is usually caused by some sort of blockage on the route to save the metadata on the website, a conflict with plugins, a javascript error or a firewall-related issue.

    Here is how you can fix it:

    • Firstly, ensure that you have the latest version of Rank Math installed on your site.
    • Check if your firewall or security plugin is blocking access to Rank Math’s files. You can do this by looking at your firewall logs and seeing if there are any blocked requests to these files:
      /wp-json/rankmath/v1/updateMeta
      /wp-json/rankmath/v1/updateSchemas
      /wp-json/rankmath/v1/updateRedirection
      /wp-json/rankmath/v1/getFeaturedImageId
      /wp-json/rankmath/v1/getHead

      If you see any blocked requests, you need to whitelist Rank Math and its files in your firewall or security plugin settings.

    • Check if there are any JavaScript errors that might be preventing Rank Math from saving the keyword. You can do this by using the Chrome Developer Tools or any other browser’s developer tools. You can follow our guide on how to check JavaScript errors. If you find any errors, you can share them with us using this tool
    • Check if there are any plugin conflicts that might be interfering with Rank Math. You can do this by following our plugin conflict tutorial. If you find any conflicting plugins, let us know.

    Learn more about troubleshooting this issue here: https://rankmath.com/kb/meta-data-not-saving/

    We hope these steps help you solve the problem. If you still can’t update the metadata, please let us know. We’re always happy to help.

    Thank you for choosing Rank Math.

    Anonymous
    Rank Math free

    thanks for your reply

    does free version of rank has limited focus keywords to add on products?
    just for info
    the issue am facing is happening on product page on wordpress on the box focus keyword
    regards

    Hello again,

    The solution we shared should work on your product page as well.

    That said, Rank Math by default lets you add up to 5 focus keywords per post.

    But all Rank Math PRO users can add an unlimited number of keywords.

    However, you can add additional keywords using the hook/filter below. You can use this filter to increase or decrease the number of maximum focus keywords that can be added to the single post or page editor.

    
    /**
     * Change the Focus Keyword Limit
     */
    add_filter( 'rank_math/focus_keyword/maxtags', function() {
        return 10; // Number of Focus Keywords. 
    });
    

    To add the filter code, please follow this guide: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Here is a link about focus keywords for your reference: https://rankmath.com/kb/what-is-a-focus-keyword/

    Please note that it is not advised to over-use or stuff the focus keyword within your post/page/product.

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

    Thank you.

    Anonymous
    Rank Math free

    hello
    just wanted to share my experience in case it helps others
    installed health plugin
    activated trouble shooting
    activated only rank and woocomm
    saved my focus keywords
    disabled trouble shooting and enabled all plugins as i have no other issues i dont want to get a headache looking for the plugin thats causing this issue
    regards

    Hello,

    We are glad to know you have temporarily resolved this.

    We may have to look at your website settings to help fully provide a solution to this issue.

    Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
    https://wordpress.org/plugins/wp-security-audit-log/

    Please do take a complete backup of your website before sharing the information with us.

    We really look forward to helping you.

    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 5 replies - 1 through 5 (of 5 total)

The ticket ‘focus keyword on product page’ is closed to new replies.