{"id":1736,"date":"2026-05-24T09:36:00","date_gmt":"2026-05-24T09:36:00","guid":{"rendered":"https:\/\/mhrmasum.info\/staging\/?page_id=1736"},"modified":"2026-05-25T08:54:15","modified_gmt":"2026-05-25T08:54:15","slug":"about","status":"publish","type":"page","link":"https:\/\/mhrmasum.info\/staging\/about\/","title":{"rendered":"new about"},"content":{"rendered":"\n<!--\n  MHR About Page \u2013 V5 Dark Gradient Design\n  This self\u2011contained HTML document implements the full About page\n  using an embedded stylesheet inspired by your preferred dark\n  theme. All CSS lives inside the <style> tag so you can paste this\n  file directly into a Gutenberg Custom HTML block. The palette\n  takes cues from premium portfolios with deep blues, purples and\n  electric accents. Sections include a hero, summary & personal\n  story, highlight cards with contact details, core skills grid,\n  experience timeline, products & plugins, tools & platforms, and\n  a final call\u2011to\u2011action. Modify the content as needed.\n-->\n<div class=\"mhr5-page\">\n  <style>\n    \/* ------------------------------------------------------------------\n      Root variables and global styles\n      Adjust these variables to tweak the colour scheme. The design\n      references the colours used in your provided template: a dark\n      background (#0A0B0F) with cards (#12131A), bright purple and\n      aqua accents, and muted text for secondary copy.\n    ------------------------------------------------------------------ *\/\n    :root {\n      --mhr5-bg: #0A0B0F;\n      --mhr5-card: #12131A;\n      --mhr5-border: rgba(255, 255, 255, 0.08);\n      --mhr5-primary: #6C3EF6; \/* purple gradient start *\/\n      --mhr5-accent: #00E5FF;  \/* aqua gradient end *\/\n      --mhr5-text: #F0F2FF;\n      --mhr5-muted: #8B8FA8;\n      --mhr5-soft: #181A24;\n      --mhr5-radius: 16px;\n      --mhr5-shadow: 0 12px 35px rgba(0,0,0,0.35);\n    }\n    *, *::before, *::after {\n      box-sizing: border-box;\n    }\n    html, body {\n      margin: 0;\n      padding: 0;\n      background: var(--mhr5-bg);\n      color: var(--mhr5-text);\n      font-family: 'Space Grotesk', system-ui, sans-serif;\n      line-height: 1.6;\n    }\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n    h1, h2, h3, h4, h5 {\n      font-weight: 700;\n      line-height: 1.2;\n    }\n    .mhr5-page {\n      overflow-x: hidden;\n    }\n\n    \/* Utility classes *\/\n    .mhr5-section {\n      padding: 4rem 1rem;\n    }\n    .mhr5-shell {\n      width: 100%;\n      max-width: 1200px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .mhr5-badge {\n      display: inline-block;\n      background: rgba(108, 62, 246, 0.15);\n      border: 1px solid rgba(108, 62, 246, 0.3);\n      color: var(--mhr5-accent);\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 50px;\n    }\n    .mhr5-gradient-text {\n      background: linear-gradient(135deg, var(--mhr5-primary), var(--mhr5-accent));\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }\n\n    \/* Hero Section *\/\n    .mhr5-hero {\n      position: relative;\n      height: 70vh;\n      min-height: 450px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n    }\n    .mhr5-hero img {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n      z-index: -2;\n    }\n    .mhr5-hero-overlay {\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(180deg, rgba(10,11,15,0) 0%, rgba(10,11,15,0.85) 100%);\n      z-index: -1;\n    }\n    .mhr5-hero-content {\n      text-align: center;\n      z-index: 1;\n    }\n    .mhr5-hero-content h1 {\n      font-size: clamp(2rem, 5vw, 3.5rem);\n      margin-bottom: 0.5rem;\n      color: var(--mhr5-text);\n    }\n    .mhr5-hero-content p {\n      max-width: 60ch;\n      margin: 0 auto;\n      font-size: clamp(1rem, 2vw, 1.25rem);\n      color: var(--mhr5-muted);\n    }\n\n    \/* Summary & Story Section *\/\n    .mhr5-summary {\n      background: var(--mhr5-soft);\n    }\n    .mhr5-summary-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 2rem;\n    }\n    .mhr5-summary-card, .mhr5-story-card {\n      padding: 2rem;\n      border-radius: var(--mhr5-radius);\n      background: var(--mhr5-card);\n      border: 1px solid var(--mhr5-border);\n      box-shadow: var(--mhr5-shadow);\n    }\n    .mhr5-summary-card h2 {\n      margin-top: 0;\n      margin-bottom: 1.2rem;\n      font-size: 1.8rem;\n      color: var(--mhr5-text);\n    }\n    .mhr5-summary-card ul {\n      margin: 1rem 0 0 1rem;\n      padding: 0;\n      list-style: disc;\n      color: var(--mhr5-muted);\n    }\n    .mhr5-summary-card ul li {\n      margin-bottom: 0.6rem;\n    }\n    .mhr5-story-card h3 {\n      margin-top: 0;\n      margin-bottom: 0.6rem;\n      font-size: 1.5rem;\n      color: var(--mhr5-primary);\n    }\n    .mhr5-story-card a {\n      color: var(--mhr5-accent);\n      text-decoration: underline;\n    }\n\n    \/* Highlights & Contact Cards *\/\n    .mhr5-highlights {\n      background: linear-gradient(180deg, var(--mhr5-soft) 0%, var(--mhr5-bg) 100%);\n    }\n    .mhr5-highlights-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n      gap: 1rem;\n      margin-bottom: 3rem;\n    }\n    .mhr5-highlight-card {\n      text-align: center;\n      padding: 1.5rem 1rem;\n      border-radius: var(--mhr5-radius);\n      background: var(--mhr5-card);\n      border: 1px solid var(--mhr5-border);\n      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);\n    }\n    .mhr5-highlight-card h4 {\n      margin: 0;\n      font-size: 1.4rem;\n      color: var(--mhr5-primary);\n    }\n    .mhr5-highlight-card p {\n      margin-top: 0.4rem;\n      font-size: 0.8rem;\n      color: var(--mhr5-muted);\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n    .mhr5-contact-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n      gap: 1rem;\n    }\n    .mhr5-contact-card {\n      padding: 1.75rem;\n      border-radius: var(--mhr5-radius);\n      background: var(--mhr5-soft);\n      border: 1px solid var(--mhr5-border);\n      box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);\n    }\n    .mhr5-contact-card h4 {\n      margin: 0 0 0.5rem 0;\n      font-size: 1.3rem;\n      color: var(--mhr5-primary);\n    }\n    .mhr5-contact-card p, .mhr5-contact-card a {\n      color: var(--mhr5-muted);\n      font-size: 0.95rem;\n    }\n\n    \/* Core Skills Section *\/\n    .mhr5-skills {\n      background: var(--mhr5-bg);\n    }\n    .mhr5-skills-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n      gap: 1.5rem;\n    }\n    .mhr5-skill-card {\n      padding: 2rem;\n      border-radius: var(--mhr5-radius);\n      background: var(--mhr5-card);\n      border: 1px solid var(--mhr5-border);\n      box-shadow: var(--mhr5-shadow);\n    }\n    .mhr5-skill-card h3 {\n      margin: 0 0 0.5rem 0;\n      font-size: 1.4rem;\n      color: var(--mhr5-primary);\n    }\n    .mhr5-skill-card p {\n      margin: 0;\n      font-size: 0.9rem;\n      color: var(--mhr5-muted);\n    }\n\n    \/* Experience Timeline *\/\n    .mhr5-experience {\n      background: var(--mhr5-soft);\n    }\n    .mhr5-timeline {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      border-left: 2px solid var(--mhr5-border);\n      padding-left: 1.5rem;\n    }\n    .mhr5-timeline li {\n      position: relative;\n      margin-bottom: 2rem;\n      padding-left: 0.75rem;\n    }\n    .mhr5-timeline li::before {\n      content: \"\";\n      position: absolute;\n      left: -1.25rem;\n      top: 0.45rem;\n      width: 0.6rem;\n      height: 0.6rem;\n      border-radius: 50%;\n      background: var(--mhr5-primary);\n    }\n    .mhr5-timeline h3 {\n      margin: 0;\n      font-size: 1.3rem;\n      color: var(--mhr5-primary);\n    }\n    .mhr5-time-range {\n      display: block;\n      font-size: 0.85rem;\n      margin: 0.25rem 0 0.5rem 0;\n      color: var(--mhr5-muted);\n    }\n    .mhr5-timeline p {\n      margin: 0;\n      font-size: 0.9rem;\n      color: var(--mhr5-muted);\n    }\n\n    \/* Products & Plugins Section *\/\n    .mhr5-products {\n      background: var(--mhr5-bg);\n    }\n    .mhr5-products-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n      gap: 1.5rem;\n    }\n    .mhr5-product-card {\n      padding: 1.6rem;\n      border-radius: var(--mhr5-radius);\n      background: var(--mhr5-card);\n      border: 1px solid var(--mhr5-border);\n      box-shadow: var(--mhr5-shadow);\n    }\n    .mhr5-product-card h4 {\n      margin: 0 0 0.5rem 0;\n      font-size: 1.2rem;\n      color: var(--mhr5-primary);\n    }\n    .mhr5-product-card p {\n      margin: 0;\n      font-size: 0.85rem;\n      color: var(--mhr5-muted);\n    }\n\n    \/* Tools & Platforms Section *\/\n    .mhr5-tools {\n      background: var(--mhr5-soft);\n    }\n    .mhr5-tools p {\n      font-size: 1rem;\n      margin-bottom: 1rem;\n      color: var(--mhr5-muted);\n    }\n    .mhr5-tools-list {\n      columns: 2 200px;\n      column-gap: 2rem;\n      list-style: none;\n      padding: 0;\n      color: var(--mhr5-muted);\n    }\n    .mhr5-tools-list li {\n      margin-bottom: 0.4rem;\n      font-size: 0.9rem;\n    }\n\n    \/* Call to Action Section *\/\n    .mhr5-cta {\n      background: radial-gradient(circle at 50% 50%, rgba(108,62,246,0.25), var(--mhr5-dark, var(--mhr5-bg)));\n    }\n    .mhr5-cta-box {\n      text-align: center;\n      max-width: 640px;\n      margin: 0 auto;\n      padding: 3rem 2rem;\n      border-radius: var(--mhr5-radius);\n      background: var(--mhr5-card);\n      border: 1px solid var(--mhr5-border);\n      box-shadow: var(--mhr5-shadow);\n    }\n    .mhr5-cta-box h2 {\n      margin-top: 0;\n      font-size: 2rem;\n      color: var(--mhr5-text);\n    }\n    .mhr5-cta-box p {\n      margin: 1rem 0 2rem 0;\n      font-size: 1rem;\n      color: var(--mhr5-muted);\n    }\n    .mhr5-btn-primary {\n      display: inline-block;\n      padding: 0.8rem 1.6rem;\n      border-radius: 2rem;\n      background: linear-gradient(135deg, var(--mhr5-primary), var(--mhr5-accent));\n      color: #fff;\n      font-weight: 600;\n      text-decoration: none;\n      transition: background 0.3s ease, transform 0.3s ease;\n    }\n    .mhr5-btn-primary:hover {\n      transform: translateY(-3px);\n      background: linear-gradient(135deg, var(--mhr5-accent), var(--mhr5-primary));\n    }\n    .mhr5-btn-primary:active {\n      transform: translateY(0);\n    }\n\n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n      .mhr5-hero {\n        height: 60vh;\n      }\n      .mhr5-summary-grid,\n      .mhr5-highlights-grid,\n      .mhr5-contact-grid,\n      .mhr5-skills-grid,\n      .mhr5-products-grid {\n        grid-template-columns: 1fr;\n      }\n      .mhr5-tools-list {\n        columns: 1;\n      }\n    }\n  <\/style>\n\n  <!-- Hero Section -->\n  <section class=\"mhr5-section mhr5-hero\">\n    <img decoding=\"async\" src=\"https:\/\/mhrmasum.info\/staging\/wp-content\/uploads\/2026\/05\/mhrmasum-new-photo.png\" alt=\"MD Harunur Rashid portrait\" \/>\n    <div class=\"mhr5-hero-overlay\"><\/div>\n    <div class=\"mhr5-hero-content\">\n      <span class=\"mhr5-badge\">About Me<\/span>\n      <h1>MD Harunur Rashid<\/h1>\n      <p>17+ years helping businesses rank higher, grow faster and convert better\u2014from local tradies to international brands.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- Professional Summary & Personal Story -->\n  <section class=\"mhr5-section mhr5-summary\">\n    <div class=\"mhr5-shell\">\n      <div class=\"mhr5-summary-grid\">\n        <article class=\"mhr5-summary-card\">\n          <h2 class=\"mhr5-gradient-text\">17+ years transforming search &amp; platforms<\/h2>\n          <p>Since 2008 I&#8217;ve delivered hundreds of successful SEO campaigns, managed multi\u2011site platforms and built WordPress products used by thousands. My work spans local SEO, AI &amp; entity optimisation, WooCommerce and custom plugin development.<\/p>\n          <ul>\n            <li><strong>500+ projects<\/strong> executed across 200+ clients<\/li>\n            <li><strong>10+ plugin products<\/strong> published for WordPress<\/li>\n            <li><strong>5000+ Upwork hours<\/strong> &amp; <strong>100% job success<\/strong><\/li>\n          <\/ul>\n        <\/article>\n        <article class=\"mhr5-story-card\">\n          <h3>My journey<\/h3>\n          <p>I founded <a href=\"https:\/\/infosystemltd.com\">Infosystem Technology Limited<\/a> to provide cutting\u2011edge digital products and SEO services. My love of travel led me to establish <a href=\"https:\/\/sofhor.com\">Sofhor Tourism<\/a>, an eco\u2011travel platform promoting unique adventures. And I support my wife\u2019s dream through <a href=\"https:\/\/tinnisbake.shop\">Tinnis Bakeshop<\/a>, a home\u2011based bakery in Brisbane.<\/p>\n          <p>These ventures fuel my passion for solving real problems\u2014whether optimising a local plumbing business, launching a global SaaS platform or baking the perfect pavlova.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Highlights & Contact Cards -->\n  <section class=\"mhr5-section mhr5-highlights\">\n    <div class=\"mhr5-shell\">\n      <div class=\"mhr5-highlights-grid\">\n        <div class=\"mhr5-highlight-card\">\n          <h4>17+ years<\/h4>\n          <p>Experience<\/p>\n        <\/div>\n        <div class=\"mhr5-highlight-card\">\n          <h4>500+<\/h4>\n          <p>Projects<\/p>\n        <\/div>\n        <div class=\"mhr5-highlight-card\">\n          <h4>10+<\/h4>\n          <p>Plugins<\/p>\n        <\/div>\n        <div class=\"mhr5-highlight-card\">\n          <h4>200+<\/h4>\n          <p>Clients<\/p>\n        <\/div>\n        <div class=\"mhr5-highlight-card\">\n          <h4>5000+<\/h4>\n          <p>Upwork hours<\/p>\n        <\/div>\n        <div class=\"mhr5-highlight-card\">\n          <h4>100%<\/h4>\n          <p>Job success<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"mhr5-contact-grid\">\n        <div class=\"mhr5-contact-card\">\n          <h4>Email<\/h4>\n          <p><a href=\"mailto:info@mhrmasum.info\">info@mhrmasum.info<\/a><\/p>\n        <\/div>\n        <div class=\"mhr5-contact-card\">\n          <h4>Location<\/h4>\n          <p>Kafrul, Dhaka, Bangladesh &amp; Brisbane, Australia<\/p>\n        <\/div>\n        <div class=\"mhr5-contact-card\">\n          <h4>Availability<\/h4>\n          <p>Open to new projects and partnerships<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Core Skills Section -->\n  <section class=\"mhr5-section mhr5-skills\">\n    <div class=\"mhr5-shell\">\n      <span class=\"mhr5-badge\">Core Skills<\/span>\n      <h2 class=\"mhr5-gradient-text\" style=\"margin-top: 0.5rem; margin-bottom: 2rem;\">Expertise across search, products &amp; platforms<\/h2>\n      <div class=\"mhr5-skills-grid\">\n        <div class=\"mhr5-skill-card\">\n          <h3>Technical &amp; AI SEO<\/h3>\n          <p>From structured data to Core Web Vitals and AI\u2011powered optimisation, I ensure your site is loved by crawlers and ranking algorithms alike.<\/p>\n        <\/div>\n        <div class=\"mhr5-skill-card\">\n          <h3>Local &amp; Global SEO<\/h3>\n          <p>Optimising Google Business Profiles, citations and local link building for local leaders; scaling international SEO across multiple languages and markets.<\/p>\n        <\/div>\n        <div class=\"mhr5-skill-card\">\n          <h3>Content &amp; E\u2011E\u2011A\u2011T<\/h3>\n          <p>Crafting authoritative, people\u2011first content that resonates with your audience and satisfies the latest E\u2011E\u2011A\u2011T guidelines.<\/p>\n        <\/div>\n        <div class=\"mhr5-skill-card\">\n          <h3>WooCommerce &amp; Speed<\/h3>\n          <p>Tuning performance, UX and conversion for WooCommerce stores; compressing images, caching pages and streamlining checkout.<\/p>\n        <\/div>\n        <div class=\"mhr5-skill-card\">\n          <h3>Reporting &amp; Analytics<\/h3>\n          <p>Building custom dashboards in Looker Studio, GA4 and BigQuery. I love turning raw data into actionable insights.<\/p>\n        <\/div>\n        <div class=\"mhr5-skill-card\">\n          <h3>WordPress &amp; Products<\/h3>\n          <p>Designing and developing plugins, blocks and complete headless sites\u2014then optimising them for SEO and conversions.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Experience Timeline Section -->\n  <section class=\"mhr5-section mhr5-experience\">\n    <div class=\"mhr5-shell\">\n      <span class=\"mhr5-badge\">Experience<\/span>\n      <h2 class=\"mhr5-gradient-text\" style=\"margin-top: 0.5rem; margin-bottom: 2rem;\">Crafted through diverse roles<\/h2>\n      <ul class=\"mhr5-timeline\">\n        <li>\n          <h3>CEO &amp; Managing Director \u2013 Infosystem Technology Limited<\/h3>\n          <span class=\"mhr5-time-range\">2016 \u2013 Present<\/span>\n          <p>Leading our team of developers and marketers to build SEO products and provide full\u2011stack digital services across 200+ client projects.<\/p>\n        <\/li>\n        <li>\n          <h3>Head of SEO \u2013 CRM Squirrel \/ SEO Squirrel<\/h3>\n          <span class=\"mhr5-time-range\">2018 \u2013 Present<\/span>\n          <p>Driving organic growth for CRM Squirrel SaaS while building AI\u2011enhanced SEO tools such as SEO Squirrel Ultimate and Universal SEO Reports.<\/p>\n        <\/li>\n        <li>\n          <h3>Senior Local SEO Consultant \u2013 Eye Candy Media<\/h3>\n          <span class=\"mhr5-time-range\">2013 \u2013 2018<\/span>\n          <p>Managed citation audits, link building and ranking strategies for service\u2011area businesses across Australia, the UK and the US.<\/p>\n        <\/li>\n        <li>\n          <h3>WordPress Expert &amp; SEO Consultant \u2013 Upwork<\/h3>\n          <span class=\"mhr5-time-range\">2010 \u2013 Present<\/span>\n          <p>Delivered hundreds of Upwork projects spanning technical SEO, WooCommerce optimisation, plugin development and site migrations.<\/p>\n        <\/li>\n      <\/ul>\n    <\/div>\n  <\/section>\n\n  <!-- Products & Plugins Section -->\n  <section class=\"mhr5-section mhr5-products\">\n    <div class=\"mhr5-shell\">\n      <span class=\"mhr5-badge\">Plugins &amp; Products<\/span>\n      <h2 class=\"mhr5-gradient-text\" style=\"margin-top: 0.5rem; margin-bottom: 2rem;\">Built to solve real problems<\/h2>\n      <div class=\"mhr5-products-grid\">\n        <div class=\"mhr5-product-card\">\n          <h4>SEO Squirrel Ultimate<\/h4>\n          <p>An all\u2011in\u2011one AI\u2011powered SEO suite for WordPress delivering rank tracking, optimisation and entity analysis.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>Universal SEO Reports<\/h4>\n          <p>Create beautiful white\u2011label dashboards combining data from Google Search Console, Analytics, BrightLocal and more.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>Article Checker Pro<\/h4>\n          <p>Instantly score your content for topical coverage, natural language, readability and SEO best practices.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>MHR Image Optimizer Pro<\/h4>\n          <p>Compress, resize and convert images to WebP\/AVIF on the fly with zero quality loss.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>MHR WP Cache<\/h4>\n          <p>Lightweight caching plugin that serves your pages at lightning speed without external dependencies.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>MHR Code Snippet Manager<\/h4>\n          <p>Organise and execute PHP, CSS and JS snippets safely within WordPress with version history and rollback.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>WP File Manager<\/h4>\n          <p>Securely upload, edit and manage files within the WordPress dashboard with granular permissions.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>MHR Table of Contents<\/h4>\n          <p>Add dynamic, SEO\u2011friendly tables of contents to posts and pages, with scroll tracking and deep linking.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>SEO Friendly Tables Pro<\/h4>\n          <p>Create responsive data tables with semantic markup, schema.org support and accessible sorting\/filtering.<\/p>\n        <\/div>\n        <div class=\"mhr5-product-card\">\n          <h4>MHR Protect Admin<\/h4>\n          <p>Lock down your WordPress admin with multi\u2011factor authentication, IP whitelisting and activity logs.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Tools & Platforms Section -->\n  <section class=\"mhr5-section mhr5-tools\">\n    <div class=\"mhr5-shell\">\n      <span class=\"mhr5-badge\">Tools &amp; Platforms<\/span>\n      <h2 class=\"mhr5-gradient-text\" style=\"margin-top: 0.5rem; margin-bottom: 1.5rem;\">Powering your success<\/h2>\n      <p>I leverage a wide range of tools and platforms to deliver results, including:<\/p>\n      <ul class=\"mhr5-tools-list\">\n        <li>WordPress, WooCommerce, Shopify<\/li>\n        <li>Looker Studio, GA4, BigQuery, Analytics 360<\/li>\n        <li>Surfer, Ahrefs, SEMrush, BrightLocal<\/li>\n        <li>Mailchimp, Klaviyo, Zapier, Make (Integromat)<\/li>\n        <li>HTML, CSS, JavaScript (React), PHP, MySQL<\/li>\n      <\/ul>\n    <\/div>\n  <\/section>\n\n  <!-- Call to Action Section -->\n  <section class=\"mhr5-section mhr5-cta\">\n    <div class=\"mhr5-shell\">\n      <div class=\"mhr5-cta-box\">\n        <h2 class=\"mhr5-gradient-text\">Ready to work together?<\/h2>\n        <p>Let&#8217;s build something amazing. Whether you need a complete SEO strategy, a new product built from scratch or help growing your existing platform, I&#8217;m here to help.<\/p>\n        <a class=\"mhr5-btn-primary\" href=\"\/staging\/contact\/\">Start a project<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>About Me MD Harunur Rashid 17+ years helping businesses rank higher, grow faster and convert better\u2014from local tradies to international brands. 17+ years transforming search &amp; platforms Since 2008 I&#8217;ve delivered hundreds of successful SEO campaigns, managed multi\u2011site platforms and built WordPress products used by thousands. My work spans local SEO, AI &amp; entity optimisation, &#8230; <a title=\"new about\" class=\"read-more\" href=\"https:\/\/mhrmasum.info\/staging\/about\/\" aria-label=\"Read more about new about\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_sqs_focus_keyword":"","_sqs_focuskw":"","_sqs_secondary_keywords":"","_sqs_title":"","_sqs_desc":"","_sqs_canonical":"","_sqs_og_title":"","_sqs_og_desc":"","_sqs_og_image":"","_sqs_tw_title":"","_sqs_tw_desc":"","_sqs_tw_image":"","_sqs_robots":"index,follow","_sqs_score":55,"_sqs_readability":43},"class_list":["post-1736","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/pages\/1736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/comments?post=1736"}],"version-history":[{"count":7,"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/pages\/1736\/revisions"}],"predecessor-version":[{"id":1832,"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/pages\/1736\/revisions\/1832"}],"wp:attachment":[{"href":"https:\/\/mhrmasum.info\/staging\/wp-json\/wp\/v2\/media?parent=1736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}