				<script>
					document.addEventListener('DOMContentLoaded', function () {
						let api_token = sessionStorage.getItem("api-token");
						let user_role = sessionStorage.getItem("user-role");
						if(api_token != null ){
							// Create a new XMLHttpRequest object
							var xhr = new XMLHttpRequest();
			
							// Configure it: POST-request for the URL /wp-admin/admin-ajax.php
							xhr.open('POST', 'http://138.68.154.193/wp-admin/admin-ajax.php', true);
			
							// Set up the request headers
							xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
			
							// Define the data to be sent with the request
							var data = 'action=mfp_update_api_token&api_token=' + encodeURIComponent(api_token) +'&user_role=' + encodeURIComponent(user_role);
			
							// Set up a function that will be called when the request is successfully completed
							xhr.onload = function () {
								if (xhr.status >= 200 && xhr.status < 400) {
									// Reload the page after a successful response
									window.location.reload();
								} else {
									// Error handling for non-successful responses
									console.error('Error: ' + xhr.statusText);
								}
							};
			
							// Set up a function that will be called in case of an error
							xhr.onerror = function () {
								console.error('Network error occurred');
							};
			
							// Send the request with the defined data
							xhr.send(data);
						}
					});
				</script>
			<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//138.68.154.193/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://138.68.154.193/post-sitemap.xml</loc>
		<lastmod>2025-04-01T15:21:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/page-sitemap.xml</loc>
		<lastmod>2025-12-17T12:09:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/resources-sitemap.xml</loc>
		<lastmod>2023-11-09T13:39:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/category-sitemap.xml</loc>
		<lastmod>2025-04-01T15:21:37+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/job-categories-sitemap.xml</loc>
		<lastmod>2023-10-31T13:34:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/job-types-sitemap.xml</loc>
		<lastmod>2023-10-31T13:34:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/resource-type-sitemap.xml</loc>
		<lastmod>2023-11-09T13:39:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/testimonial-categories-sitemap.xml</loc>
		<lastmod>2024-07-09T21:56:32+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://138.68.154.193/author-sitemap.xml</loc>
		<lastmod>2024-02-15T10:24:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->