/**
 * Enqueue Rank Math JS bridge for About Us Premium template in admin editor.
 */
function est_about_premium_rank_math_admin_js( $hook ) {
	global $post;
	if ( ! $post || ! isset( $post->ID ) ) {
		return;
	}
	$template = get_page_template_slug( $post->ID );
	if ( $template !== 'about-us-premium.php' ) {
		return;
	}
	wp_enqueue_script(
		'est-about-premium-rank-math',
		get_stylesheet_directory_uri() . '/js/est-about-premium-rank-math.js',
		array( 'jquery' ),
		file_exists( get_stylesheet_directory() . '/js/est-about-premium-rank-math.js' ) ? filemtime( get_stylesheet_directory() . '/js/est-about-premium-rank-math.js' ) : '1.0',
		true
	);
}
add_action( 'admin_enqueue_scripts', 'est_about_premium_rank_math_admin_js' );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//egyptstorytours.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://egyptstorytours.com/post-sitemap.xml</loc>
		<lastmod>2023-05-07T01:35:56+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://egyptstorytours.com/page-sitemap.xml</loc>
		<lastmod>2026-04-11T18:26:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://egyptstorytours.com/st_tours-sitemap.xml</loc>
		<lastmod>2026-04-01T01:08:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://egyptstorytours.com/location-sitemap.xml</loc>
		<lastmod>2021-10-10T21:12:57+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://egyptstorytours.com/st_order-sitemap.xml</loc>
		<lastmod>2020-06-18T06:03:03+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->