<!-- site map for seo -->
<!-- Last Modified: 2018-03-19 00:00:00 -->
<!-- 
  routes: [
    {
      path: "/:catchAll(.*)",
      name: "notfound",
      component: () => import("../views/NotFoundView.vue"),
    },
    {
      path: "/",
      name: "home",
      component: HomeView,
    },
    {
      path: "/about",
      name: "about",
      // route level code-splitting
      // this generates a separate chunk (About.[hash].js) for this route
      // which is lazy-loaded when the route is visited.
      component: () => import("../views/AboutView.vue"),
    },
    {
      path: "/contact",
      name: "contact",
      component: () => import("../views/ContactView.vue"),
    },
    {
      path: "/dates",
      name: "dates",
      component: () => import("../views/DateView.vue"),
    },
    {
      path: "/committee",
      name: "organizers",
      component: () => import("../views/OrganizersView.vue"),
    },
    {
      path: "/committee/:id",
      name: "organizersid",
      component: () => import("../views/OrganizersView.vue"),
    },
    {
      path: "/proceedings",
      name: "proceedings",
      component: () => import("../views/ProceedingsView.vue"),
    },
    {
      path: "/journals",
      name: "journals",
      component: () => import("../views/JournalView.vue"),
    },
    {
      path: "/login",
      name: "login",
      component: () => import("../views/LoginView.vue"),
    },
    {
      path: "/register",
      name: "register",
      component: () => import("../views/RegisterView.vue"),
    },
    {
      path: "/dashboard",
      name: "dashboard",
      component: () => import("../views/DashboardView.vue"),
    },
    {
      path: "/dashboard/:id",
      name: "dashboardid",

      component: () => import("../views/DashboardView.vue"),
    },
    {
      path: "/admin",
      name: "admin",
      component: () => import("../views/AdminView.vue"),
    },
    {
      path: "/admin/:id",
      name: "adminid",
      component: () => import("../views/AdminView.vue"),
    },
    {
      path: "/reviewerlogin/:token",
      name: "reviewerlogin",
      component: () => import("../views/ReviewerLoginView.vue"),
    },
    {
      path: "/reviewer",
      name: "reviewer",
      component: () => import("../views/ReviewerView.vue"),
    },
  ],
 -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://iceesen.com/</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/about</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/contact</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/dates</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/committee</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/proceedings</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/journals</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>

</url>

<url>
<loc>https://iceesen.com/login</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/register</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/dashboard</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/admin</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/reviewerlogin</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

<url>
<loc>https://iceesen.com/reviewer</loc>
 
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>

</urlset>

