add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
if( ! have_rows('faq-acf-repeater') ) {
return $data;
}
$data['faqs'] = [
'@type' => 'FAQPage',
];
while( have_rows('faq-acf-repeater') ) {
the_row();
$data['faqs']['mainEntity'][] = [
'@type' => 'Question',
'name' => esc_attr( get_sub_field('faq_question') ),
'acceptedAnswer' => [
'@type' => 'Answer',
'text' => esc_attr( get_sub_field('faq_answer') ),
],
];
}
return $data;
}, 10, 2 );<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//pomcc.org/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://pomcc.org/post-sitemap.xml</loc>
		<lastmod>2026-04-13T01:54:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomcc.org/page-sitemap.xml</loc>
		<lastmod>2026-04-19T14:45:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomcc.org/elementskit_template-sitemap.xml</loc>
		<lastmod>2026-04-07T03:15:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomcc.org/meet-our-clinical-st-sitemap.xml</loc>
		<lastmod>2026-04-09T12:02:34+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomcc.org/category-sitemap.xml</loc>
		<lastmod>2026-04-13T01:54:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://pomcc.org/local-sitemap.xml</loc>
		<lastmod>2026-02-06T14:53:52+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin


Served from: pomcc.org @ 2026-04-20 21:14:05 by W3 Total Cache
-->