{"id":3524,"date":"2025-09-30T13:41:47","date_gmt":"2025-09-30T13:41:47","guid":{"rendered":"https:\/\/oceana1.wpenginepowered.com\/marketing\/?page_id=3524"},"modified":"2025-10-07T15:43:50","modified_gmt":"2025-10-07T15:43:50","slug":"advisornet","status":"publish","type":"page","link":"https:\/\/www.getoceana.com\/marketing\/advisornet\/","title":{"rendered":"AdvisorNet"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3524\" class=\"elementor elementor-3524\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2f3fdb2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2f3fdb2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0827bdf\" data-id=\"0827bdf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69963cf elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"69963cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>AdvisorNet for CPAs - Marketing Built for Accountants<\/title>\r\n    <!-- Load Tailwind CSS -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <!-- Load Inter Font -->\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@100..900&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        :root {\r\n            --color-primary: #001f3f; \/* Slightly darker Navy Blue for better contrast *\/\r\n            --color-accent: #059669; \/* Deeper Emerald Green *\/\r\n            --color-text: #1f2937;\r\n            --color-light-accent: #34d399; \/* Lighter accent for highlights *\/\r\n            --color-light-bg: #f5faff; \/* Very light, professional blue shade *\/\r\n            --color-light-bg-deep: #ebf3ff; \/* Slightly deeper light blue for contrast sections *\/\r\n            --color-danger: #ef4444; \/* Tailwind red-500 *\/\r\n        }\r\n        body {\r\n            font-family: 'Inter', sans-serif;\r\n            color: var(--color-text);\r\n            background-color: var(--color-light-bg); \/* Set base body background *\/\r\n        }\r\n        .bg-primary { background-color: var(--color-primary); }\r\n        .text-accent { color: var(--color-accent); }\r\n        .border-accent { border-color: var(--color-accent); }\r\n        .text-light-accent { color: var(--color-light-accent); }\r\n        .bg-light-blue { background-color: var(--color-light-bg); }\r\n        .bg-light-blue-deep { background-color: var(--color-light-bg-deep); }\r\n\r\n        \/* Custom 8xl container max width (approx 1450px) for large screens *\/\r\n        .max-w-8xl { max-width: 1450px; }\r\n\r\n\r\n        \/* Custom style for the Hero section background - NO CURVE *\/\r\n        .hero-bg {\r\n            background-color: var(--color-primary);\r\n            position: relative;\r\n            \/* Creates a dark overlay and subtle internal light sources for depth *\/\r\n            background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),\r\n                              radial-gradient(at 0% 0%, rgba(255, 255, 255, 0.08) 0, transparent 40%),\r\n                              radial-gradient(at 100% 100%, rgba(52, 211, 153, 0.2) 0, transparent 50%);\r\n            \/* Added inner shadow for a \"recessed\" effect on the text container *\/\r\n            box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);\r\n        }\r\n        \r\n        \/* New Base Button Style (Previously the Hover Style) *\/\r\n        .cta-button {\r\n            transition: all 0.3s ease;\r\n            \/* Initial permanent style: slight lift and shadow\/glow for visibility *\/\r\n            transform: translateY(-2px);\r\n            \/* ENHANCED GLOW AND ADDED BORDER FOR VISIBILITY *\/\r\n            filter: drop-shadow(0 6px 12px rgba(5, 150, 105, 0.9));\r\n            border: 2px solid var(--color-light-accent); \/* Added visible border *\/\r\n        }\r\n        \r\n        \/* New Hover Style: Slightly more lift and shadow *\/\r\n        .cta-button:hover {\r\n            transform: translateY(-5px) scale(1.02);\r\n            filter: drop-shadow(0 10px 20px rgba(5, 150, 105, 1.0));\r\n        }\r\n        \r\n        \/* Ensure H1 is white, addressing the reported issue *\/\r\n        .hero-headline {\r\n            color: #fff !important; \r\n            letter-spacing: -0.05em; \/* Tighten tracking for visual punch *\/\r\n            position: relative;\r\n            z-index: 20;\r\n        }\r\n        \r\n        \/* Custom timeline line for the process section *\/\r\n        .timeline-line {\r\n            position: absolute;\r\n            top: 2.5rem; \/* Aligns with the center of the first circle *\/\r\n            bottom: 2.5rem; \/* Aligns with the center of the last circle *\/\r\n            left: 2rem; \/* Position line slightly left of the steps *\/\r\n            width: 2px;\r\n            background-color: var(--color-light-accent);\r\n            opacity: 0.5;\r\n        }\r\n\r\n        @media (min-width: 768px) {\r\n             .timeline-line {\r\n                \/* On desktop, keep the line centralized for a cleaner look *\/\r\n                left: 50%;\r\n                transform: translateX(-50%);\r\n            }\r\n        }\r\n        \r\n        \/* Custom style for the pain points section boxes *\/\r\n        .pain-point-box {\r\n            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\r\n        }\r\n        .pain-summary-box {\r\n             \/* Using the slightly deeper light blue for the summary box *\/\r\n             background-color: var(--color-light-bg-deep); \r\n             box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\r\n        }\r\n        \r\n        \/* Style for the image in the Rachael McMahon section *\/\r\n        .rachael-image {\r\n            object-fit: cover;\r\n            width: 100%;\r\n            height: 100%;\r\n        }\r\n\r\n        \/* --- Draggable Split View Styles --- *\/\r\n        .split-container {\r\n            position: relative;\r\n            height: 100vh; \/* Full viewport height for effect *\/\r\n            max-height: 1000px; \/* Cap height on desktop *\/\r\n            min-height: 700px;\r\n            overflow: hidden;\r\n            user-select: none;\r\n            cursor: ew-resize;\r\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);\r\n        }\r\n\r\n        .split-panel {\r\n            position: absolute;\r\n            top: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            padding: 3rem;\r\n            transition: left 0.3s ease, width 0.3s ease;\r\n        }\r\n\r\n        #panel-trap {\r\n            left: 0;\r\n            \/* Changing to light gray *\/\r\n            background-color: #f0f0f0;\r\n            color: var(--color-text);\r\n            padding-right: 4rem;\r\n        }\r\n\r\n        #panel-solution {\r\n            \/* Initial left position will be set by JS below *\/\r\n            background-color: var(--color-primary);\r\n            color: white;\r\n            padding-left: 4rem;\r\n        }\r\n\r\n        #dragger {\r\n            position: absolute;\r\n            top: 0;\r\n            \/* Initial left position will be set by JS below *\/\r\n            width: 8px;\r\n            height: 100%;\r\n            background-color: var(--color-light-accent);\r\n            cursor: ew-resize;\r\n            z-index: 100;\r\n            transform: translateX(-50%);\r\n            box-shadow: 0 0 10px rgba(5, 150, 105, 0.8);\r\n            transition: background-color 0.3s;\r\n        }\r\n        \r\n        #dragger-handle {\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            background-color: var(--color-light-accent);\r\n            border: 4px solid var(--color-primary);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: var(--color-primary);\r\n            font-weight: bold;\r\n        }\r\n        \r\n        \/* Dragger Arrow Fix: Horizontal arrows for desktop drag interaction *\/\r\n        #dragger-handle svg {\r\n            transform: none; \r\n        }\r\n        \/* End Draggable Split View Styles *\/\r\n\r\n        @media (max-width: 767px) {\r\n            .split-container {\r\n                cursor: default;\r\n                height: auto;\r\n                min-height: auto;\r\n                max-height: none;\r\n            }\r\n            .split-panel {\r\n                position: relative;\r\n                left: 0 !important;\r\n                width: 100% !important;\r\n                padding: 2rem;\r\n            }\r\n            #panel-trap, #panel-solution {\r\n                padding: 2rem;\r\n            }\r\n            #dragger {\r\n                display: none;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"antialiased bg-light-blue\">\r\n\r\n    <!-- Header & Navigation -->\r\n    <header class=\"sticky top-0 z-50 bg-white shadow-lg\">\r\n        <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex justify-between items-center\">\r\n            <!-- Logo with accent dot for polish - UPDATED TO AdvisorNet.net -->\r\n            <div class=\"text-3xl font-extrabold text-primary\">AdvisorNet<span class=\"text-accent\">.net<\/span><\/div>\r\n            <!-- UPDATED LINK -->\r\n            <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" class=\"px-5 py-2 text-sm font-semibold rounded-full bg-primary text-white hover:bg-gray-700 transition shadow-md\">Book a Discovery Session<\/a>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <main>\r\n        <!-- 1. Hero Section -->\r\n        <section class=\"hero-bg text-white pt-20 pb-32 md:pt-32 md:pb-32 relative z-0\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-20\">\r\n                <p class=\"text-light-accent text-sm font-semibold uppercase tracking-widest mb-4\">AdvisorNet for CPAs<\/p>\r\n                <h1 class=\"text-5xl md:text-7xl font-extrabold leading-tight mb-6 hero-headline\">\r\n                    Marketing as precise as your own work.\r\n                <\/h1>\r\n                <p class=\"text-xl md:text-2xl font-light max-w-4xl mx-auto mb-10 opacity-90\">\r\n                    CPAs know the value of clean books, solid audits, and measurable outcomes. Why should marketing be any different? AdvisorNet turns vague campaigns into transparent, trackable growth you can review line by line.\r\n                <\/p>\r\n                <div class=\"space-y-4 sm:space-y-0 sm:space-x-6 flex flex-col sm:flex-row justify-center mb-16\">\r\n                    <!-- CTA FIX: Standardized to match footer CTA styling and text -->\r\n                    <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" class=\"cta-button font-bold px-8 py-3 rounded-xl text-lg hover:bg-opacity-90\"\r\n                        style=\"background-color: var(--color-accent); color: white;\">\r\n                        Book a 15-minute Discovery Session\r\n                    <\/a>\r\n                <\/div>\r\n                \r\n                <!-- Trust Badges -->\r\n                <div class=\"max-w-4xl mx-auto pt-6 border-t border-white\/20\">\r\n                    <p class=\"text-sm font-medium opacity-70 mb-4\">Trusted Workflows:<\/p>\r\n                    <div class=\"flex flex-wrap justify-center gap-x-6 gap-y-3 text-sm font-light\">\r\n                        <span class=\"inline-flex items-center space-x-2\">\r\n                            <svg class=\"w-4 h-4 text-light-accent\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.613 0a9.006 9.006 0 01-2.482 6.014A8.96 8.96 0 0112 21a9 9 0 01-7.135-3.565m15.195-3.435h.001\"><\/path><\/svg>\r\n                            <span>HIPAA-aware workflows<\/span>\r\n                        <\/span>\r\n                        <span class=\"inline-flex items-center space-x-2\">\r\n                            <svg class=\"w-4 h-4 text-light-accent\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z\"><\/path><\/svg>\r\n                            <span>SOC 2-friendly processes<\/span>\r\n                        <\/span>\r\n                        <span class=\"inline-flex items-center space-x-2\">\r\n                            <svg class=\"w-4 h-4 text-light-accent\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path><\/svg>\r\n                            <span>Google Business Profile expertise<\/span>\r\n                        <\/span>\r\n                        <span class=\"inline-flex items-center space-x-2\">\r\n                            <svg class=\"w-4 h-4 text-light-accent\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4\"><\/path><\/svg>\r\n                            <span>WordPress\/HubSpot - GA4 + GSC<\/span>\r\n                        <\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 2. Problem\/Solution Interactive Split View (Replaces Sections 2 & 3) -->\r\n        <section id=\"problem-solution\" class=\"bg-white py-16 md:py-20\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 text-center mb-10\">\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-4\">The Reality vs. The AdvisorNet Difference<\/h2>\r\n                <p class=\"text-xl max-w-3xl mx-auto text-gray-600\">\r\n                    You chose accounting for clarity and measurable results. Why should marketing be any different?\r\n                <\/p>\r\n                <p class=\"text-md max-w-xl mx-auto text-gray-500 mt-2\">\r\n                    <span class=\"md:hidden\">Scroll to see the full difference.<\/span>\r\n                    <span class=\"hidden md:inline\">Here\u2019s a side-by-side look at the industry trap versus our proven, measurable solution.<\/span>\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div id=\"split-container\" class=\"max-w-8xl mx-auto rounded-3xl overflow-hidden split-container\">\r\n                <!-- Pain Panel (Left Side) - Now Gray Background -->\r\n                <div id=\"panel-trap\" class=\"split-panel flex flex-col justify-center w-1\/2\">\r\n                    <h3 class=\"text-4xl font-extrabold text-red-700 mb-4\">The CPA Marketing Trap<\/h3>\r\n                    <p class=\"text-xl font-light mb-6 text-gray-700\">\r\n                        You didn't go into accounting to become a marketer. But here's what's been happening behind the scenes:\r\n                    <\/p>\r\n                    <ul class=\"space-y-4 text-lg text-gray-800 text-left\">\r\n                        <!-- Ensured bolding and removed asterisks -->\r\n                        <li class=\"flex items-start space-x-3\"><span class=\"flex-shrink-0 text-red-700 font-bold text-xl\">\u2022<\/span><p>Signed checks to marketing companies, with <b>no return you could measure<\/b>.<\/p><\/li>\r\n                        <li class=\"flex items-start space-x-3\"><span class=\"flex-shrink-0 text-red-700 font-bold text-xl\">\u2022<\/span><p>Long contracts you\u2019re bound to, with <b>no easy way out<\/b>.<\/p><\/li>\r\n                        <li class=\"flex items-start space-x-3\"><span class=\"flex-shrink-0 text-red-700 font-bold text-xl\">\u2022<\/span><p><b>Being locked out<\/b> by your marketing company, with no access to your own assets.<\/p><\/li>\r\n                        <li class=\"flex items-start space-x-3\"><span class=\"flex-shrink-0 text-red-700 font-bold text-xl\">\u2022<\/span><p>A website that generates <b>almost no meaningful calls<\/b>.<\/p><\/li>\r\n                        <li class=\"flex items-start space-x-3\"><span class=\"flex-shrink-0 text-red-700 font-bold text-xl\">\u2022<\/span><p>Higher-value advisory and CAS work <b>sitting just out of reach<\/b>.<\/p><\/li>\r\n                    <\/ul>\r\n                    <p class=\"text-xl font-extrabold text-primary mt-8\">\r\n                        It\u2019s frustrating. It\u2019s exhausting. Why does marketing work for everyone else but not for us?\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <!-- Solution Panel (Right Side) -->\r\n                <div id=\"panel-solution\" class=\"split-panel flex flex-col justify-center w-1\/2\">\r\n                    <h3 class=\"text-4xl font-extrabold text-light-accent mb-4\">What Makes AdvisorNet Different<\/h3>\r\n                    <p class=\"text-xl font-light mb-6 text-white\/90\">\r\n                        AdvisorNet is built on the same principles you bring to your clients: <b>clarity, accountability, and results you can prove.<\/b>\r\n                    <\/p>\r\n                    <!-- Ensured bolding and removed asterisks -->\r\n                    <ul class=\"space-y-4 text-left\">\r\n                        <li class=\"p-0 flex items-start space-x-2\"> <span class=\"text-light-accent font-bold text-lg\">&#10003;<\/span> <div><b>Measure Everything<\/b>: Every lead and ranking shift is visible and auditable.<\/div><\/li>\r\n                        <li class=\"p-0 flex items-start space-x-2\"> <span class=\"text-light-accent font-bold text-lg\">&#10003;<\/span> <div><b>Know Your Language<\/b>: We target both \"CPA\" and \"Accountant\" for high-intent searches.<\/div><\/li>\r\n                        <li class=\"p-0 flex items-start space-x-2\"> <span class=\"text-light-accent font-bold text-lg\">&#10003;<\/span> <div><b>Protect Compliance<\/b>: No shortcuts, no recycled blogs that risk reputation.<\/div><\/li>\r\n                        <li class=\"p-0 flex items-start space-x-2\"> <span class=\"text-light-accent font-bold text-lg\">&#10003;<\/span> <div><b>Focus on Profit<\/b>: Prioritizing CAS, advisory, and fractional CFO work.<\/div><\/li>\r\n                        <li class=\"p-0 flex items-start space-x-2\"> <span class=\"text-light-accent font-bold text-lg\">&#10003;<\/span> <div><b>Grow Authority<\/b>: Local Pack visibility, consistent reviews, and expert content.<\/div><\/li>\r\n                    <\/ul>\r\n                    <p class=\"text-xl font-extrabold text-light-accent mt-8\">\r\n                        Marketing doesn\u2019t feel like a gamble - it feels like an extension of your own process.\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <!-- Dragger Handle (Now horizontal arrows) -->\r\n                <div id=\"dragger\">\r\n                    <div id=\"dragger-handle\">\r\n                        <!-- Horizontal double arrow icon path -->\r\n                        <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" style=\"transform: none;\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" d=\"M8 7l-4 5 4 5m8-10l4 5-4 5\"\/>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <script>\r\n                document.addEventListener('DOMContentLoaded', function() {\r\n                    const container = document.getElementById('split-container');\r\n                    const dragger = document.getElementById('dragger');\r\n                    const panelTrap = document.getElementById('panel-trap');\r\n                    const panelSolution = document.getElementById('panel-solution');\r\n\r\n                    let isDragging = false;\r\n                    const defaultPosition = 50; \/\/ Reverted to 50% for equal starting view\r\n\r\n                    \/\/ Initial setup (Desktop only)\r\n                    if (window.innerWidth >= 768) {\r\n                        \/\/ Apply the new default position\r\n                        panelTrap.style.width = defaultPosition + '%';\r\n                        panelSolution.style.width = (100 - defaultPosition) + '%';\r\n                        panelSolution.style.left = defaultPosition + '%';\r\n                        dragger.style.left = defaultPosition + '%';\r\n\r\n                    } else {\r\n                         \/\/ On mobile, just make both panels full width for stacking\/scrolling.\r\n                        panelTrap.style.width = '100%';\r\n                        panelSolution.style.width = '100%';\r\n                        panelSolution.style.left = '0%';\r\n                        return; \/\/ Exit script for mobile\r\n                    }\r\n\r\n\r\n                    function startDrag(e) {\r\n                        e.preventDefault();\r\n                        isDragging = true;\r\n                        container.classList.add('cursor-grabbing');\r\n                        \/\/ Temporarily disable CSS transition during drag\r\n                        panelSolution.style.transition = 'none';\r\n                    }\r\n\r\n                    function doDrag(e) {\r\n                        if (!isDragging) return;\r\n\r\n                        \/\/ Use clientX (mouse) or touches[0].clientX (touch)\r\n                        const clientX = e.clientX || (e.touches && e.touches[0].clientX);\r\n                        if (clientX === undefined) return;\r\n                        \r\n                        const rect = container.getBoundingClientRect();\r\n                        let newX = clientX - rect.left;\r\n                        \r\n                        \/\/ Clamp the position between 10% and 90%\r\n                        const minX = rect.width * 0.1;\r\n                        const maxX = rect.width * 0.9;\r\n                        \r\n                        if (newX < minX) newX = minX;\r\n                        if (newX > maxX) newX = maxX;\r\n                        \r\n                        const percent = (newX \/ rect.width) * 100;\r\n                        \r\n                        dragger.style.left = percent + '%';\r\n                        panelTrap.style.width = percent + '%';\r\n                        panelSolution.style.left = percent + '%';\r\n                        panelSolution.style.width = (100 - percent) + '%';\r\n                    }\r\n\r\n                    function endDrag() {\r\n                        isDragging = false;\r\n                        container.classList.remove('cursor-grabbing');\r\n                        \/\/ Restore CSS transition after drag ends\r\n                        panelSolution.style.transition = 'left 0.3s ease, width 0.3s ease';\r\n                    }\r\n\r\n                    \/\/ Mouse events\r\n                    dragger.addEventListener('mousedown', startDrag);\r\n                    container.addEventListener('mousemove', doDrag);\r\n                    container.addEventListener('mouseup', endDrag);\r\n\r\n                    \/\/ Touch events (for tablet responsiveness)\r\n                    dragger.addEventListener('touchstart', (e) => startDrag(e.touches[0]), { passive: false });\r\n                    container.addEventListener('touchmove', (e) => doDrag(e.touches[0]), { passive: false });\r\n                    container.addEventListener('touchend', endDrag);\r\n                });\r\n            <\/script>\r\n        <\/section>\r\n\r\n        <!-- 3. Rachael McMahon (Social Proof \/ Founder) - Previous Section 4, now 3 -->\r\n        <section class=\"py-20 md:py-24 bg-white\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n                <div class=\"grid md:grid-cols-3 gap-10 items-center bg-light-blue p-8 rounded-2xl shadow-xl\">\r\n                    <!-- Profile Card -->\r\n                    <div class=\"md:col-span-2\">\r\n                        <div class=\"mb-6\">\r\n                            <p class=\"text-sm font-semibold text-primary uppercase tracking-wider mb-2\">Client Education Director<\/p>\r\n                            <h3 class=\"text-3xl font-extrabold text-gray-900\">Rachael McMahon<\/h3>\r\n                        <\/div>\r\n                        <blockquote class=\"text-xl italic text-gray-700 border-l-4 border-accent pl-4 mb-6\">\r\n                            \u201cWith a strong background in compliance and a 15-year track record in the insurance industry, Rachael serves clients through education and getting things done.\u201d\r\n                        <\/blockquote>\r\n                        <ul class=\"space-y-2 text-gray-600\">\r\n                            <li class=\"flex items-center space-x-2\">\r\n                                <svg class=\"w-5 h-5 text-accent\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"><\/path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"><\/path><\/svg>\r\n                                <span>Serving CPAs nationwide<\/span>\r\n                            <\/li>\r\n                            <li class=\"flex items-center space-x-2\">\r\n                                <svg class=\"w-5 h-5 text-accent\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\r\n                                <span>Oversees compliance, accuracy, and client success<\/span>\r\n                            <\/li>\r\n                        <\/ul>\r\n                        <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" class=\"mt-6 inline-flex items-center text-primary font-bold hover:text-accent transition\">\r\n                            Meet Rachael &rarr;\r\n                        <\/a>\r\n                    <\/div>\r\n                    <!-- Photo Integration (using provided image URL) -->\r\n                    <div class=\"flex justify-center md:justify-end\">\r\n                        <div class=\"w-48 h-48 rounded-full overflow-hidden shadow-xl border-4 border-accent\/50 flex items-center justify-center bg-gray-200\">\r\n                            <img data-recalc-dims=\"1\" decoding=\"async\" \r\n                                src=\"https:\/\/i0.wp.com\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/10\/51301064-3cef-4654-bad0-6ff47e564e31.jpg?w=1170&#038;ssl=1\" \r\n                                alt=\"Rachael McMahon Practice Lead\" \r\n                                class=\"rachael-image object-cover\" \r\n                                onerror=\"this.onerror=null; this.src='https:\/\/placehold.co\/200x200\/cccccc\/333333?text=Rachael+Photo';\"\r\n                            >\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <!-- 4. Tools We Put in Your Hands (Mid-Page CTA) - Previous Section 5, now 4 -->\r\n        <section id=\"tools\" class=\"bg-primary py-20 md:py-24 text-white\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n                <!-- UPDATED HEADING -->\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold mb-8 text-white\">The Blueprint We Put in Your Hands<\/h2>\r\n                <!-- UPDATED SUBHEAD -->\r\n                <p class=\"text-xl font-light opacity-90 mb-10\">\r\n                    We don\u2019t just ask for your trust - we hand you the same <b>internal blueprint<\/b> we use to drive and measure growth:\r\n                <\/p> <div class=\"flex flex-col md:flex-row justify-center gap-8 mb-12\">\r\n                    <div class=\"p-6 bg-white text-primary rounded-xl shadow-lg border-b-4 border-accent w-full md:w-1\/2 hover:shadow-2xl transition\">\r\n                        <h4 class=\"text-2xl font-bold mb-2\">Market Action Plan<\/h4>\r\n                        <p class=\"text-gray-600\">A roadmap showing how we take firms from invisible to visible - mapped out step-by-step.<\/p>\r\n                    <\/div>\r\n                    <div class=\"p-6 bg-white text-primary rounded-xl shadow-lg border-b-4 border-accent w-full md:w-1\/2 hover:shadow-2xl transition\">\r\n                        <h4 class=\"text-2xl font-bold mb-2\">Data Brief<\/h4>\r\n                        <!-- Updated description -->\r\n                        <p class=\"text-gray-600\">\r\n                            An overview of our digital marketing strategy, <br> \r\n                            based on years of research and how we implement it for your business.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                                            <!-- UPDATED LINK -->\r\n                        <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" class=\"mt-4 cta-button font-bold px-8 py-3 rounded-xl text-lg hover:bg-opacity-90\"\r\n                            style=\"background-color: var(--color-accent); color: white;\">\r\n                            Book a Discovery Session\r\n                        <\/a>\r\n                    <\/div>\r\n                    \r\n                    \r\n\r\n        <\/section>\r\n\r\n       <!-- 5. 5 Best Practices for CPAs to Keep Marketing Agencies Accountable (Lead Magnet) - Previous Section 6, now 5 -->\r\n<section id=\"red-flags\" class=\"py-20 md:py-24 font-['Inter']\" style=\"background-color: #fcebeb;\">\r\n    <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n        <div class=\"grid md:grid-cols-2 gap-12 items-center\">\r\n            <div class=\"md:order-2\">\r\n                <!-- Updated Title -->\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-4 rounded-lg\">Best Practices to Keep Your Marketing Agency Accountable<\/h2>\r\n                <!-- Updated descriptive text with new title -->\r\n                <p class=\"text-xl text-gray-600 mb-8\">\r\n                    Before you hire (or renew) a marketing agency, see what every CPA firm should verify first.\r\n                <\/p>\r\n                <p class=\"text-gray-700 font-semibold text-xl mb-4\">Inside this free guide, you\u2019ll discover:<\/p>\r\n                <ul class=\"space-y-3 text-lg text-gray-700\">\r\n                    <li class=\"flex items-start space-x-3\">\r\n                        <span class=\"text-red-600 font-bold text-xl flex-shrink-0 mt-1\">&#10003;<\/span>\r\n                        <p>Why <b>full access<\/b> to your own digital assets is non-negotiable.<\/p>\r\n                    <\/li>\r\n                    <li class=\"flex items-start space-x-3\">\r\n                        <span class=\"text-red-600 font-bold text-xl flex-shrink-0 mt-1\">&#10003;<\/span>\r\n                        <p>The reporting tactics agencies use and which numbers <b>truly matter<\/b>.<\/p>\r\n                    \r\n                    <\/li>\r\n                    <li class=\"flex items-start space-x-3\">\r\n                        <span class=\"text-red-600 font-bold text-xl flex-shrink-0 mt-1\">&#10003;<\/span>\r\n                        <p><b>Contract terms<\/b> that restrict flexibility and how to avoid them.<\/p>\r\n                    <\/li>\r\n                <\/ul>\r\n                <p class=\"text-lg text-gray-600 mt-8 italic\">\r\n                    This guide gives you the clarity to ask the right questions, demand transparency, and keep control of your firm\u2019s growth.\r\n                <\/p>\r\n            <\/div>\r\n            <!-- Guide Graphic with new Image and Link -->\r\n            <div class=\"md:order-1 flex justify-center\">\r\n                <div class=\"p-8 md:p-10 bg-white border-2 border-red-700\/50 rounded-xl shadow-2xl shadow-red-700\/20 max-w-sm w-full text-center\" style=\"background-color: #ffe8e8;\">\r\n                    \r\n                    <!-- REPLACED PLACEHOLDER WITH IMAGE URL -->\r\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/10\/best-practices.png?w=1170&#038;ssl=1\" \r\n                         alt=\"Cover image for '5 Best Practices for CPAs to Keep Marketing Agencies Accountable' Guide\" \r\n                         class=\"w-40 h-auto mx-auto rounded-lg shadow-xl mb-6\"\r\n                         loading=\"lazy\"\r\n                         onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/160x256\/fcebeb\/dc2626?text=Best+Practices+Cover';\"\r\n                    \/>\r\n\r\n                    \r\n                    <!-- CTA title in the graphic -->\r\n                    <h3 class=\"text-2xl font-extrabold text-red-700 mb-6\">Best Practices Guide<\/h3>\r\n                    \r\n                    <!-- UPDATED BUTTON LINK -->\r\n                    <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" \r\n                       class=\"cta-button bg-red-600 text-white font-bold px-6 py-3 rounded-lg text-lg w-full block hover:bg-red-700 transition duration-300\" \r\n                       style=\"box-shadow: 0 4px 10px rgba(220, 38, 38, 0.4);\">\r\n                        Get the Free Guide\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n        <!-- 5. Our Best-Loved Projects (Logos & Testimonial) - Previous Section 7, now 5 -->\r\n        <section class=\"py-20 md:py-24 bg-white\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-4\">Our Best-Loved Projects<\/h2>\r\n                <p class=\"text-xl text-gray-600 mb-12\">\r\n                    Trusted by firms and service-driven businesses who needed measurable results.\r\n                <\/p>\r\n\r\n                <!-- Client Logos - Fixed sizing for consistency and color -->\r\n                <div class=\"mb-12\">\r\n                    <p class=\"text-lg font-semibold text-gray-700 mb-6\">A few of the brands that have trusted AdvisorNet:<\/p>\r\n                    <div class=\"flex flex-wrap justify-center items-center gap-8 md:gap-16\">\r\n                        <!-- Removed grayscale\/opacity, increased width (w-36) -->\r\n                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/09\/Deloitte.png?w=1170&#038;ssl=1\" alt=\"Deloitte Logo\" class=\"w-36 max-h-12 h-auto hover:scale-[1.05] transition\">\r\n                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/09\/KPMG_blue_logo.png?w=1170&#038;ssl=1\" alt=\"KPMG Logo\" class=\"w-36 max-h-12 h-auto hover:scale-[1.05] transition\">\r\n                        <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/09\/transparent-logo.png?w=1170&#038;ssl=1\" alt=\"Trusted Firm Logo\" class=\"w-36 max-h-12 h-auto hover:scale-[1.05] transition\">\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Client Voice - Removed SVG icon as requested -->\r\n                <div class=\"max-w-4xl mx-auto p-8 bg-light-blue rounded-xl shadow-inner border-t-4 border-light-accent\">\r\n                    <p class=\"text-2xl italic font-medium text-gray-800 mb-4\">\r\n                        \u201cWe were tired of reports we didn\u2019t understand. AdvisorNet gave us clarity and results we could trust.\u201d\r\n                    <\/p>\r\n                    <!-- REMOVED: - Placeholder Name, Placeholder Firm -->\r\n                    <p class=\"font-semibold text-primary\"><\/p> \r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 6. How We Deliver Results (Process) - Previous Section 8, now 6 -->\r\n        <section class=\"bg-primary py-20 md:py-24 text-white\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n                <!-- Heading Fix -->\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold text-center mb-12 text-white\">How We Deliver Results<\/h2>\r\n                <p class=\"text-xl text-white\/90 text-center max-w-3xl mx-auto mb-16\">\r\n                    Our work follows a clear, <b>auditable process<\/b>-just like the way you serve your clients.\r\n                <\/p>\r\n\r\n                <!-- Refactored Centered Timeline -->\r\n                <div class=\"max-w-3xl mx-auto relative\">\r\n                    <!-- Timeline Line (Vertical) -->\r\n                    <div class=\"timeline-line\"><\/div>\r\n                    \r\n                    <div class=\"space-y-16 relative z-10\">\r\n                        \r\n                        <!-- Step 1: Discover -->\r\n                        <div class=\"flex items-start md:items-center space-x-6 md:space-x-0\">\r\n                            <div class=\"w-12 h-12 flex-shrink-0 bg-light-accent rounded-full border-4 border-primary shadow-lg flex items-center justify-center text-primary font-bold text-lg md:mx-auto\">1<\/div>\r\n                            <div class=\"flex-grow md:absolute md:left-0 md:w-[45%] md:text-right pt-1 pb-4 md:pt-0 md:pb-0\">\r\n                                <h3 class=\"text-2xl font-extrabold text-light-accent mb-2\">Discover<\/h3>\r\n                                <p class=\"text-xl font-semibold mb-2\">Intake + Audit<\/p>\r\n                                <p class=\"text-white\/80\">Rankings, Google Business Profile (GBP), site health, reviews, and competitor analysis.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <!-- Step 2: Blueprint -->\r\n                        <div class=\"flex items-start md:items-center space-x-6 md:space-x-0\">\r\n                            <div class=\"w-12 h-12 flex-shrink-0 bg-light-accent rounded-full border-4 border-primary shadow-lg flex items-center justify-center text-primary font-bold text-lg md:mx-auto\">2<\/div>\r\n                            <div class=\"flex-grow md:absolute md:right-0 md:w-[45%] md:text-left pt-1 pb-4 md:pt-0 md:pb-0\">\r\n                                <h3 class=\"text-2xl font-extrabold text-light-accent mb-2\">Blueprint<\/h3>\r\n                                <p class=\"text-xl font-semibold mb-2\">Custom Market Action Plan<\/p>\r\n                                <p class=\"text-white\/80\">A personalized plan mapped out step-by-step to achieve your profit goals.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <!-- Step 3: Build -->\r\n                        <div class=\"flex items-start md:items-center space-x-6 md:space-x-0\">\r\n                            <div class=\"w-12 h-12 flex-shrink-0 bg-light-accent rounded-full border-4 border-primary shadow-lg flex items-center justify-center text-primary font-bold text-lg md:mx-auto\">3<\/div>\r\n                            <div class=\"flex-grow md:absolute md::left-0 md:w-[45%] md:text-right pt-1 pb-4 md:pt-0 md:pb-0\">\r\n                                <h3 class=\"text-2xl font-extrabold text-light-accent mb-2\">Build<\/h3>\r\n                                <p class=\"text-xl font-semibold mb-2\">Launch & Tracking<\/p>\r\n                                <p class=\"text-white\/80\">Priority pages and GBP fixes launched, with all tracking and analytics in place.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <!-- Step 4: Boost -->\r\n                        <div class=\"flex items-start md:items-center space-x-6 md:space-x-0\">\r\n                            <div class=\"w-12 h-12 flex-shrink-0 bg-light-accent rounded-full border-4 border-primary shadow-lg flex items-center justify-center text-primary font-bold text-lg md:mx-auto\">4<\/div>\r\n                            <div class=\"flex-grow md:absolute md:right-0 md:w-[45%] md:text-left pt-1 pb-4 md:pt-0 md:pb-0\">\r\n                                <h3 class=\"text-2xl font-extrabold text-light-accent mb-2\">Boost<\/h3>\r\n                                <p class=\"text-xl font-semibold mb-2\">Expansion & Authority<\/p>\r\n                                <p class=\"text-white\/80\">Expansion through fresh content, consistent reviews, and citation building.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <!-- Step 5: Measure -->\r\n                        <div class=\"flex items-start md:items-center space-x-6 md:space-x-0\">\r\n                            <div class=\"w-12 h-12 flex-shrink-0 bg-light-accent rounded-full border-4 border-primary shadow-lg flex items-center justify-center text-primary font-bold text-lg md:mx-auto\">5<\/div>\r\n                            <div class=\"flex-grow md:absolute md::left-0 md:w-[45%] md:text-right pt-1 pb-4 md:pt-0 md:pb-0\">\r\n                                <h3 class=\"text-2xl font-extrabold text-light-accent mb-2\">Measure<\/h3>\r\n                                <p class=\"text-xl font-semibold mb-2\">Transparent Reporting<\/p>\r\n                                <p class=\"text-white\/80\">Transparent reports that reconcile like a balance sheet, showing clear ROI.<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <!-- End Refactored Timeline -->\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <!-- 8. New Section: Why This Works (E-E-A-T & Local SEO) - Previous Section 9, now 8 -->\r\n        <section class=\"py-20 md:py-24 bg-light-blue\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-6 text-center\">Why This Works: Marketing Grounded in CPA Standards<\/h2>\r\n                <p class=\"text-xl max-w-3xl mx-auto text-gray-600 mb-12 text-center\">\r\n                    At AdvisorNet, our approach isn\u2019t guesswork-it\u2019s grounded in Google\u2019s own standards for quality and visibility.\r\n                <\/p>\r\n\r\n                <div class=\"grid md:grid-cols-2 gap-10\">\r\n                    <!-- E-E-A-T Principles -->\r\n                    <div class=\"p-8 bg-white rounded-xl shadow-lg border-t-4 border-primary\">\r\n                        <h3 class=\"text-2xl font-bold text-primary mb-4 flex items-center\">\r\n                             <!-- Google Symbol SVG added -->\r\n                            <svg class=\"w-6 h-6 mr-3\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                                <path d=\"M22.84 12.02c0-.75-.06-1.48-.19-2.2H12v4.16h5.84c-.26 1.34-1.03 2.5-2.22 3.26v2.74h3.54c2.06-1.9 3.24-4.66 3.24-8.16z\" fill=\"#4285F4\"\/>\r\n                                <path d=\"M12 23c3.31 0 6.08-1.08 8.08-2.92l-3.54-2.74c-.98.66-2.23 1.05-3.54 1.05-2.73 0-5.04-1.84-5.88-4.32H2.33v2.81c1.94 3.84 5.92 6.54 9.67 6.54z\" fill=\"#34A853\"\/>\r\n                                <path d=\"M5.88 14.18c-.24-.66-.37-1.37-.37-2.16s.13-1.5.37-2.16V6.99H2.33c-.76 1.52-1.18 3.25-1.18 5.01s.42 3.49 1.18 5.01l3.55-2.83z\" fill=\"#FBBC04\"\/>\r\n                                <path d=\"M12 5.67c1.78 0 3.37.61 4.61 1.76l3.14-3.14C18.08 2.37 15.31 1 12 1 8.35 1 4.88 3.31 2.94 6.99l3.55 2.83c.84-2.48 3.15-4.32 5.51-4.32z\" fill=\"#EA4335\"\/>\r\n                            <\/svg>\r\n                            E-E-A-T Principles\r\n                        <\/h3>\r\n                        <p class=\"text-gray-700 mb-4\">Google rewards content that shows genuine authority, which is especially critical in finance:<\/p>\r\n                        <ul class=\"space-y-3 text-lg text-gray-700\">\r\n                            <li><span class=\"font-semibold text-primary\">Experience<\/span> - Real-world, practical knowledge from experts in the field.<\/li>\r\n                            <li><span class=\"font-semibold text-primary\">Expertise<\/span> - Technical depth and accuracy in the subject matter.<\/li>\r\n                            <li><span class=\"font-semibold text-primary\">Authoritativeness<\/span> - Recognized credibility and trustworthiness.<\/li>\r\n                            <li><span class=\"font-semibold text-primary\">Trustworthiness<\/span> - Transparency, clear sourcing, and reliable information.<\/li>\r\n                        <\/ul>\r\n                        <p class=\"text-sm text-gray-600 mt-4 italic\">Our campaigns are built to demonstrate these signals on every page, blog, and profile update-so your firm earns long-term visibility and trust.<\/p>\r\n                    <\/div>\r\n\r\n                    <!-- Local SEO Signals -->\r\n                    <div class=\"p-8 bg-white rounded-xl shadow-lg border-t-4 border-accent\">\r\n                        <h3 class=\"text-2xl font-bold text-accent mb-4 flex items-center\">\r\n                            <svg class=\"w-6 h-6 mr-3 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z\"><\/path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11a3 3 0 11-6 0 3 3 0 016 0z\"><\/path><\/svg>\r\n                            Local SEO Signals CPAs Need\r\n                        <\/h3>\r\n                        <ul class=\"space-y-3 text-lg text-gray-700\">\r\n                            <li><span class=\"font-semibold text-primary\">GBP Optimization<\/span> - Categories, services, and posts tailored to how owners search.<\/li>\r\n                            <li><span class=\"font-semibold text-primary\">Review Cue<\/span> - Steady, authentic reviews that boost local rankings.<\/li>\r\n                            <li><span class=\"font-semibold text-primary\">Citations & Schema<\/span> - Reinforcing consistency across the web and improving indexing.<\/li>\r\n                        <\/ul>\r\n                        <p class=\"text-sm text-gray-600 mt-4 italic\">When combined with compliance-ready content and transparent reporting, these factors make sure your marketing doesn\u2019t just look good-it holds up under scrutiny, just like your own work.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- CTA block for \"Why This Works\" section -->\r\n                <div class=\"text-center mt-12\">\r\n                    <h3 class=\"text-3xl font-extrabold text-gray-900 mb-6\">Ready for Marketing that Holds Up?<\/h3>\r\n                    <div class=\"space-y-4 sm:space-y-0 sm:space-x-4 flex flex-col sm:flex-row justify-center\">\r\n                        <!-- Primary Button with inline styling for visibility fix -->\r\n                        <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" class=\"cta-button font-bold px-8 py-3 rounded-xl text-lg hover:bg-opacity-90\"\r\n                            style=\"background-color: var(--color-accent); color: white;\">\r\n                            Book Your Discovery Session\r\n                        <\/a>\r\n                        <!-- REMOVED: Secondary Request the Market Action Plan Button -->\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 9. Imagine This (Future State) - Previous Section 10, now 9 -->\r\n        <section class=\"py-20 md:py-24 bg-white\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-4\">Imagine This<\/h2>\r\n                <p class=\"text-xl text-gray-600 mb-12\">\r\n                    Six months from now, instead of wondering if your marketing is doing anything, you\u2019ll:\r\n                <\/p>\r\n\r\n                <div class=\"grid md:grid-cols-2 gap-8 text-left\">\r\n                    <div class=\"p-6 bg-light-blue-deep rounded-xl shadow-lg border-l-4 border-accent flex items-start space-x-4\">\r\n                        <div class=\"flex-shrink-0 text-accent text-3xl mt-1\">\r\n                            &#10003;\r\n                        <\/div>\r\n                        <p class=\"text-lg font-medium text-gray-700\">See your firm\u2019s name in the <b>Top 3 Local Pack results<\/b> for \u201cCPA {city}.\u201d<\/p>\r\n                    <\/div>\r\n                    <div class=\"p-6 bg-light-blue-deep rounded-xl shadow-lg border-l-4 border-accent flex items-start space-x-4\">\r\n                        <div class=\"flex-shrink-0 text-accent text-3xl mt-1\">\r\n                            &#10003;\r\n                        <\/div>\r\n                        <p class=\"text-lg font-medium text-gray-700\">Receive a <b>report as clear as a balance sheet<\/b> to track what\u2019s working.<\/p>\r\n                    <\/div>\r\n                    <div class=\"p-6 bg-light-blue-deep rounded-xl shadow-lg border-l-4 border-accent flex items-start space-x-4\">\r\n                        <div class=\"flex-shrink-0 text-accent text-3xl mt-1\">\r\n                            &#10003;\r\n                        <\/div>\r\n                        <p class=\"text-lg font-medium text-gray-700\">Have review pages with <b>authentic testimonials<\/b> that attract quality clients.<\/p>\r\n                    <\/div>\r\n                    <!-- Fixed asterisk and new point about AI -->\r\n                    <div class=\"p-6 bg-light-blue-deep rounded-xl shadow-lg border-l-4 border-accent flex items-start space-x-4\">\r\n                        <div class=\"flex-shrink-0 text-accent text-3xl mt-1\">\r\n                            &#10003;\r\n                        <\/div>\r\n                        <p class=\"text-lg font-medium text-gray-700\">Show up as the <b>trusted answer<\/b> when clients ask AI tools for an advisor.<\/p>\r\n                    <\/div>\r\n                    <div class=\"p-6 bg-light-blue-deep rounded-xl shadow-lg border-l-4 border-accent flex items-start space-x-4\">\r\n                        <div class=\"flex-shrink-0 text-accent text-3xl mt-1\">\r\n                            &#10003;\r\n                        <\/div>\r\n                        <p class=\"text-lg font-medium text-gray-700\">Take calls for <b>advisory and CAS engagements<\/b>, not just bargain tax prep.<\/p>\r\n                    <\/div>\r\n                    <!-- Added another exciting point -->\r\n                    <div class=\"p-6 bg-light-blue-deep rounded-xl shadow-lg border-l-4 border-accent flex items-start space-x-4\">\r\n                        <div class=\"flex-shrink-0 text-accent text-3xl mt-1\">\r\n                            &#10003;\r\n                        <\/div>\r\n                        <p class=\"text-lg font-medium text-gray-700\">Attract clients that value <b>expertise over price<\/b>, securing higher advisory fees.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 10. Risk-Free Assurance - Previous Section 11, now 10 -->\r\n        <section class=\"py-20 md:py-24 bg-white\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n                <h2 class=\"text-4xl font-extrabold text-primary mb-6\">Risk-Free Assurance<\/h2>\r\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto mb-12\">\r\n                    We believe in accountability as much as you do.\r\n                <\/p>\r\n\r\n                <div class=\"grid md:grid-cols-3 gap-8\">\r\n                    <div class=\"p-6 bg-primary\/5 rounded-xl border-t-4 border-primary shadow-lg hover:bg-primary\/10 transition\">\r\n                        <h4 class=\"text-xl font-bold text-primary mb-3\">No Long-Term Contracts<\/h4>\r\n                        <p class=\"text-gray-700\">You stay because of results, not obligations. We don\u2019t lock you in.<\/p>\r\n                    <\/div>\r\n                    <div class=\"p-6 bg-primary\/5 rounded-xl border-t-4 border-primary shadow-lg hover:bg-primary\/10 transition\">\r\n                        <h4 class=\"text-xl font-bold text-primary mb-3\">Measurable & Auditable<\/h4>\r\n                        <p class=\"text-gray-700\">Every campaign is measurable, auditable, and transparent, line by line.<\/p>\r\n                    <\/div>\r\n                    <div class=\"p-6 bg-primary\/5 rounded-xl border-t-4 border-primary shadow-lg hover:bg-primary\/10 transition\">\r\n                        <h4 class=\"text-xl font-bold text-primary mb-3\">Progress Guarantee<\/h4>\r\n                        <p class=\"text-gray-700\">If progress stalls, we address it head-on with clear reporting and next steps.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                <p class=\"text-2xl font-bold text-primary italic mt-12\">\r\n                    With AdvisorNet, you\u2019ll never wonder where your money went-you\u2019ll see it working line by line.\r\n                <\/p>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 11. FAQ - Previous Section 12, now 11 -->\r\n        <section class=\"py-20 md:py-24 bg-light-blue-deep\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-10 text-center\">Frequently Asked Questions<\/h2>\r\n                \r\n                <div id=\"faq-container\" class=\"space-y-4 max-w-4xl mx-auto\">\r\n                    <!-- Q1: Will it work -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: How do I know this will actually work for a CPA firm like mine?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>We specialize in professional-services marketing, particularly accounting, tax, and advisory firms. Our framework aligns with Google\u2019s latest local ranking factors and E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness).<br><br>We don\u2019t just promise visibility - we prove it. You\u2019ll see measurable shifts in local rankings, site traffic quality, review velocity, and call volume.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                     <!-- Q2: How is it different -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: What makes this different from the marketing agencies we\u2019ve already tried?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>Two things: ownership and accountability.<br><br>You retain full access to your website, domains, analytics, and ad accounts. Every report ties directly to measurable results. Our process is transparent enough to audit - line by line.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Q2: How quickly will we see results? -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: How quickly will we see results?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>Early signals (improved keyword rankings and more visibility in Google Maps) can appear in 4-6 weeks; stable wins typically 8-12+ weeks, then compounding as content and reviews grow.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Q3: Who writes the content? -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: Do you write the content, or do we?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>We create the content \u2014 you approve it. Every article, service page, and post passes through a rigorous quality-control process for accuracy, compliance, clarity, and SEO alignment.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                       <!-- Q1: CPA vs. Accountant -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: Do you target the keyword \u201cCPA\u201d or \u201cAccountant\u201d?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>Both. Many owners search \u201caccountant,\u201d while higher-intent queries include \u201cCPA.\u201d We build pages to capture each and cross-link them for maximum coverage.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Q4: Can you help during tax season? -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: Can you help during tax season?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>Yes. We prioritize lead\u2011ready pages and GBP posts ahead of peak periods, then pivot to advisory\/CAS content post-season.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                       <!-- Q4: Can you help during tax season? -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: Can you help us attract more advisory clients, not just tax prep?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>Yes. Our keyword and content strategies intentionally target higher-value services - CAS, CFO support, financial planning, and industry-specific advisory. These pages attract better leads who are looking for long-term partnerships, not one-off returns.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Q5: What if we already work with a marketing company? -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: What if we already work with a marketing company?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>We\u2019ve replaced or supplemented other agencies before. The difference is transparency: everything is tracked and tied to real outcomes.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                         <!-- Q4: Can you help during tax season? -->\r\n                    <div class=\"bg-white rounded-xl shadow-md overflow-hidden\">\r\n                        <button class=\"faq-toggle w-full flex justify-between items-center p-5 text-lg font-semibold text-left text-primary hover:bg-light-blue transition\" onclick=\"toggleFaq(this)\">\r\n                            <span>Q: How does pricing work?<\/span>\r\n                            <span class=\"faq-icon text-accent font-bold text-2xl\">+<\/span>\r\n                        <\/button>\r\n                        <div class=\"faq-content p-5 pt-0 text-gray-700 hidden\">\r\n                            <p>Pricing depends on your market size, competition level, and number of locations.\u00a0<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <script>\r\n                    function toggleFaq(button) {\r\n                        const content = button.nextElementSibling;\r\n                        const icon = button.querySelector('.faq-icon');\r\n\r\n                        if (content.classList.contains('hidden')) {\r\n                            \/\/ Close all other open FAQs\r\n                            document.querySelectorAll('.faq-content').forEach(item => {\r\n                                if (item !== content && !item.classList.contains('hidden')) {\r\n                                    item.classList.add('hidden');\r\n                                    item.previousElementSibling.querySelector('.faq-icon').textContent = '+';\r\n                                }\r\n                            });\r\n                            \r\n                            \/\/ Open the clicked FAQ\r\n                            content.classList.remove('hidden');\r\n                            icon.textContent = '\u2013'; \/\/ Use en dash for closed\r\n                        } else {\r\n                            \/\/ Close the clicked FAQ\r\n                            content.classList.add('hidden');\r\n                            icon.textContent = '+';\r\n                        }\r\n                    }\r\n                <\/script>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- 12. Final CTA\/Footer - Previous Section 13, now 12 -->\r\n        <footer id=\"book-call\" class=\"bg-primary pt-20 pb-10 text-white\">\r\n            <div class=\"max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n                <!-- Heading Fix: Text color explicitly set to white -->\r\n                <h2 class=\"text-3xl md:text-4xl font-extrabold mb-4 text-white\">Where You Go From Here<\/h2>\r\n                <p class=\"text-xl font-light opacity-90 mb-10\">\r\n                    You\u2019ve worked too hard to stay invisible. It\u2019s time to take control of your growth with marketing that finally adds up-and does so on your terms.\r\n                <\/p>\r\n\r\n                <div class=\"space-y-4 sm:space-y-0 sm:space-x-4 flex flex-col sm:flex-row justify-center mb-16\">\r\n                    <!-- Primary Button (Discovery Session) -->\r\n                    <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" class=\"cta-button font-bold px-8 py-3 rounded-xl text-lg hover:bg-opacity-90\"\r\n                        style=\"background-color: var(--color-accent); color: white;\">\r\n                        Book a Discovery Session\r\n                    <\/a>\r\n                    \r\n                    <!-- Secondary Button 2 (Free Guide) - Fixed hover color to be readable -->\r\n                    <a href=\"https:\/\/www.getoceana.com\/marketing\/advisornet-contact\" class=\"font-semibold px-8 py-3 rounded-xl text-lg shadow-none hover:shadow-inner hover:bg-white\"\r\n                        style=\"border: 2px solid white; color: white; transition: all 0.3s ease;\"\r\n                        onmouseover=\"this.style.color = 'var(--color-primary)'; this.style.borderColor = 'var(--color-primary)';\"\r\n                        onmouseout=\"this.style.color = 'white'; this.style.borderColor = 'white';\">\r\n                        Get the Free Guide\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <div class=\"mt-10 pt-6 border-t border-white\/20 text-sm opacity-70\">\r\n                    &copy; 2025 AdvisorNet.net. All rights reserved. Powered by Oceana.\r\n                <\/div>\r\n            <\/div>\r\n        <\/footer>\r\n\r\n    <\/main>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>AdvisorNet for CPAs &#8211; Marketing Built for Accountants AdvisorNet.net Book a Discovery Session AdvisorNet for CPAs Marketing as precise as your own work. CPAs know the value of clean books, solid audits, and measurable outcomes. Why should marketing be any different? AdvisorNet turns vague campaigns into transparent, trackable growth you can review line by line&#8230;.<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_monsterinsights_skip_tracking":false,"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-3524","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AdvisorNet - Oceana by Scott Kath<\/title>\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.getoceana.com\/marketing\/advisornet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AdvisorNet - Oceana by Scott Kath\" \/>\n<meta property=\"og:description\" content=\"AdvisorNet for CPAs &#8211; Marketing Built for Accountants AdvisorNet.net Book a Discovery Session AdvisorNet for CPAs Marketing as precise as your own work. CPAs know the value of clean books, solid audits, and measurable outcomes. Why should marketing be any different? AdvisorNet turns vague campaigns into transparent, trackable growth you can review line by line....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.getoceana.com\/marketing\/advisornet\/\" \/>\n<meta property=\"og:site_name\" content=\"Oceana by Scott Kath\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-07T15:43:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/10\/51301064-3cef-4654-bad0-6ff47e564e31.jpg\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/\",\"url\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/\",\"name\":\"AdvisorNet - Oceana by Scott Kath\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/51301064-3cef-4654-bad0-6ff47e564e31.jpg\",\"datePublished\":\"2025-09-30T13:41:47+00:00\",\"dateModified\":\"2025-10-07T15:43:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/51301064-3cef-4654-bad0-6ff47e564e31.jpg\",\"contentUrl\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/51301064-3cef-4654-bad0-6ff47e564e31.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/advisornet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AdvisorNet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/#website\",\"url\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/\",\"name\":\"Oceana by Scott Kath\",\"description\":\"Data Driven Sales\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/#organization\",\"name\":\"Oceana by Scott Kath\",\"url\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.getoceana.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/cropped-cropped-Oceana_Logo-removebg-preview.png?fit=306%2C123&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.getoceana.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/cropped-cropped-Oceana_Logo-removebg-preview.png?fit=306%2C123&ssl=1\",\"width\":306,\"height\":123,\"caption\":\"Oceana by Scott Kath\"},\"image\":{\"@id\":\"https:\\\/\\\/www.getoceana.com\\\/marketing\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AdvisorNet - Oceana by Scott Kath","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.getoceana.com\/marketing\/advisornet\/","og_locale":"en_US","og_type":"article","og_title":"AdvisorNet - Oceana by Scott Kath","og_description":"AdvisorNet for CPAs &#8211; Marketing Built for Accountants AdvisorNet.net Book a Discovery Session AdvisorNet for CPAs Marketing as precise as your own work. CPAs know the value of clean books, solid audits, and measurable outcomes. Why should marketing be any different? AdvisorNet turns vague campaigns into transparent, trackable growth you can review line by line....","og_url":"https:\/\/www.getoceana.com\/marketing\/advisornet\/","og_site_name":"Oceana by Scott Kath","article_modified_time":"2025-10-07T15:43:50+00:00","og_image":[{"url":"https:\/\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/10\/51301064-3cef-4654-bad0-6ff47e564e31.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.getoceana.com\/marketing\/advisornet\/","url":"https:\/\/www.getoceana.com\/marketing\/advisornet\/","name":"AdvisorNet - Oceana by Scott Kath","isPartOf":{"@id":"https:\/\/www.getoceana.com\/marketing\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.getoceana.com\/marketing\/advisornet\/#primaryimage"},"image":{"@id":"https:\/\/www.getoceana.com\/marketing\/advisornet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/10\/51301064-3cef-4654-bad0-6ff47e564e31.jpg","datePublished":"2025-09-30T13:41:47+00:00","dateModified":"2025-10-07T15:43:50+00:00","breadcrumb":{"@id":"https:\/\/www.getoceana.com\/marketing\/advisornet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.getoceana.com\/marketing\/advisornet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.getoceana.com\/marketing\/advisornet\/#primaryimage","url":"https:\/\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/10\/51301064-3cef-4654-bad0-6ff47e564e31.jpg","contentUrl":"https:\/\/www.getoceana.com\/marketing\/wp-content\/uploads\/2025\/10\/51301064-3cef-4654-bad0-6ff47e564e31.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.getoceana.com\/marketing\/advisornet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.getoceana.com\/marketing\/"},{"@type":"ListItem","position":2,"name":"AdvisorNet"}]},{"@type":"WebSite","@id":"https:\/\/www.getoceana.com\/marketing\/#website","url":"https:\/\/www.getoceana.com\/marketing\/","name":"Oceana by Scott Kath","description":"Data Driven Sales","publisher":{"@id":"https:\/\/www.getoceana.com\/marketing\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.getoceana.com\/marketing\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.getoceana.com\/marketing\/#organization","name":"Oceana by Scott Kath","url":"https:\/\/www.getoceana.com\/marketing\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.getoceana.com\/marketing\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/www.getoceana.com\/wp-content\/uploads\/2022\/12\/cropped-cropped-Oceana_Logo-removebg-preview.png?fit=306%2C123&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.getoceana.com\/wp-content\/uploads\/2022\/12\/cropped-cropped-Oceana_Logo-removebg-preview.png?fit=306%2C123&ssl=1","width":306,"height":123,"caption":"Oceana by Scott Kath"},"image":{"@id":"https:\/\/www.getoceana.com\/marketing\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.getoceana.com\/marketing\/wp-json\/wp\/v2\/pages\/3524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.getoceana.com\/marketing\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.getoceana.com\/marketing\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.getoceana.com\/marketing\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.getoceana.com\/marketing\/wp-json\/wp\/v2\/comments?post=3524"}],"version-history":[{"count":0,"href":"https:\/\/www.getoceana.com\/marketing\/wp-json\/wp\/v2\/pages\/3524\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.getoceana.com\/marketing\/wp-json\/wp\/v2\/media?parent=3524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}