{"id":216,"date":"2025-10-27T14:07:50","date_gmt":"2025-10-27T14:07:50","guid":{"rendered":"https:\/\/marketing-coaching.uk\/?page_id=216"},"modified":"2025-10-27T14:07:50","modified_gmt":"2025-10-27T14:07:50","slug":"assessment-your-website","status":"publish","type":"page","link":"https:\/\/marketing-coaching.uk\/en\/assessment-your-website\/","title":{"rendered":"Assessment your Website"},"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>Digital Marketing Assessor<\/title>\n    <!-- Tailwind CSS CDN -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Google Fonts - Inter -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n        }\n        \/* Custom scrollbar for textareas *\/\n        textarea::-webkit-scrollbar {\n            width: 8px;\n        }\n        textarea::-webkit-scrollbar-track {\n            background: #f1f5f9; \/* slate-100 *\/\n            border-radius: 10px;\n        }\n        textarea::-webkit-scrollbar-thumb {\n            background: #cbd5e1; \/* slate-300 *\/\n            border-radius: 10px;\n        }\n        textarea::-webkit-scrollbar-thumb:hover {\n            background: #94a3b8; \/* slate-400 *\/\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800 p-4 sm:p-6 md:p-10\">\n\n    <div class=\"container mx-auto max-w-6xl\">\n        <!-- Header Section -->\n        <header class=\"text-center mb-10\">\n            <h1 class=\"text-3xl sm:text-4xl font-bold text-gray-900 mb-2\">Digital Marketing Assessment &#038; Plan<\/h1>\n            <p class=\"text-base sm:text-lg text-gray-600 max-w-2xl mx-auto\">\n                Use this tool to outline and assess your digital marketing strategy across key channels.\n            <\/p>\n        <\/header>\n\n        <!-- Assessment Form -->\n        <main id=\"assessment-form\" class=\"bg-white p-6 md:p-8 rounded-2xl shadow-xl space-y-8\">\n\n            <!-- Section 1: Website Performance & UX -->\n            <section class=\"space-y-2\">\n                <h2 class=\"text-xl font-semibold text-blue-600\">Website Performance &#038; UX<\/h2>\n                <p class=\"text-sm text-gray-500\">How well is your website performing? Consider speed, mobile-friendliness, and user experience.<\/p>\n                <textarea id=\"website-notes\" rows=\"6\" placeholder=\"e.g., Our site speed needs improvement on mobile. We have a clear call-to-action on our homepage but should optimize the checkout process.\"\n                    class=\"w-full p-3 text-gray-700 bg-gray-50 border border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition-all resize-none\"><\/textarea>\n            <\/section>\n\n            <!-- Section 2: Search Engine Optimization (SEO) -->\n            <section class=\"space-y-2\">\n                <h2 class=\"text-xl font-semibold text-blue-600\">Search Engine Optimization (SEO)<\/h2>\n                <p class=\"text-sm text-gray-500\">What is your SEO strategy? Detail your keywords, content, and technical SEO efforts.<\/p>\n                <textarea id=\"seo-notes\" rows=\"6\" placeholder=\"e.g., Our target keywords are [Keyword A] and [Keyword B]. We publish one blog post per week, but our backlink profile is weak.\"\n                    class=\"w-full p-3 text-gray-700 bg-gray-50 border border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition-all resize-none\"><\/textarea>\n            <\/section>\n\n            <!-- Section 3: Social Media Marketing -->\n            <section class=\"space-y-2\">\n                <h2 class=\"text-xl font-semibold text-blue-600\">Social Media Marketing<\/h2>\n                <p class=\"text-sm text-gray-500\">Describe your social media presence, engagement levels, and content plan for each platform.<\/p>\n                <textarea id=\"social-notes\" rows=\"6\" placeholder=\"e.g., We are active on Instagram and LinkedIn. Instagram engagement is high, but we need a clearer content strategy for LinkedIn to generate more leads.\"\n                    class=\"w-full p-3 text-gray-700 bg-gray-50 border border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition-all resize-none\"><\/textarea>\n            <\/section>\n\n            <!-- Section 4: Content Marketing -->\n            <section class=\"space-y-2\">\n                <h2 class=\"text-xl font-semibold text-blue-600\">Content Marketing<\/h2>\n                <p class=\"text-sm text-gray-500\">What types of content are you creating? Assess your blog, videos, case studies, and other assets.<\/p>\n                <textarea id=\"content-notes\" rows=\"6\" placeholder=\"e.g., Our blog content is popular, but we lack video tutorials. Our content is primarily top-of-funnel, and we need to create more mid-funnel assets like whitepapers.\"\n                    class=\"w-full p-3 text-gray-700 bg-gray-50 border border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition-all resize-none\"><\/textarea>\n            <\/section>\n\n            <!-- Section 5: Paid Advertising (PPC) -->\n            <section class=\"space-y-2\">\n                <h2 class=\"text-xl font-semibold text-blue-600\">Paid Advertising (PPC)<\/h2>\n                <p class=\"text-sm text-gray-500\">Detail your current paid ad campaigns, channels, and performance metrics.<\/p>\n                <textarea id=\"paid-notes\" rows=\"6\" placeholder=\"e.g., We are running Google Ads for our main product line. The cost-per-click is high, and we need to refine our ad copy and landing pages to improve conversion rates.\"\n                    class=\"w-full p-3 text-gray-700 bg-gray-50 border border-gray-200 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition-all resize-none\"><\/textarea>\n            <\/section>\n\n            <!-- Generate Plan Button -->\n            <div class=\"text-center pt-4\">\n                <button id=\"generate-btn\" class=\"bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full shadow-lg transition-transform transform hover:scale-105 focus:outline-none focus:ring-4 focus:ring-blue-500 focus:ring-opacity-50\">\n                    Generate Plan\n                <\/button>\n            <\/div>\n\n            <!-- Generated Plan\/Summary Output -->\n            <div id=\"plan-output\" class=\"hidden bg-gray-50 p-6 rounded-xl shadow-inner text-gray-800 space-y-6\">\n                <!-- Summary will be injected here by JavaScript -->\n            <\/div>\n\n        <\/main>\n    <\/div>\n\n    <script>\n        \/\/ Get references to all the textareas and the button\n        const websiteNotes = document.getElementById('website-notes');\n        const seoNotes = document.getElementById('seo-notes');\n        const socialNotes = document.getElementById('social-notes');\n        const contentNotes = document.getElementById('content-notes');\n        const paidNotes = document.getElementById('paid-notes');\n        const generateBtn = document.getElementById('generate-btn');\n        const planOutput = document.getElementById('plan-output');\n\n        \/\/ Function to generate the plan from user input\n        function generatePlan() {\n            \/\/ Get the values from each textarea\n            const websiteText = websiteNotes.value.trim();\n            const seoText = seoNotes.value.trim();\n            const socialText = socialNotes.value.trim();\n            const contentText = contentNotes.value.trim();\n            const paidText = paidNotes.value.trim();\n\n            \/\/ Check if all fields are empty, if so, show a message\n            if (!websiteText && !seoText && !socialText && !contentText && !paidText) {\n                planOutput.innerHTML = `<p class=\"text-center text-gray-500 italic\">Please fill out at least one section to generate a plan.<\/p>`;\n                planOutput.classList.remove('hidden');\n                return;\n            }\n\n            \/\/ Start building the HTML for the summary\n            let summaryHTML = `<h3 class=\"text-2xl font-bold text-gray-900 mb-4 text-center\">Your Digital Marketing Plan Summary<\/h3>`;\n\n            \/\/ Append each section's content if it's not empty\n            if (websiteText) {\n                summaryHTML += `\n                    <div class=\"border-b border-gray-200 pb-4 mb-4\">\n                        <h4 class=\"text-lg font-semibold text-blue-700 mb-2\">Website Performance & UX<\/h4>\n                        <p class=\"text-gray-700 whitespace-pre-wrap\">${websiteText}<\/p>\n                    <\/div>\n                `;\n            }\n            if (seoText) {\n                summaryHTML += `\n                    <div class=\"border-b border-gray-200 pb-4 mb-4\">\n                        <h4 class=\"text-lg font-semibold text-blue-700 mb-2\">Search Engine Optimization (SEO)<\/h4>\n                        <p class=\"text-gray-700 whitespace-pre-wrap\">${seoText}<\/p>\n                    <\/div>\n                `;\n            }\n            if (socialText) {\n                summaryHTML += `\n                    <div class=\"border-b border-gray-200 pb-4 mb-4\">\n                        <h4 class=\"text-lg font-semibold text-blue-700 mb-2\">Social Media Marketing<\/h4>\n                        <p class=\"text-gray-700 whitespace-pre-wrap\">${socialText}<\/p>\n                    <\/div>\n                `;\n            }\n            if (contentText) {\n                summaryHTML += `\n                    <div class=\"border-b border-gray-200 pb-4 mb-4\">\n                        <h4 class=\"text-lg font-semibold text-blue-700 mb-2\">Content Marketing<\/h4>\n                        <p class=\"text-gray-700 whitespace-pre-wrap\">${contentText}<\/p>\n                    <\/div>\n                `;\n            }\n            if (paidText) {\n                summaryHTML += `\n                    <div>\n                        <h4 class=\"text-lg font-semibold text-blue-700 mb-2\">Paid Advertising (PPC)<\/h4>\n                        <p class=\"text-gray-700 whitespace-pre-wrap\">${paidText}<\/p>\n                    <\/div>\n                `;\n            }\n\n            \/\/ Update the plan output div with the generated HTML\n            planOutput.innerHTML = summaryHTML;\n            \/\/ Make the output div visible\n            planOutput.classList.remove('hidden');\n            \/\/ Scroll to the generated plan for better UX\n            planOutput.scrollIntoView({ behavior: 'smooth' });\n        }\n\n        \/\/ Add a click event listener to the generate button\n        generateBtn.addEventListener('click', generatePlan);\n\n    <\/script>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Digital Marketing Assessor Digital Marketing Assessment &#038; Plan Use this tool to outline and assess your digital marketing strategy across key channels. Website Performance &#038; UX How well is your website performing? Consider speed, mobile-friendliness, and user experience. Search Engine Optimization (SEO) What is your SEO strategy? Detail your keywords, content, and technical SEO efforts. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-216","page","type-page","status-publish","hentry"],"blocksy_meta":[],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/marketing-coaching.uk\/en\/wp-json\/wp\/v2\/pages\/216","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marketing-coaching.uk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/marketing-coaching.uk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/marketing-coaching.uk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marketing-coaching.uk\/en\/wp-json\/wp\/v2\/comments?post=216"}],"version-history":[{"count":0,"href":"https:\/\/marketing-coaching.uk\/en\/wp-json\/wp\/v2\/pages\/216\/revisions"}],"wp:attachment":[{"href":"https:\/\/marketing-coaching.uk\/en\/wp-json\/wp\/v2\/media?parent=216"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}