{"id":53,"date":"2026-05-05T07:10:57","date_gmt":"2026-05-05T07:10:57","guid":{"rendered":"https:\/\/seotoolspro.online\/blog\/?page_id=53"},"modified":"2026-05-05T17:38:46","modified_gmt":"2026-05-05T17:38:46","slug":"about-us","status":"publish","type":"page","link":"https:\/\/seotoolspro.online\/blog\/about-us\/","title":{"rendered":"About us"},"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 Us &#8211; SEOToolsPro<\/title>\n    <style>\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            background: #000000;\n            color: #e0e0e0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 100vh;\n            padding: 2rem;\n            position: relative;\n            overflow-x: hidden;\n        }\n        body::before {\n            content: '';\n            position: fixed;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            background-image:\n                linear-gradient(rgba(0, 255, 255, 0.04) 1px, transparent 1px),\n                linear-gradient(90deg, rgba(255, 0, 255, 0.04) 1px, transparent 1px);\n            background-size: 50px 50px;\n            z-index: 0;\n            pointer-events: none;\n        }\n        .page-container {\n            width: 100%;\n            max-width: 950px;\n            position: relative;\n            z-index: 1;\n        }\n        .about-wrapper {\n            background: rgba(10, 10, 10, 0.85);\n            backdrop-filter: blur(20px);\n            border: 1px solid rgba(0, 255, 255, 0.15);\n            border-radius: 24px;\n            padding: 3.5rem 3rem;\n            margin-bottom: 4rem;\n        }\n        h1 {\n            font-size: 3.4rem;\n            font-weight: 700;\n            background: linear-gradient(90deg, #0ff, #f0f, #0ff);\n            background-size: 200% auto;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            animation: neonMove 4s linear infinite;\n            margin-bottom: 1.5rem;\n        }\n        @keyframes neonMove {\n            0% { background-position: 0% center; }\n            100% { background-position: 200% center; }\n        }\n        .subhead {\n            color: #0ff;\n            font-size: 1.3rem;\n            margin-bottom: 2rem;\n            border-left: 3px solid #f0f;\n            padding-left: 1rem;\n        }\n        .section { margin-bottom: 2.8rem; }\n        .section h2 {\n            font-size: 2rem;\n            font-weight: 600;\n            color: #0ff;\n            text-shadow: 0 0 8px rgba(0,255,255,0.2);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        .section h2::before {\n            content: '>';\n            color: #f0f;\n            font-weight: bold;\n        }\n        .section p, .section li {\n            font-size: 1.25rem;\n            color: #bbb;\n            line-height: 1.9;\n            margin-bottom: 1rem;\n        }\n        .section ul { list-style: none; padding-left: 1.5rem; }\n        .section ul li::before {\n            content: '\u2013';\n            color: #0ff;\n            margin-right: 0.5rem;\n            font-weight: bold;\n        }\n        .neon-accent { color: #0ff; font-weight: 600; }\n        .neon-pink { color: #f0f; }\n        .contact-banner {\n            margin-top: 2rem;\n            padding: 1.5rem;\n            border: 1px solid rgba(0,255,255,0.25);\n            border-radius: 12px;\n            background: rgba(0,255,255,0.03);\n            text-align: center;\n            font-size: 1.25rem;\n        }\n        .contact-banner strong { color: #0ff; }\n\n        \/* Footer \u2013 same simple style *\/\n        .site-footer {\n            background: rgba(10, 10, 15, 0.9);\n            backdrop-filter: blur(20px);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n            border-radius: 20px;\n            padding: 2rem 2.5rem;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            gap: 1.5rem;\n            font-family: inherit;\n        }\n        .footer-copyright { color: #888; font-size: 1.05rem; }\n        .footer-copyright a { color: #0ff; text-decoration: none; transition: 0.2s; }\n        .footer-copyright a:hover { text-shadow: 0 0 8px #0ff; }\n        .footer-right { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }\n        .footer-socials { display: flex; gap: 0.8rem; }\n        .social-icon {\n            width: 42px; height: 42px; border-radius: 12px;\n            background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);\n            color: #aaa; display: flex; align-items: center; justify-content: center;\n            text-decoration: none; font-size: 1.1rem; font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        .social-icon:hover {\n            border-color: #0ff; color: #0ff; background: rgba(0,255,255,0.08);\n            box-shadow: 0 0 15px rgba(0,255,255,0.2); transform: translateY(-3px);\n        }\n        .back-to-top {\n            background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);\n            color: #aaa; font-size: 0.95rem; padding: 0.65rem 1.2rem; border-radius: 25px;\n            cursor: pointer; transition: all 0.3s ease; font-family: inherit;\n            display: flex; align-items: center; gap: 0.4rem;\n        }\n        .back-to-top:hover {\n            border-color: #0ff; color: #0ff; background: rgba(0,255,255,0.06);\n            box-shadow: 0 0 12px rgba(0,255,255,0.15);\n        }\n        @media (max-width: 768px) {\n            .site-footer { flex-direction: column; text-align: center; align-items: center; }\n            .footer-right { flex-direction: column; align-items: center; gap: 1rem; }\n            body { padding: 1rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"page-container\">\n    <div class=\"about-wrapper\">\n        <h1>About SEOToolsPro<\/h1>\n        <p class=\"subhead\">Born from obsession with search rankings and a hatred for bloated, overpriced SEO software.<\/p>\n\n        <div class=\"section\">\n            <h2>Our Mission<\/h2>\n            <p>We believe powerful SEO tools should be <span class=\"neon-accent\">fast, accurate, and accessible<\/span> \u2014 not locked behind enterprise paywalls. Our mission is to equip digital marketers, small business owners, and SEO freelancers with professional-grade tools that actually move the needle.<\/p>\n        <\/div>\n        <div class=\"section\">\n            <h2>Why We Built This<\/h2>\n            <p>Tired of switching between ten different tools just to get basic data, we decided to build a unified suite that covers <span class=\"neon-pink\">keyword research, backlink analysis, rank tracking, and site audits<\/span> under one roof. No fluff, no upselling \u2014 just the insights you need to climb the SERPs.<\/p>\n        <\/div>\n        <div class=\"section\">\n            <h2>What Makes Us Different<\/h2>\n            <ul>\n                <li><span class=\"neon-accent\">Real-time data<\/span> pulled from reliable sources, not cached guesses.<\/li>\n                <li><span class=\"neon-accent\">Clean, no-BS interface<\/span> that won&#8217;t overwhelm you with unnecessary charts.<\/li>\n                <li><span class=\"neon-accent\">Developed by SEOs, for SEOs<\/span> \u2014 we use these tools ourselves every day.<\/li>\n                <li><span class=\"neon-accent\">Fair pricing<\/span> without hidden fees or forced annual contracts.<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"section\">\n            <h2>Meet the Team<\/h2>\n            <p>We&#8217;re a small, remote-first crew of developers, data nerds, and content strategists who&#8217;ve been in the SEO trenches since the days of keyword stuffing (don&#8217;t do that anymore, please). We build, test, and refine SEOToolsPro based on real feedback from users just like you.<\/p>\n        <\/div>\n        <div class=\"section\">\n            <h2>Join the Journey<\/h2>\n            <p>SEOToolsPro is constantly evolving. We ship new features regularly and listen closely to our community. Got a feature request or just want to chat about the latest Google algorithm update? <span class=\"neon-accent\">We&#8217;re all ears.<\/span><\/p>\n        <\/div>\n        <div class=\"contact-banner\">\n            <p>Want to learn more or collaborate?<br>\n            <strong>samina@agentfy.online<\/strong><\/p>\n        <\/div>\n    <\/div>\n\n    <footer class=\"site-footer\">\n        <div class=\"footer-copyright\">\n            &copy; 2026 <a href=\"\/\">SEOToolsPro<\/a> \u00b7 All rights reserved.\n        <\/div>\n        <div class=\"footer-right\">\n            <div class=\"footer-socials\">\n                <a href=\"#\" class=\"social-icon\" aria-label=\"Twitter\">\ud835\udd4f<\/a>\n                <a href=\"#\" class=\"social-icon\" aria-label=\"Instagram\">\ud83d\udcf7<\/a>\n                <a href=\"#\" class=\"social-icon\" aria-label=\"YouTube\">\u25b6<\/a>\n                <a href=\"#\" class=\"social-icon\" aria-label=\"GitHub\">\u2328<\/a>\n            <\/div>\n            <button class=\"back-to-top\" onclick=\"window.scrollTo({top:0,behavior:'smooth'})\">\u2191 Scroll to Top<\/button>\n        <\/div>\n    <\/footer>\n<\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; SEOToolsPro About SEOToolsPro Born from obsession with search rankings and a hatred for bloated, overpriced SEO software. Our Mission We believe powerful SEO tools should be fast,&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-53","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"gisru","author_link":"https:\/\/seotoolspro.online\/blog\/author\/gisru\/"},"uagb_comment_info":0,"uagb_excerpt":"About Us &#8211; SEOToolsPro About SEOToolsPro Born from obsession with search rankings and a hatred for bloated, overpriced SEO software. Our Mission We believe powerful SEO tools should be fast,&hellip;","_links":{"self":[{"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/pages\/53","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/comments?post=53"}],"version-history":[{"count":6,"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/pages\/53\/revisions"}],"predecessor-version":[{"id":107,"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/pages\/53\/revisions\/107"}],"wp:attachment":[{"href":"https:\/\/seotoolspro.online\/blog\/wp-json\/wp\/v2\/media?parent=53"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}