Local SEO disabling

#996337
  • Resolved Satish
    Rank Math free

    Trying to disable the local seo module, but the button its still in loading process.
    could you please help me to disable

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

    We apologize for the issue you are facing while trying to disable the Local SEO module in Rank Math. If the button is stuck in the loading process, it may be a technical issue that requires further investigation.

    Here’s how you can typically disable the Local SEO module:

    1. Navigate to the Rank Math Dashboard in your WordPress admin area by going to Rank Math SEO → Dashboard.
    2. In the Modules section, find the Local SEO module and click the button to disable it.

    Disable Local SEO Module

    If the button continues to load without responding, please reply to this ticket and include your site URL so that a human agent from our support team can assist you further. Thank you for raising this concern!

    Satish
    Rank Math free

    Still its loading,
    URL : privatecapitallenders.com

    Satish
    Rank Math free

    even i tried updating via code its not working

    Satish
    Rank Math free

    Any updates???

    Satish
    Rank Math free

    Hi Team, is there any way to get in touch with you

    Satish
    Rank Math free

    @context”: “https://schema.org”,
    “@graph”: [
    {
    “@type”: “Organization”,
    “@id”: “https://privatecapitallenders.com/#organization”,
    “name”: “Private Capital Lenders”,
    “logo”: {
    “@type”: “ImageObject”,
    “@id”: “https://privatecapitallenders.com/#logo”,
    “url”: “https://privatecapitallenders.com/xxxxxxxxxxxx”,
    “contentUrl”: “https://privatecapitallenderxxxxxxxxxxxx,
    “caption”: “Private Capital Lenders”,
    “inLanguage”: “en-US”
    }
    },

    can i know how can i remove this

    Hello,

    Apologies for the delay as we prioritize older tickets, and whenever you post a reply, your ticket gets bumped to the top.

    If you want to remove the Organization schema from your whole site, you should add this filter:

    add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
    	if ( ! isset( $data['publisher'] ) ) {
    		return $data;
    	}	unset( $data['publisher'] );
    	unset( $data['place'] );	return $data;
    }, 99, 2);

    Here’s a guide you can follow to apply that:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Looking forward to helping 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 7 replies - 1 through 7 (of 7 total)

The ticket ‘Local SEO disabling’ is closed to new replies.