<?php/**
      *  * Theme functions and definitions.
      *  */
function coreit_child_enqueue_styles() {
	    if ( SCRIPT_DEBUG ) {
			        wp_enqueue_style( 'coreit-style', get_template_directory_uri() . '/style.css' );
		} else {
			        wp_enqueue_style( 'coreit-style', get_template_directory_uri() . '/style.css' );
		}
	    wp_enqueue_style( 'coreit-child-style', get_stylesheet_directory_uri() . '/style.css', array( 'coreit-style' ), wp_get_theme()->get('Version') );
}
add_action( 'wp_enqueue_scripts', 'coreit_child_enqueue_styles' );

function dcmistry_add_local_business_schema() {
	    $name = 'DC Mistry Closing';
	    $url = 'https://dcmistryclosing.com/';
	    $phone = '(202) 910-6575';
	    $street = '1775 I St NW';
	    $city = 'Washington';
	    $region = 'DC';
	    $zip = '20006';
	    $country = 'US';
	    $desc = 'Title company in Washington DC providing title searches, title insurance, escrow, and settlement services.';
	    $output = '<script type="application/ld+json">';
	    $output .= '{';
    $output .= '"@context":"https://schema.org",';
    $output .= '"@type":["LocalBusiness","LegalService"],';
    $output .= '"name":"' . esc_js($name) . '",';
    $output .= '"description":"' . esc_js($desc) . '",';
    $output .= '"url":"' . esc_url($url) . '",';
    $output .= '"telephone":"' . esc_js($phone) . '",';
    $output .= '"address":{';
    $output .= '"@type":"PostalAddress",';
    $output .= '"streetAddress":"' . esc_js($street) . '",';
    $output .= '"addressLocality":"' . esc_js($city) . '",';
    $output .= '"addressRegion":"' . esc_js($region) . '",';
    $output .= '"postalCode":"' . esc_js($zip) . '",';
    $output .= '"addressCountry":"' . esc_js($country) . '"';
    $output .= '},';
    $output .= '"areaServed":"Washington DC",';
    $output .= '"priceRange":"$$"';
    $output .= '}';
    $output .= '</script>';
    echo $output;
}
add_action( 'wp_head', 'dcmistry_add_local_business_schema' );'}'
}
		}
		}
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//dcmistryclosing.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://dcmistryclosing.com/page-sitemap.xml</loc>
		<lastmod>2026-04-04T03:18:46+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->