{"id":168,"date":"2026-03-21T21:13:21","date_gmt":"2026-03-21T13:13:21","guid":{"rendered":"https:\/\/www.felb.my\/?p=168"},"modified":"2026-03-21T21:13:24","modified_gmt":"2026-03-21T13:13:24","slug":"free-mbti-personality-test-discover-your-16-type-profile","status":"publish","type":"post","link":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/","title":{"rendered":"Free MBTI Personality Test: Discover Your 16 Type Profile"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Find Your 16-Personality Type<\/h3>\n\n\n\n<p>The Myers-Briggs Type Indicator (MBTI) is one of the most popular personality frameworks in the world. It evaluates how you perceive the world and make decisions based on four key dimensions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Introversion (I) vs. Extraversion (E):<\/strong> How you channel your energy.<\/li>\n\n\n\n<li><strong>Sensing (S) vs. Intuition (N):<\/strong> How you process information.<\/li>\n\n\n\n<li><strong>Thinking (T) vs. Feeling (F):<\/strong> How you make decisions.<\/li>\n\n\n\n<li><strong>Judging (J) vs. Perceiving (P):<\/strong> How you organize your life.<\/li>\n<\/ul>\n\n\n\n<p><strong>Instructions:<\/strong> Be honest with yourself. There are no &#8220;right&#8221; or &#8220;wrong&#8221; answers. Choose the option that feels most natural to you, even if it&#8217;s not how you act in every single situation.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>MBTI Personality Profiler | felb.my<\/title>\n    <style>\n        :root { --primary: #2c3e50; --accent: #8e44ad; --light: #f8f9fa; }\n        body { font-family: 'Inter', sans-serif; background: var(--light); color: var(--primary); padding: 20px; line-height: 1.6; }\n        .container { max-width: 700px; margin: 40px auto; background: white; padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }\n        .quiz-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-weight: bold; }\n        #question-counter { color: var(--accent); }\n        .progress-bar { width: 100%; height: 8px; background: #eee; border-radius: 4px; margin-bottom: 30px; overflow: hidden; }\n        #progress-fill { height: 100%; width: 0%; background: var(--accent); transition: 0.4s; }\n        .question-page { display: none; }\n        .question-page.active { display: block; animation: fadeIn 0.5s; }\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n        .statement { font-size: 1.2rem; font-weight: 600; margin-bottom: 25px; display: block; text-align: center; }\n        .options-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; background: #fafafa; padding: 20px; border-radius: 10px; }\n        .option-label { display: flex; flex-direction: column; align-items: center; cursor: pointer; flex: 1; }\n        .option-label input { margin-bottom: 8px; width: 18px; height: 18px; }\n        .nav-buttons { display: flex; justify-content: space-between; border-top: 1px solid #eee; padding-top: 20px; }\n        button { padding: 12px 25px; border-radius: 8px; border: none; cursor: pointer; font-weight: bold; }\n        .btn-next { background: var(--accent); color: white; }\n        #results { display: none; text-align: center; }\n        .type-box { font-size: 3rem; font-weight: 800; color: var(--accent); margin: 20px 0; letter-spacing: 5px; }\n        .email-box { background: #f4f0f7; padding: 20px; border-radius: 10px; margin-top: 30px; }\n        input[type=\"email\"] { padding: 10px; width: 70%; margin-bottom: 10px; border-radius: 5px; border: 1px solid #ddd; }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n    <div id=\"quiz-container\">\n        <div class=\"quiz-header\">\n            <span id=\"question-counter\">Question 1 of 24<\/span>\n            <span id=\"percent-text\">0%<\/span>\n        <\/div>\n        <div class=\"progress-bar\"><div id=\"progress-fill\"><\/div><\/div>\n        \n        <form id=\"mbtiForm\">\n            <div id=\"question-wrapper\"><\/div>\n            <div class=\"nav-buttons\">\n                <button type=\"button\" onclick=\"movePage(-1)\" id=\"prevBtn\" style=\"visibility:hidden\">Back<\/button>\n                <button type=\"button\" onclick=\"movePage(1)\" id=\"nextBtn\" class=\"btn-next\">Next<\/button>\n            <\/div>\n        <\/form>\n    <\/div>\n\n    <div id=\"results\">\n        <h2>Your Personality Type is:<\/h2>\n        <div id=\"type-result\" class=\"type-box\">XXXX<\/div>\n        <p id=\"type-desc\" style=\"font-size: 1.1rem; color: #555;\"><\/p>\n        \n        <div class=\"email-box\">\n            <h3>Get Your 16-Personalities Guide<\/h3>\n            <p>We&#8217;ll send you a deep-dive into your type&#8217;s career and relationship habits.<\/p>\n            <input type=\"email\" id=\"userEmail\" placeholder=\"email@example.com\"><br>\n            <button class=\"btn-next\" onclick=\"alert('Results Sent!')\">Email Results<\/button>\n        <\/div>\n        <button onclick=\"location.reload()\" style=\"margin-top:20px; background:none; text-decoration:underline; cursor:pointer;\">Retake Test<\/button>\n    <\/div>\n<\/div>\n\n<script>\n    const questions = [\n        \/\/ E vs I (Extraversion vs Introversion)\n        { text: \"I feel energized after spending time with a large group of people.\", dim: \"EI\", weight: 1 },\n        { text: \"I prefer to think things through alone before speaking.\", dim: \"EI\", weight: -1 },\n        { text: \"I am usually the one to start conversations with strangers.\", dim: \"EI\", weight: 1 },\n        { text: \"I enjoy being at the center of attention.\", dim: \"EI\", weight: 1 },\n        { text: \"I find long social interactions draining.\", dim: \"EI\", weight: -1 },\n        { text: \"I have a wide circle of many acquaintances.\", dim: \"EI\", weight: 1 },\n\n        \/\/ S vs N (Sensing vs Intuition)\n        { text: \"I focus more on facts and details than on 'what-if' possibilities.\", dim: \"SN\", weight: 1 },\n        { text: \"I am often described as a creative and imaginative person.\", dim: \"SN\", weight: -1 },\n        { text: \"I prefer following a proven routine over trying new methods.\", dim: \"SN\", weight: 1 },\n        { text: \"I like to look for deeper meanings in things.\", dim: \"SN\", weight: -1 },\n        { text: \"I trust my physical experience more than my gut feeling.\", dim: \"SN\", weight: 1 },\n        { text: \"I enjoy discussing abstract or theoretical concepts.\", dim: \"SN\", weight: -1 },\n\n        \/\/ T vs F (Thinking vs Feeling)\n        { text: \"I prioritize logic over emotions when making a tough choice.\", dim: \"TF\", weight: 1 },\n        { text: \"I am very sensitive to the feelings of those around me.\", dim: \"TF\", weight: -1 },\n        { text: \"In an argument, truth is more important than being polite.\", dim: \"TF\", weight: 1 },\n        { text: \"I strive to maintain harmony in my relationships at all costs.\", dim: \"TF\", weight: -1 },\n        { text: \"I value efficiency and results more than people's feelings.\", dim: \"TF\", weight: 1 },\n        { text: \"I make decisions based on my personal values.\", dim: \"TF\", weight: -1 },\n\n        \/\/ J vs P (Judging vs Perceiving)\n        { text: \"I like to have a detailed plan for my day.\", dim: \"JP\", weight: 1 },\n        { text: \"I am comfortable leaving things open for last-minute changes.\", dim: \"JP\", weight: -1 },\n        { text: \"I feel better when my workspace is organized and tidy.\", dim: \"JP\", weight: 1 },\n        { text: \"I prefer to explore options rather than reach a final decision.\", dim: \"JP\", weight: -1 },\n        { text: \"I always finish my tasks well before the deadline.\", dim: \"JP\", weight: 1 },\n        { text: \"I work best under pressure at the very last minute.\", dim: \"JP\", weight: -1 }\n    ];\n\n    let currentPage = 0;\n    const wrapper = document.getElementById('question-wrapper');\n\n    questions.forEach((q, i) => {\n        const div = document.createElement('div');\n        div.className = `question-page ${i === 0 ? 'active' : ''}`;\n        div.innerHTML = `<span class=\"statement\">${q.text}<\/span>\n            <div class=\"options-row\">\n                <span style=\"font-size:0.7rem; color:#999;\">Disagree<\/span>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"-2\">1<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"-1\">2<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"0\">3<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"1\">4<\/label>\n                <label class=\"option-label\"><input type=\"radio\" name=\"q${i}\" value=\"2\">5<\/label>\n                <span style=\"font-size:0.7rem; color:#999;\">Agree<\/span>\n            <\/div>`;\n        wrapper.appendChild(div);\n    });\n\n    function updateUI() {\n        document.getElementById('question-counter').innerText = `Question ${currentPage + 1} of 24`;\n        document.getElementById('progress-fill').style.width = ((currentPage + 1) \/ 24 * 100) + '%';\n        document.getElementById('prevBtn').style.visibility = currentPage === 0 ? 'hidden' : 'visible';\n        document.getElementById('nextBtn').innerText = currentPage === 23 ? 'Finish' : 'Next';\n    }\n\n    function movePage(step) {\n        if (step === 1 && !document.querySelector(`input[name=\"q${currentPage}\"]:checked`)) {\n            alert(\"Please select an answer.\"); return;\n        }\n        document.querySelectorAll('.question-page')[currentPage].classList.remove('active');\n        currentPage += step;\n        if (currentPage >= 24) calculateMBTI();\n        else {\n            document.querySelectorAll('.question-page')[currentPage].classList.add('active');\n            updateUI();\n        }\n    }\n\n    function calculateMBTI() {\n        let scores = { EI: 0, SN: 0, TF: 0, JP: 0 };\n        questions.forEach((q, i) => {\n            const val = parseInt(document.querySelector(`input[name=\"q${i}\"]:checked`).value);\n            scores[q.dim] += (val * q.weight);\n        });\n\n        const type = (scores.EI >= 0 ? \"E\" : \"I\") + \n                     (scores.SN >= 0 ? \"S\" : \"N\") + \n                     (scores.TF >= 0 ? \"T\" : \"F\") + \n                     (scores.JP >= 0 ? \"J\" : \"P\");\n\n        document.getElementById('quiz-container').style.display = 'none';\n        document.getElementById('results').style.display = 'block';\n        document.getElementById('type-result').innerText = type;\n        document.getElementById('type-desc').innerText = `You are the \"${type}\" type. Discover how your unique combination of traits influences your work and life!`;\n    }\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Find Your 16-Personality Type The Myers-Briggs Type Indicator (MBTI) is one of the most popular personality frameworks in the world. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"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":"","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-168","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Free MBTI Personality Test: Discover Your 16 Type Profile - FELB<\/title>\n<meta name=\"description\" content=\"Take our free MBTI personality assessment to identify your 4-letter code. Discover your strengths, weaknesses, and how you interact with the world in 5 minutes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free MBTI Personality Test: Discover Your 16 Type Profile - FELB\" \/>\n<meta property=\"og:description\" content=\"Take our free MBTI personality assessment to identify your 4-letter code. Discover your strengths, weaknesses, and how you interact with the world in 5 minutes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/\" \/>\n<meta property=\"og:site_name\" content=\"FELB\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-21T13:13:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-21T13:13:24+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/#\\\/schema\\\/person\\\/2dce15a63abd1fea218ff5e782258790\"},\"headline\":\"Free MBTI Personality Test: Discover Your 16 Type Profile\",\"datePublished\":\"2026-03-21T13:13:21+00:00\",\"dateModified\":\"2026-03-21T13:13:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/\"},\"wordCount\":150,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/\",\"url\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/\",\"name\":\"Free MBTI Personality Test: Discover Your 16 Type Profile - FELB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/#website\"},\"datePublished\":\"2026-03-21T13:13:21+00:00\",\"dateModified\":\"2026-03-21T13:13:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/#\\\/schema\\\/person\\\/2dce15a63abd1fea218ff5e782258790\"},\"description\":\"Take our free MBTI personality assessment to identify your 4-letter code. Discover your strengths, weaknesses, and how you interact with the world in 5 minutes.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/2026\\\/03\\\/21\\\/free-mbti-personality-test-discover-your-16-type-profile\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.felb.my\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free MBTI Personality Test: Discover Your 16 Type Profile\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/#website\",\"url\":\"https:\\\/\\\/www.felb.my\\\/\",\"name\":\"FELB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.felb.my\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.felb.my\\\/#\\\/schema\\\/person\\\/2dce15a63abd1fea218ff5e782258790\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/felb.my\"],\"url\":\"https:\\\/\\\/www.felb.my\\\/index.php\\\/author\\\/engloon-chngfelb-my\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free MBTI Personality Test: Discover Your 16 Type Profile - FELB","description":"Take our free MBTI personality assessment to identify your 4-letter code. Discover your strengths, weaknesses, and how you interact with the world in 5 minutes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/","og_locale":"en_US","og_type":"article","og_title":"Free MBTI Personality Test: Discover Your 16 Type Profile - FELB","og_description":"Take our free MBTI personality assessment to identify your 4-letter code. Discover your strengths, weaknesses, and how you interact with the world in 5 minutes.","og_url":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/","og_site_name":"FELB","article_published_time":"2026-03-21T13:13:21+00:00","article_modified_time":"2026-03-21T13:13:24+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/#article","isPartOf":{"@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/"},"author":{"name":"admin","@id":"https:\/\/www.felb.my\/#\/schema\/person\/2dce15a63abd1fea218ff5e782258790"},"headline":"Free MBTI Personality Test: Discover Your 16 Type Profile","datePublished":"2026-03-21T13:13:21+00:00","dateModified":"2026-03-21T13:13:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/"},"wordCount":150,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/","url":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/","name":"Free MBTI Personality Test: Discover Your 16 Type Profile - FELB","isPartOf":{"@id":"https:\/\/www.felb.my\/#website"},"datePublished":"2026-03-21T13:13:21+00:00","dateModified":"2026-03-21T13:13:24+00:00","author":{"@id":"https:\/\/www.felb.my\/#\/schema\/person\/2dce15a63abd1fea218ff5e782258790"},"description":"Take our free MBTI personality assessment to identify your 4-letter code. Discover your strengths, weaknesses, and how you interact with the world in 5 minutes.","breadcrumb":{"@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.felb.my\/index.php\/2026\/03\/21\/free-mbti-personality-test-discover-your-16-type-profile\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.felb.my\/"},{"@type":"ListItem","position":2,"name":"Free MBTI Personality Test: Discover Your 16 Type Profile"}]},{"@type":"WebSite","@id":"https:\/\/www.felb.my\/#website","url":"https:\/\/www.felb.my\/","name":"FELB","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.felb.my\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.felb.my\/#\/schema\/person\/2dce15a63abd1fea218ff5e782258790","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/733e7e3345cb5310f0b0bdb5d18054f6763c0f4db321f754627b29480cbf18be?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/felb.my"],"url":"https:\/\/www.felb.my\/index.php\/author\/engloon-chngfelb-my\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts\/168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":1,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts\/168\/revisions"}],"predecessor-version":[{"id":169,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/posts\/168\/revisions\/169"}],"wp:attachment":[{"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/media?parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/categories?post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.felb.my\/index.php\/wp-json\/wp\/v2\/tags?post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}