{"id":18,"date":"2026-04-28T09:50:49","date_gmt":"2026-04-28T09:50:49","guid":{"rendered":"https:\/\/ibifoundry.com.ng\/?page_id=18"},"modified":"2026-04-28T09:50:50","modified_gmt":"2026-04-28T09:50:50","slug":"about-simon-taki-zaku-ibifoundry","status":"publish","type":"page","link":"https:\/\/ibifoundry.com.ng\/?page_id=18","title":{"rendered":"About Dr. Simon Taki Zaku, PH.D | IbiFoundry Limited CEO &amp; Founder"},"content":{"rendered":"\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>About Dr. Simon Taki Zaku | IbiFoundry<\/title>\n\n<style>\n  \/* ======= GODMODE PHYSICS v19.0 (Mobile-First, Auto-Responsive, High-Ticket Focus) ======= *\/\n  :root {\n    --g: #00D084; --y: #FFD600; --b: #050505; --w: #ffffff;\n    --muted: #555555; --bg: #fafafa; --line: #e0e0e0;\n    --font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    --shadow: 6px 6px 0px #000000;\n    --shadow-hover: 12px 12px 0px #000000;\n    --shadow-sm: 4px 4px 0px #000000;\n    --radius: 20px;\n    --ease: cubic-bezier(0.25, 1, 0.5, 1);\n  }\n\n  * { box-sizing: border-box; }\n  \n  html, body { \n    margin: 0; padding: 0; width: 100%; \n    background-color: var(--bg); \n    background-image: radial-gradient(var(--line) 2px, transparent 2px);\n    background-size: 30px 30px; \/* Blueprint Dot Matrix *\/\n    color: var(--b); font-family: var(--font); overflow-x: hidden !important; \n  }\n  \n  a { text-decoration: none; color: inherit; transition: 0.3s var(--ease); }\n  img, iframe { max-width: 100%; height: auto; display: block; border: none; }\n\n  \/* ======= INFINITE AUTHORITY MARQUEE ======= *\/\n  .marquee-wrapper {\n    background: var(--b); color: var(--y); padding: 12px 0; overflow: hidden;\n    border-bottom: 4px solid var(--y); display: flex; white-space: nowrap;\n    font-weight: 900; font-size: 15px; letter-spacing: 0.5px; text-transform: capitalize;\n  }\n  .marquee-content { display: flex; animation: marquee 25s linear infinite; }\n  .marquee-content span { padding: 0 30px; }\n  @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }\n\n  \/* ======= UNIFIED AUTO-RESPONSIVE GRID SYSTEM ======= *\/\n  .ibi-master-wrap {\n    width: 100%; max-width: 1350px; margin: 0 auto; padding: clamp(20px, 5vw, 60px) clamp(15px, 4vw, 30px);\n    display: grid; grid-template-columns: 1fr; gap: clamp(30px, 6vw, 50px);\n    position: relative; z-index: 2;\n  }\n  \n  \/* Desktop Switch *\/\n  @media(min-width: 1024px) {\n    .ibi-master-wrap { grid-template-columns: 1fr 400px; align-items: start; }\n    .godmode-sidebar { display: flex !important; position: sticky; top: 30px; height: max-content; }\n  }\n\n  \/* ======= TYPOGRAPHY (Strictly Title\/Sentence Case) ======= *\/\n  h1 { font-size: clamp(36px, 8vw, 64px); font-weight: 900; line-height: 1.05; letter-spacing: -1.5px; margin: 0 0 20px; color: var(--b); text-transform: capitalize; text-shadow: 2px 2px 0px var(--w), 4px 4px 0px var(--line); }\n  h2 { font-size: clamp(28px, 6vw, 46px); font-weight: 900; line-height: 1.2; margin: 0 0 20px; letter-spacing: -1px; text-transform: capitalize; }\n  h3 { font-size: clamp(20px, 4vw, 26px); font-weight: 900; margin: 0 0 10px; text-transform: capitalize; }\n  p { font-size: clamp(16px, 3.5vw, 19px); color: var(--muted); margin: 0 0 20px; line-height: 1.8; }\n  \n  .kicker { display: inline-block; background: var(--y); color: var(--b); padding: 10px 20px; border-radius: 50px; font-size: 15px; font-weight: 900; border: 3px solid var(--b); margin-bottom: 25px; box-shadow: var(--shadow-sm); text-transform: capitalize; }\n  .highlight { background: var(--g); color: var(--w); padding: 0 10px; transform: skew(-4deg); display: inline-block; box-shadow: 4px 4px 0px var(--b); margin: 5px 0; }\n  .link-text { color: var(--b); font-weight: 900; text-decoration: none; border-bottom: 3px solid var(--g); transition: 0.2s; }\n  .link-text:hover { background: var(--g); color: var(--w); }\n\n  \/* ======= BRUTALIST BUTTONS ======= *\/\n  .btn {\n    display: inline-flex; width: 100%; justify-content: center; align-items: center; gap: 10px;\n    padding: 20px 25px; border-radius: 16px; font-weight: 900; font-size: clamp(16px, 4vw, 18px);\n    cursor: pointer; transition: 0.2s var(--ease);\n    border: 3px solid var(--b); box-shadow: var(--shadow); text-align: center; line-height: 1.3;\n    text-transform: capitalize; position: relative; overflow: hidden; z-index: 1;\n  }\n  .btn::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background: rgba(0,0,0,0.1); transition: 0.3s; z-index: -1; }\n  .btn:hover::after { height: 100%; }\n  .btn:active { transform: translate(4px, 4px); box-shadow: 0px 0px 0px var(--b); }\n  \n  .btn-primary { background: var(--g); color: var(--b); }\n  .btn-primary:hover { background: var(--y); transform: translate(-3px, -3px) rotate(-1deg); box-shadow: var(--shadow-hover); }\n  \n  .btn-black { background: var(--b); color: var(--w); }\n  .btn-black:hover { background: var(--w); color: var(--b); transform: translate(-3px, -3px) rotate(1deg); box-shadow: var(--shadow-hover); }\n\n  \/* ======= CARDS & CONTAINERS ======= *\/\n  .section { margin-bottom: clamp(30px, 6vw, 60px); padding: clamp(25px, 5vw, 50px); background: var(--w); border: 4px solid var(--b); border-radius: var(--radius); box-shadow: var(--shadow); position: relative; overflow: hidden; transition: 0.3s; }\n  .section:hover { box-shadow: var(--shadow-hover); }\n  \n  .section-dark { background: var(--b); color: var(--w); border-color: var(--b); }\n  .section-dark p { color: #d0d0d0; }\n  .section-dark .btn-primary { box-shadow: var(--shadow-sm); border-color: var(--b); outline: 3px solid var(--g); }\n  .section-dark .btn-primary:hover { box-shadow: 8px 8px 0px var(--g); }\n\n  \/* True Auto-Responsive Grids *\/\n  .grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 25px; margin-top: 30px; }\n\n  .card { background: var(--w); border: 3px solid var(--b); border-radius: 16px; padding: clamp(20px, 4vw, 35px); transition: 0.3s var(--ease); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow-sm); }\n  .card:hover { border-color: var(--b); background: var(--bg); box-shadow: var(--shadow-hover); transform: translateY(-5px) rotate(-1deg); }\n\n  \/* ======= STORY ELEMENTS ======= *\/\n  .avatar-ring { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; border: 5px solid var(--b); margin: 0 auto 25px; box-shadow: var(--shadow); transition: 0.4s; background: var(--w); padding: 5px; }\n  .avatar-ring:hover { transform: scale(1.05) rotate(2deg); box-shadow: 12px 12px 0px var(--g); }\n  .quote-box { border-left: 8px solid var(--y); padding: 25px; margin: 35px 0; font-style: italic; font-size: clamp(18px, 4vw, 22px); color: var(--b); font-weight: 800; background: var(--bg); border-radius: 0 16px 16px 0; box-shadow: inset 4px 0px 0px var(--b); }\n  \n  \/* ======= SIDEBAR WIDGETS ======= *\/\n  .godmode-sidebar { display: flex; flex-direction: column; gap: clamp(20px, 4vw, 40px); }\n  .widget { background: var(--w); border: 4px solid var(--b); border-radius: var(--radius); padding: 35px 25px 25px; box-shadow: var(--shadow); text-align: left; position: relative; transition: 0.3s; }\n  .widget:hover { transform: translateX(-4px); box-shadow: var(--shadow-hover); }\n  .widget-head { background: var(--b); color: var(--y); padding: 12px 20px; font-weight: 900; font-size: 16px; margin: -35px -25px 20px -25px; border-bottom: 3px solid var(--b); border-top-left-radius: 15px; border-top-right-radius: 15px; text-transform: capitalize; }\n  \n  .link-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }\n  .link-list a { display: flex; align-items: center; font-size: clamp(15px, 3.5vw, 17px); font-weight: 800; color: var(--b); padding: 15px; border-radius: 12px; transition: 0.2s; background: var(--bg); border: 2px solid transparent; line-height: 1.4; }\n  .link-list a:hover { background: var(--y); padding-left: 20px; border-color: var(--b); box-shadow: 4px 4px 0px var(--b); transform: rotate(-1deg); }\n\n  \/* ======= INTERACTIVE FAQ (NEW ADDITION) ======= *\/\n  .faq-item { border: 3px solid var(--b); margin-bottom: 15px; border-radius: 12px; overflow: hidden; background: var(--bg); transition: 0.3s; }\n  .faq-item:hover { box-shadow: var(--shadow-sm); transform: translateX(3px); }\n  .faq-btn { width: 100%; text-align: left; background: none; border: none; padding: 20px; font-size: 18px; font-weight: 900; color: var(--b); cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font); text-transform: capitalize; }\n  .faq-content { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; font-size: 16px; color: var(--muted); font-weight: 600; }\n  .faq-item.active .faq-content { padding: 0 20px 20px; max-height: 500px; }\n  .faq-item.active { background: var(--w); border-color: var(--g); }\n  .faq-icon { font-size: 24px; font-weight: 900; transition: 0.3s; color: var(--g); }\n  .faq-item.active .faq-icon { transform: rotate(45deg); color: var(--b); }\n\n  \/* ======= MOBILE STICKY CTA (NEW ADDITION) ======= *\/\n  .mobile-cta-bar { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: var(--w); padding: 15px 20px; border-top: 4px solid var(--b); z-index: 9999; box-shadow: 0 -10px 20px rgba(0,0,0,0.1); }\n  @media(max-width: 1023px) { \n    .mobile-cta-bar { display: block; } \n    body { padding-bottom: 90px; } \/* Prevent overlap *\/\n  }\n\n  \/* ======= REVEAL ANIMATIONS ======= *\/\n  .reveal { opacity: 0; transform: translateY(40px); transition: 0.6s var(--ease); }\n  .reveal.in { opacity: 1; transform: translateY(0); }\n<\/style>\n<\/head>\n<body>\n\n  <div class=\"marquee-wrapper\">\n    <div class=\"marquee-content\">\n      <span>\ud83d\ude80 Over 1.5 Million Visitors Generated<\/span>\n      <span>\ud83c\udf0d Global SEO Engineering<\/span>\n      <span>\ud83d\udd25 Featured On EvanCarmichael.com<\/span>\n      <span>\u26a1 15+ Years Digital Expertise<\/span>\n      <span>\ud83d\ude80 Over 1.5 Million Visitors Generated<\/span>\n      <span>\ud83c\udf0d Global SEO Engineering<\/span>\n      <span>\ud83d\udd25 Featured On EvanCarmichael.com<\/span>\n      <span>\u26a1 15+ Years Digital Expertise<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"ibi-master-wrap\">\n    \n    <main class=\"main-content\">\n      \n      <div class=\"section reveal\" style=\"text-align:center; border-color:var(--b);\">\n        <img decoding=\"async\" src=\"https:\/\/static.wixstatic.com\/media\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg\" class=\"avatar-ring\" alt=\"Dr. Simon Taki Zaku\">\n        <br>\n        <div class=\"kicker\">Founder &#038; CEO<\/div>\n        <h1>Meet Dr. Simon Taki Zaku: <br><span class=\"highlight\">The Architect<\/span> Behind IbiFoundry.<\/h1>\n        <p style=\"max-width: 700px; margin-left:auto; margin-right:auto; font-weight: 600;\">From copying and pasting news on a mother&#8217;s phone in Taraba State, to engineering multi-million Naira visibility systems for African giants. This is the official story of resilience, SEO, and the IbiFoundry dream.<\/p>\n        \n        <div style=\"max-width: 450px; margin: 40px auto 0;\">\n          <a href=\"https:\/\/wa.me\/2349137839031?text=Hello%20Dr.%20Simon,%20I%20am%20reading%20your%20story%20on%20IbiFoundry.%20I%20would%20love%20to%20connect.\" target=\"_blank\" class=\"btn btn-primary\">\n            Message Dr. Simon Directly\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"section reveal\" style=\"background: linear-gradient(180deg, var(--w) 0%, var(--bg) 100%);\">\n        <h2>The $60 Spark That Changed Everything<\/h2>\n        <p>Growing up in Jalingo, Taraba State, life was shaped by the realities of living in a place rich in potential but often overlooked. My parents, Dr. Mrs. Christie S. Zaku and Mr. Fred Taki Zaku, always encouraged me to strive for more and think beyond our immediate circumstances.<\/p>\n        <p>As a teenager, a friend showed me a $60 Google AdSense check. That small moment was my turning point. I didn&#8217;t even own a computer. Using my mother&#8217;s phone, I created my first blog, <i>Zakxloaded<\/i>. I copied and pasted news, not knowing a single thing about SEO.<\/p>\n        \n        <div class=\"quote-box\">\n          &#8220;I didn&#8217;t have capital or connections. I had a phone, a willingness to learn, and an absolute refusal to remain invisible.&#8221;\n        <\/div>\n\n        <p>Four years later, after running and closing several websites, I began mastering Content Marketing and SEO. I realized that African businesses were losing millions not because of bad products, but because of <b>Digital Silence<\/b>.<\/p>\n      <\/div>\n\n      <div class=\"section reveal section-dark\">\n        <h2 style=\"color:var(--y); text-shadow: 2px 2px 0px var(--b);\">Why &#8220;Ibi&#8221; Foundry?<\/h2>\n        <p>The name IbiFoundry is deeply personal. I chose \u201cIbi\u201d in honor of my hometown in Taraba State. It is a symbol of untapped potential. The word \u201cFoundry\u201d represents a place where raw materials are forged into something powerful.<\/p>\n        <p>At the heart of <a href=\"https:\/\/ibifoundry.com.ng\/what-is-ibifoundry\" target=\"_blank\" style=\"color:var(--g); text-decoration:underline;\">IbiFoundry Limited<\/a> is a desire to empower the next generation. I want to show the world the power of Nigerian talent. We are not just bystanders in the global economy\u2014we are creators, innovators, and disruptors.<\/p>\n        \n        <div style=\"max-width: 450px; margin: 40px 0 0;\">\n          <a href=\"https:\/\/ibifoundry.com.ng\/ibifoundry-partnerships-and-collaborations\" target=\"_blank\" class=\"btn btn-primary\" style=\"font-size: 18px;\">\n            Partner With IbiFoundry\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"section reveal\">\n        <h2>Built By Implementation. Not Theory.<\/h2>\n        <p>Over the last 15 years, I have published articles that generated over 1.5 Million unique visitors for B2B SaaS companies. My personal content has generated over 15,000 social shares.<\/p>\n        <p>I have been featured and quoted as an expert on top marketing platforms including <b>EvanCarmichael.com<\/b>, <b>FitSmallBusiness.com<\/b>, and <b>MostlyBlogging.com<\/b>. In 2019, I was nominated for the &#8220;Best Internet Marketing Blog&#8221; by the Infinity Blog Awards.<\/p>\n        <p>Today, I run a growing conglomerate spanning <a href=\"https:\/\/ibifoundry.com.ng\/ibi-foundry-seo-agency-and-google-services-in-nigeria\" target=\"_blank\" class=\"link-text\">SEO Engineering<\/a>, <a href=\"https:\/\/ibifoundry.com.ng\/shop-ibi-foundry-e-products-and-services-by-simon\" target=\"_blank\" class=\"link-text\">E-commerce Retail<\/a>, and <a href=\"https:\/\/ibifoundry.com.ng\/courses-freelance-to-1k-free-lesson\" target=\"_blank\" class=\"link-text\">Digital Education<\/a> right here from Nigeria.<\/p>\n      <\/div>\n\n      <div class=\"section reveal\" style=\"background:#f0f4f8; border-color:var(--g);\">\n        <h2>The Wall Of Evidence<\/h2>\n        <p>What global leaders say about Dr. Simon&#8217;s work over the years.<\/p>\n        \n        <div class=\"grid-auto\">\n          <div class=\"card\" style=\"border-top: 6px solid var(--y);\">\n            <p style=\"font-size:16px; font-style:italic; color:var(--b); font-weight: 700;\">&#8220;Your content always delivers. Keep up the great work over there!&#8221;<\/p>\n            <h3 style=\"font-size:18px; margin:0; color: var(--b);\">Sam Hurley<\/h3>\n            <p style=\"font-size:14px; margin:0;\">#1 Digital Marketing Influencer<\/p>\n          <\/div>\n          <div class=\"card\" style=\"border-top: 6px solid var(--g);\">\n            <p style=\"font-size:16px; font-style:italic; color:var(--b); font-weight: 700;\">&#8220;I learned so much more about influencer marketing than I ever could from reading random blog posts. Exceptional results.&#8221;<\/p>\n            <h3 style=\"font-size:18px; margin:0; color: var(--b);\">Nikola Roza<\/h3>\n            <p style=\"font-size:14px; margin:0;\">NikolaRoza.com<\/p>\n          <\/div>\n          <div class=\"card\" style=\"border-top: 6px solid var(--b);\">\n            <p style=\"font-size:16px; font-style:italic; color:var(--b); font-weight: 700;\">&#8220;Wow, Simon! This is the best article I have ever read&#8230; I have PAID good money to learn more about it. You gave this for free!&#8221;<\/p>\n            <h3 style=\"font-size:18px; margin:0; color: var(--b);\">Amy Marohl<\/h3>\n            <p style=\"font-size:14px; margin:0;\">Neededinthehome.com<\/p>\n          <\/div>\n          <div class=\"card\" style=\"border-top: 6px solid var(--y);\">\n            <p style=\"font-size:16px; font-style:italic; color:var(--b); font-weight: 700;\">&#8220;Thank you for sharing this awesome guide, Simon!! I learned a ton that I am going to start implementing right away.&#8221;<\/p>\n            <h3 style=\"font-size:18px; margin:0; color: var(--b);\">Mary Fernandez<\/h3>\n            <p style=\"font-size:14px; margin:0;\">Persuasion-Nation.com<\/p>\n          <\/div>\n        <\/div>\n        \n        <div style=\"margin-top:35px; text-align: center;\">\n          <a href=\"https:\/\/ibifoundry.com.ng\/testimonials\/\" target=\"_blank\" class=\"btn btn-black\" style=\"display: inline-flex; width: auto; padding: 15px 30px;\">Read All Verified Testimonials \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"section reveal\">\n        <h2>Consultation &#038; Collaboration FAQ<\/h2>\n        <p>Clear answers on how to work directly with Dr. Simon.<\/p>\n        \n        <div class=\"faq-item\">\n          <button class=\"faq-btn\" onclick=\"toggleFaq(this)\">Do You Accept International Clients? <span class=\"faq-icon\">+<\/span><\/button>\n          <div class=\"faq-content\">\n            <p>Yes. While IbiFoundry is proudly headquartered in Jalingo, Nigeria, we actively build and engineer search architecture for global businesses, founders, and B2B SaaS companies worldwide.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"faq-item\">\n          <button class=\"faq-btn\" onclick=\"toggleFaq(this)\">How Can I Book A Speaking Engagement? <span class=\"faq-icon\">+<\/span><\/button>\n          <div class=\"faq-content\">\n            <p>You can reach out directly via the WhatsApp lines provided on this page, or email IbiFoundry@gmail.com with your event details, date, and core topics.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"faq-item\">\n          <button class=\"faq-btn\" onclick=\"toggleFaq(this)\">Does Dr. Simon Offer 1-on-1 Mentorship? <span class=\"faq-icon\">+<\/span><\/button>\n          <div class=\"faq-content\">\n            <p>Yes. Dr. Simon runs the premium &#8220;Freelance to $1k&#8221; 1-on-1 coaching program designed specifically to help ambitious individuals turn their digital skills into high-ticket global income.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"section reveal\">\n        <h2>Watch My Story<\/h2>\n        <div class=\"vid-wrap\" style=\"border: 4px solid var(--b); border-radius: 16px; overflow: hidden; position: relative; padding-bottom: 56.25%; height: 0; box-shadow: var(--shadow);\">\n          <iframe src=\"https:\/\/www.youtube.com\/embed\/CKK_4So3SZQ\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" allowfullscreen><\/iframe>\n        <\/div>\n        <p style=\"text-align:center; font-size:15px; font-weight:800; margin-top:15px;\">Who is Dr. Simon Taki Zaku? Founder, CEO, IbiFoundry LTD.<\/p>\n      <\/div>\n\n    <\/main>\n\n    <aside class=\"godmode-sidebar reveal\">\n      \n      <div class=\"widget\" style=\"background:var(--y); border-color:var(--b);\">\n        <div class=\"widget-head\" style=\"background:var(--w); color:var(--b); border-bottom: 3px solid var(--b);\">Direct Access<\/div>\n        <p style=\"font-size:16px; font-weight:900; margin-bottom:15px; color:var(--b); line-height: 1.5;\">Need urgent business visibility help?<\/p>\n        <a href=\"https:\/\/wa.me\/2349137839031?text=Hello%20Dr.%20Simon,%20I%20am%20ready%20to%20work%20with%20IbiFoundry.\" target=\"_blank\" class=\"btn btn-black\" style=\"padding:18px; font-size:15px; box-shadow: 6px 6px 0px var(--w); border-color: var(--w);\">WhatsApp Me Now<\/a>\n        <p style=\"font-size:14px; margin-top:15px; color:var(--b); font-weight: 700;\">Email: IbiFoundry@gmail.com<\/p>\n      <\/div>\n\n      <div class=\"widget\">\n        <div class=\"widget-head\">Real Commerce Ecosystem<\/div>\n        <p style=\"font-size:15px; margin-bottom:20px; font-weight: 700;\">I teach what I do. We ship physical products globally via Ibi-Shop.<\/p>\n        <div style=\"display:grid; grid-template-columns:1fr 1fr; gap:15px; margin-bottom:20px;\">\n          <img decoding=\"async\" src=\"https:\/\/static.wixstatic.com\/media\/67ce6f_f43e93efd77240a3a7bc4db10c1c53e4~mv2.png\" style=\"border-radius:12px; border:3px solid var(--b); box-shadow: 3px 3px 0px var(--b); width: 100%; height: auto; aspect-ratio: 1;\" alt=\"Original Taraba Palm Oil\">\n          <img decoding=\"async\" src=\"https:\/\/static.wixstatic.com\/media\/67ce6f_789db53a9e264752920254431f3103a6~mv2.jpg\" style=\"border-radius:12px; border:3px solid var(--b); box-shadow: 3px 3px 0px var(--b); width: 100%; height: auto; aspect-ratio: 1;\" alt=\"Oraimo Earbuds\">\n        <\/div>\n        <a href=\"https:\/\/ibifoundry.com.ng\/shop-ibi-foundry-e-products-and-services-by-simon\" target=\"_blank\" class=\"btn btn-primary\" style=\"padding:15px; font-size:15px;\">Visit Ibi-Store<\/a>\n      <\/div>\n\n      <div class=\"widget\">\n        <div class=\"widget-head\">Hire The Ibi-Team<\/div>\n        <ul class=\"link-list\">\n          <li><a href=\"https:\/\/ibifoundry.com.ng\/ibi-foundry-seo-agency-and-google-services-in-nigeria\" target=\"_blank\">\u2699\ufe0f Search Engine Optimization<\/a><\/li>\n          <li><a href=\"https:\/\/ibifoundry.com.ng\/services-website-design-nigeria\" target=\"_blank\">\ud83d\udcbb Website Design Services<\/a><\/li>\n          <li><a href=\"https:\/\/ibifoundry.com.ng\/ibi-foundry-content-marketing-and-content-writing-agency-services-in-nigeria\" target=\"_blank\">\ud83d\udcdd Content Marketing<\/a><\/li>\n          <li><a href=\"https:\/\/ibifoundry.com.ng\/the-best-starlink-installation-agency-by-ibifoundry-limited\" target=\"_blank\">\ud83d\udef0\ufe0f Starlink Installation<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"widget\" style=\"background:#f0fff8; border-color: var(--g);\">\n        <div class=\"widget-head\" style=\"background: var(--g); color: var(--b);\">Learn From Dr. Simon<\/div>\n        <ul class=\"link-list\">\n          <li><a href=\"https:\/\/ibifoundry.com.ng\/courses-freelance-to-1k-free-lesson\" target=\"_blank\" style=\"background: var(--w);\">\ud83c\udf93 Free Freelance To $1k Course<\/a><\/li>\n          <li><a href=\"https:\/\/ibifoundry.com.ng\/services-learn-nigerian-pidgin-masterclass\" target=\"_blank\" style=\"background: var(--w);\">\ud83c\uddf3\ud83c\uddec Learn Pidgin Masterclass<\/a><\/li>\n          <li><a href=\"https:\/\/ibifoundry.com.ng\/courses-freelance-to-1k-coaching-nigeria\" target=\"_blank\" style=\"background: var(--w);\">\ud83d\udc8e Premium 1-on-1 Coaching<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"widget\">\n        <div class=\"widget-head\">Popular Guides<\/div>\n        <ul class=\"link-list\" style=\"font-size:14px;\">\n          <li><a href=\"https:\/\/www.ibifoundry.com.ng\/post\/yahoo-boys-nigerian-scammers-exposed-30-nigerian-scams-tactics-how-to-stay-safe\" target=\"_blank\">Nigerian Scams Exposed Guide<\/a><\/li>\n          <li><a href=\"https:\/\/www.ibifoundry.com.ng\/post\/trust-wallet-account-hacked-here-s-how-i-got-mine-back\" target=\"_blank\">Recover Hacked Trust Wallet<\/a><\/li>\n          <li><a href=\"https:\/\/www.ibifoundry.com.ng\/post\/temu-nigeria-office-how-to-safely-order-and-ship-products-on-temu-and-ship-to-nigeria-temu-ng\" target=\"_blank\">How To Order From Temu Safely<\/a><\/li>\n          <li><a href=\"https:\/\/www.ibifoundry.com.ng\/post\/piggyvest-vs-cowrywise-which-savings-and-investment-platform-is-best-for-nigerians\" target=\"_blank\">PiggyVest Vs Cowrywise Review<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <div class=\"widget\">\n        <div class=\"widget-head\">Tools We Trust<\/div>\n        <ul class=\"link-list\" style=\"font-size:14px;\">\n          <li><a href=\"https:\/\/clients.domainking.ng\/aff.php?aff=5531\" target=\"_blank\">DomainKing (Nigerian Hosting)<\/a><\/li>\n          <li><a href=\"https:\/\/go.nordvpn.net\/aff_c?offer_id=15&#038;aff_id=138527&#038;url_id=902\" target=\"_blank\">NordVPN (Secure Banking)<\/a><\/li>\n          <li><a href=\"https:\/\/click.dreamhost.com\/aff_c?offer_id=8&#038;aff_id=16811\" target=\"_blank\">DreamHost (Global Hosting)<\/a><\/li>\n          <li><a href=\"https:\/\/temu.to\/k\/eylqiyznajp\" target=\"_blank\">Temu Verified Deals<\/a><\/li>\n        <\/ul>\n        <p style=\"font-size:13px; color:var(--muted); margin-top:20px; font-weight: 600;\">*Shopping on Amazon? Use my tag <b style=\"color:var(--b);\">?tag=ibifounder-20<\/b> at checkout to support IbiFoundry.<\/p>\n      <\/div>\n\n    <\/aside>\n\n  <\/div> \n\n  <div class=\"mobile-cta-bar\">\n    <a href=\"https:\/\/wa.me\/2349137839031?text=Hello%20Dr.%20Simon,%20I%20am%20ready%20to%20work%20with%20IbiFoundry.\" target=\"_blank\" class=\"btn btn-primary\" style=\"margin: 0; padding: 15px; font-size: 16px;\">\n      Chat With Dr. Simon \ud83d\udcac\n    <\/a>\n  <\/div>\n\n<script>\n  \/\/ --- Safe Scroll Reveal (Enhanced for smoother staggered loading) ---\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    const observer = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if(entry.isIntersecting) {\n          entry.target.classList.add('in');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.1, rootMargin: \"0px 0px -50px 0px\" });\n    \n    document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n  });\n\n  \/\/ --- Interactive FAQ Accordion Logic ---\n  function toggleFaq(btn) {\n    const item = btn.parentElement;\n    \/\/ Close others\n    document.querySelectorAll('.faq-item').forEach(faq => {\n      if(faq !== item) faq.classList.remove('active');\n    });\n    \/\/ Toggle current\n    item.classList.toggle('active');\n  }\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Dr. Simon Taki Zaku | IbiFoundry \ud83d\ude80 Over 1.5 Million Visitors Generated \ud83c\udf0d Global SEO Engineering \ud83d\udd25 Featured On EvanCarmichael.com \u26a1 15+ Years Digital Expertise \ud83d\ude80 Over 1.5 Million Visitors Generated \ud83c\udf0d Global SEO Engineering \ud83d\udd25 Featured On EvanCarmichael.com \u26a1 15+ Years Digital Expertise Founder &#038; CEO Meet Dr. Simon Taki Zaku: The Architect [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Meet Dr. Simon Taki Zaku: The IbiFoundry Story<\/title>\n<meta name=\"description\" content=\"Meet Dr. Simon Taki Zaku, the Founder &amp; CEO of IbiFoundry Limited. Discover how he generates millions of visitors for global B2B SaaS brands.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meet Dr. Simon Taki Zaku: The IbiFoundry Story\" \/>\n<meta property=\"og:description\" content=\"Meet Dr. Simon Taki Zaku, the Founder &amp; CEO of IbiFoundry Limited. Discover how he generates millions of visitors for global B2B SaaS brands.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18\" \/>\n<meta property=\"og:site_name\" content=\"Dr. Simon Says A.I Decision Search Engine by IbiFoundry Limited\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-28T09:50:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.wixstatic.com\/media\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18\",\"url\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18\",\"name\":\"Meet Dr. Simon Taki Zaku: The IbiFoundry Story\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/static.wixstatic.com\\\/media\\\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg\",\"datePublished\":\"2026-04-28T09:50:49+00:00\",\"dateModified\":\"2026-04-28T09:50:50+00:00\",\"description\":\"Meet Dr. Simon Taki Zaku, the Founder & CEO of IbiFoundry Limited. Discover how he generates millions of visitors for global B2B SaaS brands.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18#primaryimage\",\"url\":\"https:\\\/\\\/static.wixstatic.com\\\/media\\\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg\",\"contentUrl\":\"https:\\\/\\\/static.wixstatic.com\\\/media\\\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?page_id=18#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ibifoundry.com.ng\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Dr. Simon Taki Zaku, PH.D | IbiFoundry Limited CEO &amp; Founder\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/#website\",\"url\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/\",\"name\":\"Dr. Simon Says A.I Decision Search Engine by IbiFoundry Limited\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Meet Dr. Simon Taki Zaku: The IbiFoundry Story","description":"Meet Dr. Simon Taki Zaku, the Founder & CEO of IbiFoundry Limited. Discover how he generates millions of visitors for global B2B SaaS brands.","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:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18","og_locale":"en_US","og_type":"article","og_title":"Meet Dr. Simon Taki Zaku: The IbiFoundry Story","og_description":"Meet Dr. Simon Taki Zaku, the Founder & CEO of IbiFoundry Limited. Discover how he generates millions of visitors for global B2B SaaS brands.","og_url":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18","og_site_name":"Dr. Simon Says A.I Decision Search Engine by IbiFoundry Limited","article_modified_time":"2026-04-28T09:50:50+00:00","og_image":[{"url":"https:\/\/static.wixstatic.com\/media\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18","url":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18","name":"Meet Dr. Simon Taki Zaku: The IbiFoundry Story","isPartOf":{"@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18#primaryimage"},"image":{"@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18#primaryimage"},"thumbnailUrl":"https:\/\/static.wixstatic.com\/media\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg","datePublished":"2026-04-28T09:50:49+00:00","dateModified":"2026-04-28T09:50:50+00:00","description":"Meet Dr. Simon Taki Zaku, the Founder & CEO of IbiFoundry Limited. Discover how he generates millions of visitors for global B2B SaaS brands.","breadcrumb":{"@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18#primaryimage","url":"https:\/\/static.wixstatic.com\/media\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg","contentUrl":"https:\/\/static.wixstatic.com\/media\/67ce6f_e3e7ebb95337448caed5735e55fb82d3~mv2.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?page_id=18#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ibifoundry.com.ng\/"},{"@type":"ListItem","position":2,"name":"About Dr. Simon Taki Zaku, PH.D | IbiFoundry Limited CEO &amp; Founder"}]},{"@type":"WebSite","@id":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/#website","url":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/","name":"Dr. Simon Says A.I Decision Search Engine by IbiFoundry Limited","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dr-simon-says-ai-decision-search-12cacb2.ingress-comporellon.ewp.live\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":1,"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":19,"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/19"}],"wp:attachment":[{"href":"https:\/\/ibifoundry.com.ng\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}