{"id":117463,"date":"2026-04-28T17:45:41","date_gmt":"2026-04-28T12:15:41","guid":{"rendered":"https:\/\/www.mygreatlearning.com\/blog\/?page_id=117463"},"modified":"2026-04-28T17:40:56","modified_gmt":"2026-04-28T12:10:56","slug":"choose-the-right-college-for-you","status":"publish","type":"page","link":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/","title":{"rendered":"Choose the right college for you"},"content":{"rendered":"\n<!-- \n  TANCET & CEETA-PG 2026 Counseling Landing Page \n  Isolated CSS\/HTML for WordPress Custom HTML Widget\n  With Google Sheets Lead Capture Integration\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n\n<style>\n  \/* Reset and Base Styles for this container *\/\n  .gl-lp-container {\n    font-family: 'Inter', sans-serif;\n    line-height: 1.5;\n    color: #1e293b;\n    background: #ffffff;\n    max-width: 100%;\n    overflow-x: hidden;\n  }\n\n  .gl-lp-container *, .gl-lp-container *:before, .gl-lp-container *:after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .gl-lp-h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 800; line-height: 1.1; margin: 0; letter-spacing: -0.02em; }\n  .gl-lp-h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.2; margin: 0; text-align: center; }\n  .gl-lp-h3 { font-size: 1.5rem; font-weight: 700; margin: 0; color: #0f172a; }\n  .gl-lp-text-blue { color: #1d6ce5; }\n  .gl-lp-p { font-size: 1.25rem; font-weight: 300; color: #64748b; line-height: 1.6; margin-top: 1.5rem; }\n\n  \/* Utility *\/\n  .gl-lp-max-width { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n  .gl-lp-section { padding: 5rem 0; }\n  \n  \/* Buttons *\/\n  .gl-lp-btn-primary {\n    background: #1d6ce5;\n    color: #ffffff;\n    padding: 1.2rem 2.5rem;\n    border-radius: 12px;\n    font-weight: 700;\n    font-size: 1rem;\n    border: none;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 10px 15px -3px rgba(29, 108, 229, 0.2);\n    text-align: center;\n    display: inline-block;\n  }\n  .gl-lp-btn-primary:hover {\n    background: #1557c3;\n    transform: translateY(-2px);\n    box-shadow: 0 20px 25px -5px rgba(29, 108, 229, 0.3);\n  }\n  .gl-lp-btn-primary:disabled {\n    opacity: 0.7;\n    cursor: not-allowed;\n    transform: none;\n  }\n\n  \/* Hero Section *\/\n  .gl-lp-hero {\n    position: relative;\n    padding: 8rem 0;\n    overflow: hidden;\n    background-color: #f8fafc;\n  }\n  .gl-lp-hero-bg {\n    position: absolute;\n    inset: 0;\n    opacity: 0.05;\n    z-index: 0;\n  }\n  .gl-lp-hero-bg img { width: 100%; height: 100%; object-fit: cover; }\n  .gl-lp-hero-content {\n    position: relative;\n    z-index: 10;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 3rem;\n  }\n  @media (min-width: 1024px) { .gl-lp-hero-content { grid-template-columns: 1.2fr 0.8fr; } }\n\n  \/* Form Card *\/\n  .gl-lp-form-card {\n    background: #ffffff;\n    border-radius: 24px;\n    padding: 2.5rem;\n    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);\n    border: 1px solid #f1f5f9;\n  }\n  .gl-lp-label { \n    display: block; \n    font-size: 0.65rem; \n    text-transform: uppercase; \n    font-weight: 800; \n    letter-spacing: 0.1em; \n    color: #94a3b8; \n    margin-bottom: 0.5rem; \n  }\n  .gl-lp-input, .gl-lp-select {\n    width: 100%;\n    padding: 0.75rem 1rem;\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    font-size: 0.95rem;\n    transition: all 0.2s;\n    outline: none;\n  }\n  .gl-lp-input:focus, .gl-lp-select:focus { border-color: #1d6ce5; background: #fff; box-shadow: 0 0 0 3px rgba(29, 108, 229, 0.1); }\n  .gl-lp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }\n  .gl-lp-form-group { margin-bottom: 1.25rem; }\n\n  \/* Value Proposition *\/\n  .gl-lp-value-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n    margin-top: 4rem;\n  }\n  .gl-lp-value-card {\n    background: #ffffff;\n    padding: 2.5rem;\n    border-radius: 20px;\n    border: 1px solid #f1f5f9;\n    transition: all 0.3s ease;\n  }\n  .gl-lp-value-card:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.05); }\n  .gl-lp-icon-circle {\n    width: 50px;\n    height: 50px;\n    background: #eff6ff;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 1.5rem;\n    color: #1d6ce5;\n  }\n\n  \/* Stats Section *\/\n  .gl-lp-stats { background: #020617; color: #fff; padding: 6rem 0; text-align: center; }\n  .gl-lp-stats-grid { \n    display: grid; \n    grid-template-columns: repeat(2, 1fr); \n    gap: 3rem 1.5rem; \n    margin-top: 4rem; \n  }\n  @media (min-width: 768px) { .gl-lp-stats-grid { grid-template-columns: repeat(3, 1fr); } }\n  @media (min-width: 1200px) { .gl-lp-stats-grid { grid-template-columns: repeat(6, 1fr); } }\n  .gl-lp-stat-number { font-size: 2.25rem; font-weight: 800; color: #3b82f6; }\n  .gl-lp-stat-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: #94a3b8; font-weight: 700; }\n\n  \/* Ratings Section *\/\n  .gl-lp-ratings-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 4rem;\n    margin-top: 4rem;\n  }\n  .gl-lp-rating-card { text-align: center; }\n  .gl-lp-stars { color: #fbbf24; font-size: 1.25rem; margin-bottom: 0.5rem; }\n  .gl-lp-rating-score { font-size: 3.5rem; font-weight: 800; color: #020617; line-height: 1; }\n\n  \/* CTA Banner *\/\n  .gl-lp-cta-banner {\n    background: #fff;\n    border-top: 1px solid #f1f5f9;\n    border-bottom: 1px solid #f1f5f9;\n    padding: 3rem 0;\n  }\n  .gl-lp-cta-flex {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: space-between;\n    gap: 2rem;\n  }\n  @media (min-width: 1024px) { .gl-lp-cta-flex { flex-direction: row; } }\n\n  \/* Social Proof *\/\n  .gl-lp-social { display: flex; align-items: center; gap: 0.75rem; margin-top: 2rem; }\n  .gl-lp-avatars { display: flex; margin-right: 0.5rem; }\n  .gl-lp-avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff; margin-right: -10px; }\n  .gl-lp-social-text { font-size: 0.875rem; font-weight: 600; color: #64748b; }\n\n  \/* Animations *\/\n  @keyframes gl-fade-up {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .gl-animate { animation: gl-fade-up 0.8s ease forwards; }\n\n  \/* Success Message *\/\n  .gl-lp-success { text-align: center; padding: 4rem 0; display: none; }\n  .gl-lp-success-icon { width: 80px; height: 80px; background: #f0fdf4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; }\n  .gl-lp-success-icon svg { color: #22c55e; width: 40px; height: 40px; }\n\n  \/* Error Message *\/\n  .gl-lp-error-msg {\n    background: #fef2f2;\n    color: #dc2626;\n    padding: 0.75rem 1rem;\n    border-radius: 8px;\n    font-size: 0.85rem;\n    font-weight: 500;\n    margin-top: 0.75rem;\n    display: none;\n  }\n\n  \/* Spinner inside button *\/\n  .gl-lp-spinner {\n    display: inline-block;\n    width: 18px;\n    height: 18px;\n    border: 2px solid rgba(255,255,255,0.3);\n    border-top-color: #fff;\n    border-radius: 50%;\n    animation: gl-spin 0.6s linear infinite;\n    vertical-align: middle;\n    margin-right: 8px;\n  }\n  @keyframes gl-spin { to { transform: rotate(360deg); } }\n<\/style>\n\n<div class=\"gl-lp-container\">\n  <!-- HERO SECTION -->\n  <section class=\"gl-lp-hero\" id=\"gl-hero\">\n    <div class=\"gl-lp-hero-bg\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop\" alt=\"\">\n    <\/div>\n    <div class=\"gl-lp-max-width\">\n      <div class=\"gl-lp-hero-content\">\n        <div class=\"gl-animate\">\n          <h1 class=\"gl-lp-h1\">\n            You gave your best. <br>\n            <span class=\"gl-lp-text-blue\">Now choose the right college for your career.<\/span>\n          <\/h1>\n          <p class=\"gl-lp-p\">\n            Get a free expert counselling session to plan your next step for TANCET & CEETA-PG 2026 admissions.\n          <\/p>\n          \n          <div class=\"gl-lp-social\">\n            <div class=\"gl-lp-avatars\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?img=1\" class=\"gl-lp-avatar\" alt=\"\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?img=2\" class=\"gl-lp-avatar\" alt=\"\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/100?img=3\" class=\"gl-lp-avatar\" alt=\"\">\n            <\/div>\n            <span class=\"gl-lp-social-text\">14M+ Learners globally<\/span>\n          <\/div>\n          \n          <button class=\"gl-lp-btn-primary\" style=\"margin-top: 2rem;\" onclick=\"document.getElementById('gl-form').scrollIntoView({behavior: 'smooth'})\">\n            Book Your Free Session Now\n          <\/button>\n        <\/div>\n\n        <div class=\"gl-animate\" style=\"animation-delay: 0.2s;\">\n          <div class=\"gl-lp-form-card\" id=\"gl-form-container\">\n            <h3 class=\"gl-lp-h3\" style=\"margin-bottom: 0.25rem;\" class=\"gl-lp-h3\" style=\"margin-bottom: 0.25rem;\" id=\"expert-counselling\">Expert Counselling<\/h3>\n            <p style=\"color: #64748b; font-size: 0.875rem; margin-bottom: 2rem;\">Start your journey to success today.<\/p>\n            \n            <form id=\"gl-counseling-form\">\n              <div class=\"gl-lp-form-grid\">\n                <div class=\"gl-lp-form-group\">\n                  <label class=\"gl-lp-label\">First Name<\/label>\n                  <input type=\"text\" name=\"firstName\" required placeholder=\"e.g. Rahul\" class=\"gl-lp-input\">\n                <\/div>\n                <div class=\"gl-lp-form-group\">\n                  <label class=\"gl-lp-label\">Last Name<\/label>\n                  <input type=\"text\" name=\"lastName\" required placeholder=\"e.g. Kumar\" class=\"gl-lp-input\">\n                <\/div>\n              <\/div>\n              \n              <div class=\"gl-lp-form-group\">\n                <label class=\"gl-lp-label\">Email ID<\/label>\n                <input type=\"email\" name=\"email\" required placeholder=\"rahul@example.com\" class=\"gl-lp-input\">\n              <\/div>\n              \n              <div class=\"gl-lp-form-group\">\n                <label class=\"gl-lp-label\">Phone Number<\/label>\n                <input type=\"tel\" name=\"phone\" required placeholder=\"+91 00000 00000\" class=\"gl-lp-input\">\n              <\/div>\n              \n              <div class=\"gl-lp-form-group\">\n                <label class=\"gl-lp-label\">Interested Field<\/label>\n                <select name=\"field\" required class=\"gl-lp-select\">\n                  <option value=\"\" disabled selected>Choose your path<\/option>\n                  <option value=\"MBA\">MBA<\/option>\n                  <option value=\"MCA\">MCA<\/option>\n                  <option value=\"M.Tech\">M.Tech<\/option>\n                <\/select>\n              <\/div>\n              \n              <button type=\"submit\" id=\"gl-submit-btn\" class=\"gl-lp-btn-primary\" style=\"width: 100%; margin-top: 1rem;\">\n                Book Your Free Session Now\n              <\/button>\n              <div class=\"gl-lp-error-msg\" id=\"gl-error-msg\"><\/div>\n            <\/form>\n          <\/div>\n          \n          <div class=\"gl-lp-success\" id=\"gl-success\">\n            <div class=\"gl-lp-success-icon\">\n              <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg>\n            <\/div>\n            <h3 class=\"gl-lp-h3\" class=\"gl-lp-h3\" id=\"application-received\">Application Received<\/h3>\n            <p style=\"color: #64748b; margin-top: 0.5rem;\">Our senior admission expert will reach out to you within the hour.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VALUE PROPOSITION -->\n  <section class=\"gl-lp-section\" style=\"background: #ffffff;\">\n    <div class=\"gl-lp-max-width\">\n      <h2 class=\"gl-lp-h2\">\n        Your path to TANCET & CEETA-PG 2026 <br>\n        <span class=\"gl-lp-text-blue\">admissions in Tamil Nadu<\/span>\n      <\/h2>\n      <div style=\"width: 60px; height: 3px; background: #1d6ce5; margin: 1rem auto; border-radius: 2px;\"><\/div>\n      \n      <div class=\"gl-lp-value-grid\">\n        <div class=\"gl-lp-value-card\">\n          <div class=\"gl-lp-icon-circle\">\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c3 3 9 3 12 0v-5\"\/><\/svg>\n          <\/div>\n          <h3 class=\"gl-lp-h3\" style=\"margin-bottom: 1rem;\" class=\"gl-lp-h3\" style=\"margin-bottom: 1rem;\" id=\"mba-mca-m-tech-colleges\">MBA \/ MCA \/ M.Tech Colleges<\/h3>\n          <p style=\"color: #64748b; font-weight: 300;\">Explore the best-fit colleges based on your score and profile using our data-driven engine.<\/p>\n        <\/div>\n        \n        <div class=\"gl-lp-value-card\">\n          <div class=\"gl-lp-icon-circle\">\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m16.24 7.76-2.12 6.36-6.36 2.12 2.12-6.36z\"\/><\/svg>\n          <\/div>\n          <h3 class=\"gl-lp-h3\" style=\"margin-bottom: 1rem;\" class=\"gl-lp-h3\" style=\"margin-bottom: 1rem;\" id=\"specialisation-options\">Specialisation Options<\/h3>\n          <p style=\"color: #64748b; font-weight: 300;\">Choose the right specialisation aligned with your career goals and industry growth trends.<\/p>\n        <\/div>\n        \n        <div class=\"gl-lp-value-card\">\n          <div class=\"gl-lp-icon-circle\">\n            <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 6v6l4 2\"\/><\/svg>\n          <\/div>\n          <h3 class=\"gl-lp-h3\" style=\"margin-bottom: 1rem;\" class=\"gl-lp-h3\" style=\"margin-bottom: 1rem;\" id=\"step-by-step-guidance\">Step-by-step Guidance<\/h3>\n          <p style=\"color: #64748b; font-weight: 300;\">Get expert support at every stage of your journey, from application to seat allotment.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA BANNER -->\n  <div class=\"gl-lp-cta-banner\">\n    <div class=\"gl-lp-max-width\">\n      <div class=\"gl-lp-cta-flex\">\n        <h3 class=\"gl-lp-h3\" style=\"font-size: 1.8rem; line-height: 1.3; max-width: 700px;\">\n          Get personalised college recommendations and expert guidance, <span class=\"gl-lp-text-blue\">at no cost.<\/span>\n        <\/h3>\n        <button class=\"gl-lp-btn-primary\" onclick=\"document.getElementById('gl-hero').scrollIntoView({behavior: 'smooth'})\">\n          Get Free Profile Assessment\n        <\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- STATS -->\n  <section class=\"gl-lp-stats\">\n    <div class=\"gl-lp-max-width\">\n      <h2 class=\"gl-lp-h2\" style=\"color: #fff; margin-bottom: 1rem;\" class=\"gl-lp-h2\" style=\"color: #fff; margin-bottom: 1rem;\" id=\"your-goals-are-our-goals\">Your Goals Are Our Goals<\/h2>\n      <p style=\"color: #94a3b8; font-weight: 300; max-width: 600px; margin: 0 auto;\">Invest in yourself today. Unlock success for a lifetime with the most trusted platform.<\/p>\n      \n      <div class=\"gl-lp-stats-grid\">\n        <div>\n          <div class=\"gl-lp-stat-number\">14M+<\/div>\n          <div class=\"gl-lp-stat-label\">Learners<\/div>\n        <\/div>\n        <div>\n          <div class=\"gl-lp-stat-number\">170+<\/div>\n          <div class=\"gl-lp-stat-label\">Countries<\/div>\n        <\/div>\n        <div>\n          <div class=\"gl-lp-stat-number\">500M+<\/div>\n          <div class=\"gl-lp-stat-label\">Learning Hours<\/div>\n        <\/div>\n        <div>\n          <div class=\"gl-lp-stat-number\">91%<\/div>\n          <div class=\"gl-lp-stat-label\">Completion<\/div>\n        <\/div>\n        <div>\n          <div class=\"gl-lp-stat-number\">4.8\/5.0<\/div>\n          <div class=\"gl-lp-stat-label\">Learner Rating<\/div>\n        <\/div>\n        <div>\n          <div class=\"gl-lp-stat-number\">8200+<\/div>\n          <div class=\"gl-lp-stat-label\">Industry Mentors<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- RATINGS -->\n  <section class=\"gl-lp-section\">\n    <div class=\"gl-lp-max-width\">\n      <div class=\"gl-lp-ratings-grid\">\n        <div class=\"gl-lp-rating-card\">\n          <div class=\"gl-lp-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <div class=\"gl-lp-rating-score\">4.89<\/div>\n          <div style=\"font-weight: 900; margin: 0.5rem 0; color: #1d6ce5;\">COURSE REPORT<\/div>\n          <p style=\"font-size: 0.875rem; color: #64748b; font-style: italic;\">\"Highest rated for career outcomes and curriculum relevance.\"<\/p>\n        <\/div>\n        <div class=\"gl-lp-rating-card\">\n          <div class=\"gl-lp-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <div class=\"gl-lp-rating-score\">4.94<\/div>\n          <div style=\"font-weight: 900; margin: 0.5rem 0; color: #1d6ce5;\">SWITCHUP<\/div>\n          <p style=\"font-size: 0.875rem; color: #64748b; font-style: italic;\">\"Consistently ranked #1 for student satisfaction.\"<\/p>\n        <\/div>\n        <div class=\"gl-lp-rating-card\">\n          <div class=\"gl-lp-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n          <div class=\"gl-lp-rating-score\">4.7<\/div>\n          <div style=\"font-weight: 900; margin: 0.5rem 0; color: #1d6ce5;\">CAREER KARMA<\/div>\n          <p style=\"font-size: 0.875rem; color: #64748b; font-style: italic;\">\"Top recommended for career transitions.\"<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n<script>\n  (function() {\n    var GOOGLE_SCRIPT_URL = 'https:\/\/script.google.com\/macros\/s\/AKfycby59g8hLqy5Q1dWu7IUyHmylD1Ci7mqKye6GCp0ykdpHjX0ULPIXWQtFRhHnYx4zhTQRg\/exec';\n    var form = document.getElementById('gl-counseling-form');\n    var formContainer = document.getElementById('gl-form-container');\n    var successMessage = document.getElementById('gl-success');\n    var submitBtn = document.getElementById('gl-submit-btn');\n    var errorMsg = document.getElementById('gl-error-msg');\n    var btnOriginalText = 'Book Your Free Session Now';\n\n    function showError(msg) {\n      errorMsg.textContent = msg;\n      errorMsg.style.display = 'block';\n    }\n    function hideError() {\n      errorMsg.style.display = 'none';\n    }\n    function setLoading(loading) {\n      if (loading) {\n        submitBtn.disabled = true;\n        submitBtn.innerHTML = '<span class=\"gl-lp-spinner\"><\/span> Submitting...';\n      } else {\n        submitBtn.disabled = false;\n        submitBtn.textContent = btnOriginalText;\n      }\n    }\n\n    function showSuccess() {\n      setLoading(false);\n      formContainer.style.display = 'none';\n      successMessage.style.display = 'block';\n      setTimeout(function() {\n        form.reset();\n        successMessage.style.display = 'none';\n        formContainer.style.display = 'block';\n      }, 10000);\n    }\n\n    if (form) {\n      form.addEventListener('submit', function(e) {\n        e.preventDefault();\n        hideError();\n\n        var fd = new FormData(form);\n        var payload = {\n          source:    'tancet-college',\n          firstName: (fd.get('firstName') || '').trim(),\n          lastName:  (fd.get('lastName')  || '').trim(),\n          email:     (fd.get('email')     || '').trim(),\n          phone:     (fd.get('phone')     || '').trim(),\n          field:     (fd.get('field')     || '').trim(),\n          pageUrl:   window.location.href,\n          userAgent: navigator.userAgent\n        };\n\n        if (!payload.firstName || !payload.lastName) { showError('Please enter your full name.'); return; }\n        if (!\/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(payload.email)) { showError('Please enter a valid email address.'); return; }\n        if (payload.phone.replace(\/\\D\/g, '').length < 10) { showError('Please enter a valid phone number (min 10 digits).'); return; }\n        if (!payload.field) { showError('Please select your interested field.'); return; }\n\n        setLoading(true);\n\n        var done = false;\n        setTimeout(function() {\n          if (done) return;\n          done = true;\n          showSuccess();\n        }, 500);\n\n        fetch(GOOGLE_SCRIPT_URL, {\n          method:  'POST',\n          mode:    'no-cors',\n          headers: { 'Content-Type': 'text\/plain' },\n          body:    JSON.stringify(payload)\n        })\n        .then(function() {\n          if (done) return;\n          done = true;\n          showSuccess();\n        })\n        .catch(function(err) {\n          if (done) return;\n          done = true;\n          setLoading(false);\n          console.error('Form submission error:', err);\n          showError('Something went wrong. Please try again or call us directly.');\n        });\n      });\n    }\n  })();\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You gave your best. Now choose the right college for your career. Get a free expert counselling session to plan your next step for TANCET &#038; CEETA-PG 2026 admissions. 14M+ Learners globally Book Your Free Session Now Expert Counselling Start your journey to success today. First Name Last Name Email ID Phone Number Interested Field [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[],"tags":[],"class_list":["post-117463","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Choose the right college for you - Great Learning Blog: Free Resources what Matters to shape your Career!<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Choose the right college for you\" \/>\n<meta property=\"og:description\" content=\"You gave your best. Now choose the right college for your career. Get a free expert counselling session to plan your next step for TANCET &amp; CEETA-PG 2026 admissions. 14M+ Learners globally Book Your Free Session Now Expert Counselling Start your journey to success today. First Name Last Name Email ID Phone Number Interested Field [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Learning Blog: Free Resources what Matters to shape your Career!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreatLearningOfficial\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Great_Learning\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/\"},\"author\":{\"name\":\"Great Learning Editorial Team\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\"},\"headline\":\"Choose the right college for you\",\"datePublished\":\"2026-04-28T12:15:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/\"},\"wordCount\":211,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/\",\"name\":\"Choose the right college for you - Great Learning Blog: Free Resources what Matters to shape your Career!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop\",\"datePublished\":\"2026-04-28T12:15:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/choose-the-right-college-for-you\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Choose the right college for you\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"name\":\"Great Learning Blog\",\"description\":\"Learn, Upskill &amp; Career Development Guide and Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"alternateName\":\"Great Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\",\"name\":\"Great Learning\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"Great Learning\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreatLearningOfficial\\\/\",\"https:\\\/\\\/x.com\\\/Great_Learning\",\"https:\\\/\\\/www.instagram.com\\\/greatlearningofficial\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/in.pinterest.com\\\/greatlearning12\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/beaconelearning\\\/\"],\"description\":\"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.\",\"email\":\"info@mygreatlearning.com\",\"legalName\":\"Great Learning Education Services Pvt. Ltd\",\"foundingDate\":\"2013-11-29\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\",\"name\":\"Great Learning Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"caption\":\"Great Learning Editorial Team\"},\"description\":\"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.\",\"sameAs\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/Great_Learning\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCObs0kLIrDjX2LLSybqNaEA\"],\"award\":[\"Best EdTech Company of the Year 2024\",\"Education Economictimes Outstanding Education\\\/Edtech Solution Provider of the Year 2024\",\"Leading E-learning Platform 2024\"],\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/author\\\/greatlearning\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Choose the right college for you - Great Learning Blog: Free Resources what Matters to shape your Career!","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"Choose the right college for you","og_description":"You gave your best. Now choose the right college for your career. Get a free expert counselling session to plan your next step for TANCET & CEETA-PG 2026 admissions. 14M+ Learners globally Book Your Free Session Now Expert Counselling Start your journey to success today. First Name Last Name Email ID Phone Number Interested Field [&hellip;]","og_url":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/","og_site_name":"Great Learning Blog: Free Resources what Matters to shape your Career!","article_publisher":"https:\/\/www.facebook.com\/GreatLearningOfficial\/","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Great_Learning","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/#article","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/"},"author":{"name":"Great Learning Editorial Team","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad"},"headline":"Choose the right college for you","datePublished":"2026-04-28T12:15:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/"},"wordCount":211,"publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/","url":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/","name":"Choose the right college for you - Great Learning Blog: Free Resources what Matters to shape your Career!","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/#primaryimage"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop","datePublished":"2026-04-28T12:15:41+00:00","breadcrumb":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop","contentUrl":"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?q=80&w=2671&auto=format&fit=crop"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mygreatlearning.com\/blog\/choose-the-right-college-for-you\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.mygreatlearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Choose the right college for you"}]},{"@type":"WebSite","@id":"https:\/\/www.mygreatlearning.com\/blog\/#website","url":"https:\/\/www.mygreatlearning.com\/blog\/","name":"Great Learning Blog","description":"Learn, Upskill &amp; Career Development Guide and Resources","publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"alternateName":"Great Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mygreatlearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization","name":"Great Learning","url":"https:\/\/www.mygreatlearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","width":900,"height":900,"caption":"Great Learning"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreatLearningOfficial\/","https:\/\/x.com\/Great_Learning","https:\/\/www.instagram.com\/greatlearningofficial\/","https:\/\/www.linkedin.com\/school\/great-learning\/","https:\/\/in.pinterest.com\/greatlearning12\/","https:\/\/www.youtube.com\/user\/beaconelearning\/"],"description":"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.","email":"info@mygreatlearning.com","legalName":"Great Learning Education Services Pvt. Ltd","foundingDate":"2013-11-29","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad","name":"Great Learning Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","caption":"Great Learning Editorial Team"},"description":"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.","sameAs":["https:\/\/www.mygreatlearning.com\/","https:\/\/in.linkedin.com\/school\/great-learning\/","https:\/\/x.com\/https:\/\/twitter.com\/Great_Learning","https:\/\/www.youtube.com\/channel\/UCObs0kLIrDjX2LLSybqNaEA"],"award":["Best EdTech Company of the Year 2024","Education Economictimes Outstanding Education\/Edtech Solution Provider of the Year 2024","Leading E-learning Platform 2024"],"url":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"web-stories-poster-portrait":false,"web-stories-publisher-logo":false,"web-stories-thumbnail":false},"uagb_author_info":{"display_name":"Great Learning Editorial Team","author_link":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"},"uagb_comment_info":0,"uagb_excerpt":"You gave your best. Now choose the right college for your career. Get a free expert counselling session to plan your next step for TANCET & CEETA-PG 2026 admissions. 14M+ Learners globally Book Your Free Session Now Expert Counselling Start your journey to success today. First Name Last Name Email ID Phone Number Interested Field&hellip;","_links":{"self":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/117463","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/comments?post=117463"}],"version-history":[{"count":15,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/117463\/revisions"}],"predecessor-version":[{"id":117467,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/117463\/revisions\/117467"}],"wp:attachment":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media?parent=117463"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/categories?post=117463"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/tags?post=117463"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}