• Resolved krystianj

    (@krystianj)


    Hi,
    It is possible to configure custom domain? I’m using wordpress (behind VPN) only as CMS and send everything to the front via REST API. The frontend is different domain and Rank Math SEO doesn’t count properly internal, external links.

    Any idea?

Viewing 1 replies (of 1 total)
  • Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @krystianj,

    Thank you for contacting the support and sorry for not following up quickly and any inconvenience that might have been caused due to that.

    You can use the following filter to change the parentDomain value that we use to compare the links in the content

    add_filter( 'rank_math/metabox/values', function( $values ) {
    	$values['parentDomain'] = 'customdomain.com';
    
    	return $values;
    } );

    Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘Different domain – wordpress only as CMS’ is closed to new replies.