<?xml version="1.0" encoding="UTF-8"?>
<!--
  NB Institute Of Education — sitemap.xml

  Only the homepage is listed below. Individual blog articles live in
  Firestore (added/edited from the Admin Dashboard) and this is a plain
  static file, so it can't list them automatically — there's no server
  running to regenerate it when you publish a new article.

  This is NOT required for an article to be found/indexed by Google —
  robots.txt already allows crawling, every article page (article.html)
  has its own title/description tags, and every article is linked from
  the homepage's Blog & Articles section (and from the "More From The
  Institute" links on other articles), so Google can reach it just by
  following links. This file is only a small extra hint.

  Fastest way to get a brand-new article into Google search after you
  publish it (free, 1 minute, no coding):
    1. Go to Google Search Console (search.google.com/search-console)
       and add your site if you haven't already (free).
    2. Paste the article's exact URL (e.g.
       https://YOURDOMAIN/article.html?id=xxxxxxxx) into the "Inspect
       any URL" bar at the top.
    3. Click "Request Indexing".
  Google usually shows it in search within a few hours to a couple of
  days after that, instead of waiting for its own crawl schedule.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nbie.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://nbie.in/privacy.html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
