wpforo forum pages not in sitemap

#61498
  • Resolved Anoop Pandey
    Rank Math pro

    Hi,

    Rank Math by default added all the existing pages to sitemap, but it’s not displaying wpforo forum page. Any way i can manually add missing page to sitemap?

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    You can use the following function to add your page URL to sitemap.

    
    add_action( 'rank_math/sitemap/page_content', function() {
    	return '<url>
    		<loc>https://your_URL_here/</loc>
    		<lastmod>2020-06-13T20:20:20+00:00</lastmod>
    	</url>';
    });

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

The ticket ‘wpforo forum pages not in sitemap’ is closed to new replies.