






<!--script code for prompt engine and container -->
<script>
	document.addEventListener('DOMContentLoaded', () => {
  const codeBlocks = document.querySelectorAll('.wp-block-code');

  codeBlocks.forEach((block) => {
    block.addEventListener('click', async () => {
      // Target the code tag inside the pre
      const codeElement = block.querySelector('code');
      const textToCopy = codeElement ? codeElement.innerText : block.innerText;

      try {
        await navigator.clipboard.writeText(textToCopy);
        
        // Visual Feedback
        block.classList.add('is-copied');
        
        // Remove feedback after 1.5 seconds
        setTimeout(() => {
          block.classList.remove('is-copied');
        }, 1500);
      } catch (err) {
        console.error('Failed to copy text: ', err);
      }
    });
  });
});
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//prompt.todayvacancy.in/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://prompt.todayvacancy.in/post-sitemap.xml</loc>
		<lastmod>2026-06-03T14:26:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://prompt.todayvacancy.in/page-sitemap.xml</loc>
		<lastmod>2026-05-25T14:02:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://prompt.todayvacancy.in/category-sitemap.xml</loc>
		<lastmod>2026-06-03T14:26:22+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->