
/**
 * Insert the service-area directory before the homepage "How it Works" section.
 *
 * @param string $content The current post content.
 * @return string
 */
function medunit_insert_home_service_areas( $content ) {
	if ( is_admin() || ! is_front_page() || ! in_the_loop() || ! is_main_query() ) {
		return $content;
	}

	if ( false !== strpos( $content, 'data-ideal-service-areas' ) || has_shortcode( $content, 'ideal_service_areas' ) ) {
		return $content;
	}

	$heading_pattern = '/(<h2\b[^>]*>\s*How\s+it\s+Works\s*<\/h2>)/i';
	if ( ! preg_match( $heading_pattern, $content ) ) {
		return $content;
	}

	return (string) preg_replace(
		$heading_pattern,
		do_shortcode( '[ideal_service_areas]' ) . '$1',
		$content,
		1
	);
}
add_filter( 'the_content', 'medunit_insert_home_service_areas', 20 );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//idealhomecareservice.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://idealhomecareservice.com/post-sitemap.xml</loc>
		<lastmod>2026-08-03T12:26:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://idealhomecareservice.com/page-sitemap.xml</loc>
		<lastmod>2026-07-08T06:52:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://idealhomecareservice.com/our_services-sitemap.xml</loc>
		<lastmod>2026-08-06T10:35:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://idealhomecareservice.com/ufaq-sitemap.xml</loc>
		<lastmod>2024-12-30T18:11:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://idealhomecareservice.com/elementor-hf-sitemap.xml</loc>
		<lastmod>2025-11-27T13:24:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://idealhomecareservice.com/category-sitemap.xml</loc>
		<lastmod>2026-08-03T12:26:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://idealhomecareservice.com/ufaq-category-sitemap.xml</loc>
		<lastmod>2024-12-30T18:11:18+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://idealhomecareservice.com/local-sitemap.xml</loc>
		<lastmod>2025-03-14T11:34:48+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->