• Resolved aayushb051

    (@aayushb051)


    I am trying to add my own external links to RankMath buts looks not working, Tried with fresh installation and default themes

    add_filter( 'rank_math/sitemap/index', function( $xml ) {
    	$xml .= '
    		<sitemap>
    			<loc>https://example.com/new-sitemap.xml</loc>
    			<lastmod>2020-09-14T20:34:15+00:00</lastmod>
    		</sitemap>';
    		return $xml;
    }, 11 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘add external Sitemap Link is not working’ is closed to new replies.