<script>
window.onload = function() {
	

var firstNameExists = localStorage.getItem('firstName') !== null;


var lastNameExists = localStorage.getItem('lastName') !== null;


var emailExists = localStorage.getItem('email') !== null;


var phoneNumberExists = localStorage.getItem('phoneNumber') !== null;


if (firstNameExists && lastNameExists && emailExists && phoneNumberExists) {

  window?.dataLayer?.push({
    'event': 'identify',
    'user_name': localStorage.getItem('firstName') + ' ' + localStorage.getItem('lastName'),
    'email': localStorage.getItem('email'),
    'user_phone': localStorage.getItem('phoneNumber'),

  });

} 
}
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//new-dev.lingocruit.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://new-dev.lingocruit.com/category-sitemap.xml</loc>
		<lastmod>2023-01-31T15:38:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://new-dev.lingocruit.com/post_tag-sitemap.xml</loc>
		<lastmod>2023-01-31T09:36:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://new-dev.lingocruit.com/lzi-language-sitemap.xml</loc>
		<lastmod>2026-02-10T11:46:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://new-dev.lingocruit.com/lzi-country-sitemap.xml</loc>
		<lastmod>2026-02-10T11:46:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://new-dev.lingocruit.com/lzi-industry-sitemap.xml</loc>
		<lastmod>2026-02-10T11:46:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://new-dev.lingocruit.com/author-sitemap.xml</loc>
		<lastmod>2020-12-16T20:40:44+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->