site map, images
This commit is contained in:
@@ -97,8 +97,8 @@
|
||||
</div> <!-- / .container -->
|
||||
|
||||
</footer>
|
||||
<div style="background-image: linear-gradient(darkblue, black);margin: 0;padding: 0;">
|
||||
<p style="color:gray;margin: 0;text-align: center;padding-bottom: 10px;font-size:15px;"> © 2020 IIMTT. All Rights Reserved.</p>
|
||||
<div style="background-image: linear-gradient(#1b2a4e, black);margin: 0;padding: 0;">
|
||||
<p style="color:#A5A5A5;margin: 0;text-align: center;padding-bottom: 10px;font-size:14px;"> © 2020 IIMTT. All Rights Reserved.</p>
|
||||
</div>
|
||||
</section>
|
||||
<div class="f1">
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="author" content="A leading Montessori Teacher Training Institute with UK Qualifications. Offering in-classroom Montessori education globally.">
|
||||
<link rel="canonical" href="https://iimtt.org/">
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="/assets/favicon/iimtt.ico" type="image/x-icon" />
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<!-- Title -->
|
||||
<title>International Institute of Montessori Teacher Training | IIMTT</title>
|
||||
<meta name="description" content="A leading Montessori Teacher Training Institute with UK Qualifications. Offering in-classroom Montessori education globally">
|
||||
<link rel="canonical" href="https://iimtt.org/">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -791,7 +792,7 @@ include("_navbar.php");
|
||||
</p>
|
||||
|
||||
<!-- Button -->
|
||||
<a href="center" class="btn btn-pill lift bt">
|
||||
<a href="centers" class="btn btn-pill lift bt">
|
||||
Search Here <i class="fe fe-arrow-right ml-2"></i>
|
||||
</a>
|
||||
|
||||
|
||||
BIN
assets/img/academic-handover.jpg
Normal file
BIN
assets/img/academic-handover.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
assets/img/marketing-support.jpg
Normal file
BIN
assets/img/marketing-support.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
assets/img/training-provided.jpg
Normal file
BIN
assets/img/training-provided.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -1,6 +1,7 @@
|
||||
<!-- Title -->
|
||||
<title>IIMTT centrers | International & Domestic</title>
|
||||
<meta name="description" content="Visit IIMTT centers to experience a world class teaching environment. We are helping out partners to run a top-tier training institute strategically and effectively.">
|
||||
<link rel="canonical" href="https://iimtt.org/centers">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -180,7 +181,7 @@ include("_navbar.php");
|
||||
<!-- Text -->
|
||||
<p class="mb-0 text-muted text-center">
|
||||
Junction CCPur Parking, Above MK Hotel, Keishampat, Imphal, Manipur 795001<br><br>
|
||||
<a class="navbar-btn btn btn-sm ml-auto bt" href="montessori-teacher-training-Imphal">
|
||||
<a class="navbar-btn btn btn-sm ml-auto bt" href="montessori-teacher-training-imphal">
|
||||
View More
|
||||
</a>
|
||||
</p>
|
||||
|
||||
164
contact.php
164
contact.php
@@ -1,6 +1,7 @@
|
||||
<!-- Title -->
|
||||
<title>Get in touch with IIMTT</title>
|
||||
<meta name="description" content="Have a question about Montessori education? Trying to choose the right course to study? Get in touch today!">
|
||||
<link rel="canonical" href="https://iimtt.org/contact">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -82,27 +83,28 @@ include("_navbar.php");
|
||||
<h2 style="color: #00b1c1;" class="font-weight-bold text-center">
|
||||
Let's get in touch
|
||||
</h2>
|
||||
<div class="alert alert-danger" id="warning" style="display: none;">Fill all the fields!</div>
|
||||
<div class="alert alert-success" id="success" style="display: none;">Thank You! We will contact you soon!</div>
|
||||
<!-- Form -->
|
||||
<form>
|
||||
<form class="" role="form" method="post">
|
||||
<div class="form-group mb-5">
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactName" type="text" placeholder="Full name">
|
||||
|
||||
<input class="form-control" type="text" aria-required="true" name="widget-contact-form-name" id="name1" placeholder="Full name" required>
|
||||
</div>
|
||||
<div class="form-group mb-5">
|
||||
<!-- Input -->
|
||||
|
||||
<input class="form-control" id="contactphone" type="tel" placeholder="Phone Number">
|
||||
<input class="form-control" type="tel" id="phn" name="telephone" placeholder="Phone Number" required>
|
||||
|
||||
</div>
|
||||
<div class="form-group mb-5">
|
||||
<!-- Input -->
|
||||
<input class="form-control" id="contactEmail" type="email" placeholder="hello@domain.com">
|
||||
<input class="form-control" type="email" id="email" aria-required="true" name="widget-contact-form-email" placeholder="hello@domain.com" required>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-group mb-5">
|
||||
<select class="form-control" name="cars" id="cars" required>
|
||||
<select class="form-control" name="cars" id="req" name="gender" required>
|
||||
<option value="">In which field you are interested in?</option>
|
||||
<option value="Montessori Teacher Training">Training</option>
|
||||
<option value="Pre and Primary Teacher Training">Partnership</option>
|
||||
@@ -124,7 +126,7 @@ include("_navbar.php");
|
||||
<div class="form-group mb-7 mb-md-9">
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="4"
|
||||
<textarea class="form-control" name="widget-contact-form-message" id="message" rows="3"
|
||||
placeholder="Tell us what we can help you with!"></textarea>
|
||||
|
||||
|
||||
@@ -137,20 +139,158 @@ include("_navbar.php");
|
||||
</label>
|
||||
|
||||
<!-- Input -->
|
||||
<textarea class="form-control" id="contactMessage" rows="5"
|
||||
<textarea class="form-control" id="message" rows="5"
|
||||
placeholder="Tell us what we can help you with!"></textarea>
|
||||
|
||||
</div>
|
||||
<div class="form-group mb-0">
|
||||
|
||||
<!-- Submit -->
|
||||
<!-- Submit --
|
||||
<a href="#" style="background-color: #f7a325;margin:10px;" class="btn btn-sm btn-block lift">
|
||||
Send message
|
||||
</a>
|
||||
|
||||
</a>-->
|
||||
|
||||
<button style="background-color: #f7a325;margin:10px;" class="btn btn-sm btn-block lift" type="button" onclick="submitForm()"> Send message</button>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<script type="text/javascript">
|
||||
var option= null;
|
||||
var name= null;
|
||||
var addr= null;
|
||||
var phn= null;
|
||||
var subject = null;
|
||||
var email= null;
|
||||
var message= null;
|
||||
var warning = document.getElementById('warning');
|
||||
var success = document.getElementById('success');
|
||||
var emailError = document.getElementById('emailError');
|
||||
var req = document.getElementById("req");
|
||||
function setOptions(s) {
|
||||
// console.log(s[s.selectedIndex].value); // get value
|
||||
option = s[s.selectedIndex].value;
|
||||
// console.log(s[s.selectedIndex].id); // get id
|
||||
}
|
||||
function submitForm(){
|
||||
name = document.getElementById("name1").value;
|
||||
phn = document.getElementById("phn").value;
|
||||
addr = document.getElementById("addr").value;
|
||||
email = document.getElementById("email").value;
|
||||
message = document.getElementById("message").value;
|
||||
success.style.display = "none";
|
||||
subject = req.options[req.selectedIndex].text;
|
||||
// console.log(name+phn+addr+email+message);
|
||||
if(name == '' || addr=='' || phn == '' || email == '' || message==''){
|
||||
warning.style.display = "block";
|
||||
}else{
|
||||
var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
|
||||
|
||||
if (reg.test(email) == false)
|
||||
{
|
||||
emailError.style.display = "block";
|
||||
}else{
|
||||
emailError.style.display = "none";
|
||||
warning.style.display = "none";
|
||||
let formData = new FormData();
|
||||
formData.append('formName', 'teenyBeansNewContact');
|
||||
formData.append('Name', name);
|
||||
formData.append('Email', email);
|
||||
formData.append('Phone', phn);
|
||||
// formData.append('Address', addr);
|
||||
formData.append('MessageDetails', message+" Subject= "+subject);
|
||||
fetch('https://api.teenybeans.in/API/contactFormProcessor/v1/', {
|
||||
method: 'POST',
|
||||
body: formData
|
||||
})
|
||||
.then(res => res.json())
|
||||
.then(json => {
|
||||
// console.log(json);
|
||||
// sendMail("enquiry@atheneumglobal.education");
|
||||
sendMail("enquiry@beanstalkedu.com");
|
||||
sendMail("teenybeans.info@gmail.com");
|
||||
// sendMail("chatterjeegouravking@gmail.com");
|
||||
sendWelcomeMail(email);
|
||||
success.style.display = "block";
|
||||
document.getElementById("name1").value="";
|
||||
document.getElementById("phn").value="";
|
||||
document.getElementById("addr").value="";
|
||||
document.getElementById("email").value="";
|
||||
document.getElementById("message").value="";
|
||||
|
||||
// window.location.href = "contact-back";
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
// if(name)
|
||||
}
|
||||
|
||||
function sendMail(sendEmail) {
|
||||
// ---------Mail sent-----------------
|
||||
|
||||
let formData = new FormData();
|
||||
formData.append("sendMail", "true");
|
||||
formData.append("reciever", sendEmail);
|
||||
formData.append("sender", "Teenybeans");
|
||||
formData.append("senderMail", "no-reply@teenybeans.in");
|
||||
formData.append("subject", "New Contact Form Fillup");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>New Contact form is filled up.</p><br><p>User Details:-</p><table><tr><th>Name:- </th><td>:- " +
|
||||
name +
|
||||
"</td></tr><tr><th>Email:- </th><td>:- " +
|
||||
email +
|
||||
"</td></tr><tr><th>Phone:- </th><td>:- " +
|
||||
phn +
|
||||
"</td></tr><tr><th>Message:- </th><td>:- " +
|
||||
message +
|
||||
"</td></tr></table></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
method: "POST",
|
||||
body: formData
|
||||
})
|
||||
.then(function(response) {
|
||||
response.json().then(function(data) {
|
||||
// console.log(data);
|
||||
});
|
||||
})
|
||||
.catch(function(err) {
|
||||
console.log("Fetch Error :-S", err);
|
||||
});
|
||||
}
|
||||
function sendWelcomeMail(sendEmail) {
|
||||
// ---------Mail sent-----------------
|
||||
console.log(sendEmail);
|
||||
let formData = new FormData();
|
||||
formData.append("sendMail", "true");
|
||||
formData.append("reciever", sendEmail);
|
||||
formData.append("sender", "Teenybeans");
|
||||
formData.append("senderMail", "no-reply@teenybeans.in");
|
||||
formData.append("subject", "Welcome to Teenybeans Preschool");
|
||||
formData.append(
|
||||
"message",
|
||||
"<html><body><p>Welcome " +
|
||||
name +
|
||||
" to Teenybeans Preschool.<br>Thank you for contacting us. <br> We will get back to you shortly. In the meanwhile please do check out our website for more information. click <a href='https://teenybeans.in'>here</a><br>Thank you<br>-Team Teenybeans. </p></body></html>"
|
||||
);
|
||||
fetch("https://mailapi.teenybeans.in/", {
|
||||
method: "POST",
|
||||
body: formData
|
||||
})
|
||||
.then(function(response) {
|
||||
response.json().then(function(data) {
|
||||
console.log(data);
|
||||
});
|
||||
})
|
||||
.catch(function(err) {
|
||||
console.log("Fetch Error :-S", err);
|
||||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<!-- Title -->
|
||||
<title>The best Montessori teacher training curriculum | IIMTT</title>
|
||||
<meta name="description" content="Our curriculum is closely linked to Montessori in primary years. We offer graduate and post-graduate courses in Montessori Education.">
|
||||
<link rel="canonical" href="https://iimtt.org/curriculum">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Cheranmanagar</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-cheranmanagar">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Chitlapakkam</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-chitlapakkam">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<title>Montessori Teacher Training in Dimapur</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-dimapur">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Hanoi</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-hanoi">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Howrahmaidan</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-howrahmaidan">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<title>Montessori Teacher Training in Imphal</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-imphal">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Howrahmaidan</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-kharagpur">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in MICO Layout</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-micolayout">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Nabagram</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-nabagram">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Nairobi</title>
|
||||
<!-- <meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-nairobi">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<title>Montessori Teacher Training in Patuli</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-patuli">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<!-- Title -->
|
||||
<title>Best Montessori Teacher Training Institute in Kolkata</title>
|
||||
<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-program-kolkata">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<!-- Title -->
|
||||
<title>Montessori Teacher Training in Sodepur</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-sodepur">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Takiroad</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-takiroad">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<title>Montessori Teacher Training in Nabagram</title>
|
||||
<!--<meta name="description" content="Join IIMTT to get an international Montessori teacher training qualification. We offer in-class certificate, diploma and advanced diploma course in Kolkata.">
|
||||
-->
|
||||
<link rel="canonical" href="https://iimtt.org/montessori-teacher-training-yavatmal">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<!-- Title -->
|
||||
<title>Partner with IIMTT | Be a part of Global Montessori Network</title>
|
||||
<meta name="description" content="Be a part of the global Montessori Network with us. IIMTT brings you a solution to educate aspirants about Montessori methods based on Maria Montessori's philosophy.">
|
||||
<link rel="canonical" href="https://iimtt.org/partnership">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Google Tag Manager (noscript) -->
|
||||
@@ -783,7 +784,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<!-- Card -->
|
||||
</div>
|
||||
<div class="col-lg-6 order-1 order-lg-2 scale-2">
|
||||
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/academic(2).png" alt="academic">
|
||||
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/academic-handover.jpg" alt="academic">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -850,7 +851,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<!-- Card -->
|
||||
</div>
|
||||
<div class="col-lg-6 order-1 scale-2">
|
||||
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/marketing(2).png" alt="marketing">
|
||||
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/marketing-support.jpg" alt="marketing">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -903,7 +904,7 @@ Skylark Arcadia, Phase 2, Kodigehalli Main Rd, Sadaramangala, Bengaluru, Karnata
|
||||
<!-- Card -->
|
||||
</div>
|
||||
<div class="col-lg-6 order-1 order-lg-2 scale-2">
|
||||
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/development(2).png" alt="training">
|
||||
<img class="img-fluid box-shadow-3 my-2 border-radius" src="/assets/img/training-provided.jpg" alt="training">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
119
sitemap.xml
Normal file
119
sitemap.xml
Normal file
@@ -0,0 +1,119 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset
|
||||
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
||||
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
|
||||
|
||||
<url>
|
||||
<loc>https://iimtt.org/</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/curriculum</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/centers</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/partnership</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/contact</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-program-kolkata</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.80</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-nairobi</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-hanoi</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-micolayout</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-imphal</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-dimapur</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-patuli</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-takiroad</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-howrahmaidan</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-sodepur</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-nabagram</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-cheranmanagar</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://iimtt.org/montessori-teacher-training-chitlapakkam</loc>
|
||||
<lastmod>2021-03-11T05:59:07+00:00</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.64</priority>
|
||||
</url>
|
||||
|
||||
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user