{"id":466,"date":"2025-12-17T09:59:52","date_gmt":"2025-12-17T17:59:52","guid":{"rendered":"http:\/\/201creative.com\/?page_id=466"},"modified":"2025-12-18T13:37:07","modified_gmt":"2025-12-18T21:37:07","slug":"content-plan","status":"publish","type":"page","link":"https:\/\/201creative.com\/content-plan\/","title":{"rendered":"Content Plan"},"content":{"rendered":"\n<style>\n\/* =========================================================\n   CONTENT PLAN PAGE \u2014 Clean GEO system (scoped)\n   Single-column hero (no two-column layout)\n   ========================================================= *\/\n.hc-contentplan{\n  --ink:#0f265c;\n  --text:#5d6178;\n  --muted:#6c728a;\n  --line:rgba(15,38,92,.12);\n  --card:#fff;\n  --soft:#f6f8fc;\n  --accent:#e49e0f;\n\n  font-size:1.12rem;\n  line-height:1.85;\n  color:var(--text);\n  overflow-x:hidden;\n}\n.hc-contentplan *{ box-sizing:border-box; }\n.hc-contentplan a{ color:var(--ink); }\n\n.hc-contentplan .hc-wrap{\n  max-width:1100px;\n  margin:0 auto;\n  padding:0 1.75rem;\n  width:100%;\n}\n\n.hc-contentplan .hc-section{ padding:3.5rem 0; }\n.hc-contentplan .hc-section-tight{ padding:2.4rem 0; }\n\n.hc-contentplan h1,.hc-contentplan h2,.hc-contentplan h3{\n  color:var(--ink);\n  letter-spacing:-.01em;\n  margin:0 0 1rem;\n}\n.hc-contentplan h1{ font-size:3rem; line-height:1.06; font-weight:900; }\n.hc-contentplan h2{ font-size:2.05rem; line-height:1.2; font-weight:900; margin-top:0; }\n.hc-contentplan h3{ font-size:1.35rem; line-height:1.25; font-weight:900; }\n.hc-contentplan p{ margin:0 0 1.1rem; }\n\n.hc-contentplan .hc-kicker{\n  margin:0 0 .75rem;\n  font-size:.92rem;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:var(--muted);\n  font-weight:900;\n}\n\n.hc-contentplan .hc-divider{\n  height:1px;\n  background:rgba(15,38,92,.08);\n  margin:3.25rem 0;\n}\n\n\/* Hero (single column) *\/\n.hc-contentplan .hc-hero{\n  padding:4.25rem 0 2.75rem;\n  background:\n    radial-gradient(900px 500px at 15% 0%, rgba(228,158,15,.12), transparent 60%),\n    radial-gradient(900px 500px at 90% 10%, rgba(15,38,92,.10), transparent 55%),\n    linear-gradient(180deg, #fbfcff, #ffffff);\n  border-bottom:1px solid rgba(15,38,92,.06);\n}\n.hc-contentplan .hc-hero-inner{\n  max-width:920px;\n  margin:0 auto;\n}\n.hc-contentplan .hc-hero-lead{\n  font-size:1.22rem;\n  color:#555b73;\n  max-width:70ch;\n}\n.hc-contentplan .hc-hero-sub{\n  color:#555b73;\n  max-width:80ch;\n}\n\n\/* Buttons *\/\n.hc-contentplan .hc-btnrow{\n  display:flex;\n  gap:.9rem;\n  flex-wrap:wrap;\n  margin-top:1.25rem;\n}\n.hc-contentplan .hc-btn{\n  display:inline-flex !important;\n  align-items:center;\n  justify-content:center;\n  padding:.85rem 1.25rem;\n  border-radius:999px;\n  text-decoration:none !important;\n  font-weight:900 !important;\n  font-size:1rem;\n  border:1px solid transparent;\n  text-align:center;\n  white-space:normal;\n}\n.hc-contentplan .hc-btn-primary{\n  background:var(--accent) !important;\n  color:#fff !important;\n  box-shadow:0 12px 34px rgba(228,158,15,.28);\n}\n.hc-contentplan .hc-btn-ghost{\n  background:#fff !important;\n  color:var(--ink) !important;\n  border-color:rgba(15,38,92,.14) !important;\n}\n\n\/* Cards *\/\n.hc-contentplan .hc-card{\n  background:var(--card);\n  border:1px solid rgba(15,38,92,.08);\n  border-radius:22px;\n  box-shadow:0 14px 40px rgba(15,23,42,.08);\n  padding:1.75rem 1.75rem 1.6rem;\n  width:100%;\n}\n.hc-contentplan .hc-card-title{\n  margin:0 0 1rem;\n  font-size:1rem;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:var(--muted);\n  font-weight:900;\n  position:relative;\n  padding-top:.4rem;\n}\n.hc-contentplan .hc-card-title:before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:0;\n  width:46px;\n  height:3px;\n  background:var(--accent);\n  border-radius:999px;\n}\n\n\/* Lists *\/\n.hc-contentplan .hc-list{ list-style:none; padding:0; margin:0; }\n.hc-contentplan .hc-list li{ padding-left:1.25rem; position:relative; margin:0 0 .7rem; }\n.hc-contentplan .hc-list li:before{\n  content:\"\u2022\";\n  position:absolute;\n  left:.15rem;\n  top:.05rem;\n  color:var(--accent);\n  font-size:1.25rem;\n  line-height:1;\n}\n\n\/* Hero TL;DR card *\/\n.hc-contentplan .hc-hero-card{\n  margin-top:1.4rem;\n}\n.hc-contentplan .hc-hero-card .hc-card{\n  background:linear-gradient(180deg, #ffffff, #fbfcff);\n}\n.hc-contentplan .hc-note{\n  margin:.9rem 0 0;\n  color:#6a6f86;\n}\n\n\/* 3-up deliverables *\/\n.hc-contentplan .hc-three{\n  display:grid;\n  grid-template-columns:repeat(3, minmax(0,1fr));\n  gap:1.25rem;\n  margin-top:1.25rem;\n}\n\n\/* Two-up simple rows *\/\n.hc-contentplan .hc-two{\n  display:grid;\n  grid-template-columns:repeat(2, minmax(0,1fr));\n  gap:1.25rem;\n  margin-top:1.25rem;\n}\n\n\/* \u201cWhy this works\u201d *\/\n.hc-contentplan .hc-strong p{ margin:0 0 .9rem; }\n.hc-contentplan .hc-strong strong{ color:var(--ink); }\n\n\/* RankMath FAQ styling *\/\n.hc-contentplan .rank-math-faq-item{\n  border:1px solid rgba(15,38,92,.10);\n  border-radius:16px;\n  padding:1rem 1.1rem;\n  margin:0 0 .85rem;\n  background:#fff;\n  box-shadow:0 10px 26px rgba(15,23,42,.05);\n}\n.hc-contentplan .rank-math-question{\n  margin:0;\n  color:var(--ink);\n  font-weight:900;\n  font-size:1.1rem;\n  letter-spacing:-.01em;\n}\n.hc-contentplan .rank-math-answer{\n  margin:.6rem 0 0;\n  color:var(--text);\n  font-size:1.02rem;\n  line-height:1.75;\n}\n\n\/* CTA band *\/\n.hc-contentplan .hc-cta{\n  background:#fef3e3;\n  border:1px solid rgba(228,158,15,.28);\n  border-radius:22px;\n  padding:1.75rem 1.75rem 1.55rem;\n  box-shadow:0 14px 40px rgba(15,23,42,.08);\n  max-width:980px;\n  margin:0 auto;\n  text-align:center;\n}\n.hc-contentplan .hc-cta h2{ margin-bottom:.45rem; }\n.hc-contentplan .hc-cta p{\n  margin:0 auto 1.1rem;\n  max-width:72ch;\n  color:#6a6f86;\n}\n.hc-contentplan .hc-cta-actions{\n  display:flex;\n  justify-content:center;\n  margin-top:.75rem;\n}\n.hc-contentplan .hc-cta-actions .hc-btn{\n  width:min(620px, 100%);\n  display:flex !important;\n  margin:0 auto !important;\n}\n\n\/* Responsive *\/\n@media (max-width: 980px){\n  .hc-contentplan .hc-three{ grid-template-columns:repeat(2, minmax(0,1fr)); }\n}\n@media (max-width: 900px){\n  .hc-contentplan h1{ font-size:2.25rem; }\n  .hc-contentplan .hc-hero{ padding:3.6rem 0 2.25rem; }\n}\n@media (max-width: 860px){\n  .hc-contentplan .hc-three{ grid-template-columns:1fr; }\n  .hc-contentplan .hc-two{ grid-template-columns:1fr; }\n}\n@media (max-width: 520px){\n  .hc-contentplan .hc-wrap{\n    padding-left:max(1.1rem, env(safe-area-inset-left));\n    padding-right:max(1.1rem, env(safe-area-inset-right));\n  }\n}\n<\/style>\n\n<div class=\"hc-contentplan\">\n  <!-- HERO (single column) -->\n  <section class=\"hc-hero\" id=\"contentplan-hero\">\n    <div class=\"hc-wrap\">\n      <div class=\"hc-hero-inner\">\n        <p class=\"hc-kicker\">Service<\/p>\n        <h1>We Show You Exactly What to Publish, And What to Prune<\/h1>\n\n        <p class=\"hc-hero-lead\"><strong>No fluff. No filler. Just clarity.<\/strong><\/p>\n\n        <p class=\"hc-hero-sub\">\n          Most brands publish content without a clear understanding of what\u2019s helping and what\u2019s holding them back.\n          Our Content Plan delivers data-driven answers\u2014what to update, what to remove, and what to publish next\u2014so every piece of content has purpose.\n        <\/p>\n\n        <div class=\"hc-btnrow\">\n          <a class=\"hc-btn hc-btn-primary\" href=\"https:\/\/201creative.com\/contact\/\" target=\"_blank\" rel=\"noopener noreferrer\">Book a Call Now<\/a>\n          <a class=\"hc-btn hc-btn-ghost\" href=\"#deliverables\">See what you get<\/a>\n        <\/div>\n\n        <div class=\"hc-hero-card\">\n          <div class=\"hc-card\">\n            <div class=\"hc-card-title\" style=\"margin-bottom:.75rem;\">TL;DR: The outcome<\/div>\n            <ul class=\"hc-list\">\n              <li>Stop guessing what to publish next<\/li>\n              <li>Fix what\u2019s underperforming (with clear priorities)<\/li>\n              <li>Remove what\u2019s dragging down quality<\/li>\n              <li>Build topical authority with intentional clusters<\/li>\n            <\/ul>\n            <p class=\"hc-note\">This is a roadmap your team can execute\u2014without interpretation.<\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- APPROACH -->\n  <section class=\"hc-section\" id=\"approach\">\n    <div class=\"hc-wrap\">\n      <h2 style=\"text-align:center;\">Our Approach<\/h2>\n\n      <div class=\"hc-card\" style=\"max-width:920px;margin:0 auto;\">\n        <p>Our approach combines a rigorous deep dive into your data with the expert insight that only comes from years of experience.<\/p>\n        <p>Data alone doesn\u2019t decide what to do. Seasoned experts know it only tells part of the story.<\/p>\n        <p>And we never apply one-size-fits-all SEO advice. Every niche, every brand, and every audience is different.<\/p>\n        <p style=\"margin-bottom:0;\">We combine the best of both worlds: evidence and experience. Any other way is just guessing.<\/p>\n      <\/div>\n\n      <div class=\"hc-divider\"><\/div>\n\n      <h2 id=\"deliverables\" style=\"text-align:center;\">What You Get<\/h2>\n      <p style=\"max-width:920px;margin:0 auto;text-align:center;\">\n        Everything we deliver is specific, actionable, and built from your real site data.\n      <\/p>\n\n      <div class=\"hc-three\">\n        <div class=\"hc-card\">\n          <div class=\"hc-card-title\">Current Content Review<\/div>\n          <ul class=\"hc-list\">\n            <li>Highest performing content<\/li>\n            <li>Content that needs additions<\/li>\n            <li>Content that needs optimization<\/li>\n            <li>Content to delete<\/li>\n            <li>Performance snapshot (DR, traffic, backlinks, keywords)<\/li>\n            <li>Article-level evaluations<\/li>\n            <li>Internal linking &amp; anchor text plan<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"hc-card\">\n          <div class=\"hc-card-title\">Competitor Gap Analysis<\/div>\n          <ul class=\"hc-list\">\n            <li>Competitors + keyword gaps<\/li>\n            <li>Topical authority assessment<\/li>\n            <li>Backlink strategy<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"hc-card\">\n          <div class=\"hc-card-title\">Future Content Opportunities<\/div>\n          <ul class=\"hc-list\">\n            <li>Research-backed topics<\/li>\n            <li>Search intent mapping<\/li>\n            <li>Difficulty &amp; priority<\/li>\n            <li>Action item summary<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <div class=\"hc-divider\"><\/div>\n\n      <div class=\"hc-two\">\n        <div class=\"hc-card hc-strong\">\n          <h2 style=\"text-align:center;\">Why This Works<\/h2>\n          <p><strong>We prune to lift quality:<\/strong> Removing low-value pages improves crawl efficiency and raises overall site trust.<\/p>\n          <p><strong>We build topical authority deliberately:<\/strong> Organized clusters help search engines understand what you\u2019re an expert in.<\/p>\n          <p><strong>We ground decisions in data:<\/strong> Every recommendation is traceable to keyword data, rankings, or real performance metrics.<\/p>\n          <p style=\"margin-bottom:0;\"><strong>We tailor strategy to the niche:<\/strong> Because \u201cbest practices\u201d don\u2019t win competitive SERPs\u2014relevance does.<\/p>\n        <\/div>\n\n        <div class=\"hc-card hc-strong\">\n          <h2 style=\"text-align:center;\">What Makes Us Different<\/h2>\n          <p>No generic audits. Every recommendation is tied to your data.<\/p>\n          <p>Clear, prioritized action items (no guessing what to do first).<\/p>\n          <p>Insight from a team that actually publishes and ranks content daily.<\/p>\n          <p style=\"margin-bottom:0;\">Transparent methodology\u2014you\u2019ll know why each change is suggested.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"hc-divider\"><\/div>\n\n      <h2 style=\"text-align:center;\">Sample Plan Overview<\/h2>\n      <div class=\"hc-card\" style=\"max-width:920px;margin:0 auto;\">\n        <ol style=\"margin:0; padding-left:1.25rem; color:var(--text);\">\n          <li>Executive Summary<\/li>\n          <li>Baseline Metrics<\/li>\n          <li>Content Inventory &amp; Recommendations<\/li>\n          <li>Competitor Gap Analysis<\/li>\n          <li>Topical Authority Map<\/li>\n          <li>New Content Opportunities<\/li>\n          <li>Article-Level Evaluations<\/li>\n          <li>Content Update Guidelines<\/li>\n          <li>Internal Linking Plan<\/li>\n          <li>Backlink Strategy<\/li>\n          <li>Action Items Summary<\/li>\n        <\/ol>\n      <\/div>\n\n      <div class=\"hc-divider\"><\/div>\n\n      <h2 style=\"text-align:center;\">Frequently Asked Questions<\/h2>\n\n      <div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-contentplan-1\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is this a keyword list?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>No. It\u2019s a strategic roadmap combining data, analysis, and human insight (and it typically includes keyword research).<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-contentplan-2\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Do you implement the plan?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Not by default (although we can). We deliver the customized plan to you, clear enough for your team to execute confidently. Implementation can be scoped separately if needed.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-contentplan-3\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>How soon will we see results?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Results depend on how much work is identified and how quickly your team executes. Content pruning and updates can create measurable movement within weeks. New content compounds over time as topical authority builds.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-contentplan-4\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What if we\u2019ve been hit by a Google update?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Our framework focuses on durable quality signals: helpful content, authority, and clarity of purpose. Algorithms change, but fundamentals like usefulness and trust remain consistent.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"hc-section-tight\">\n    <div class=\"hc-wrap\">\n      <div class=\"hc-cta\">\n        <h2>Want to Boost Your Business Today?<\/h2>\n        <p>Schedule a complimentary consultation and we\u2019ll tell you what to publish next\u2014and what to prune first.<\/p>\n\n        <div class=\"hc-cta-actions\">\n          <a class=\"hc-btn hc-btn-primary\" href=\"https:\/\/201creative.com\/contact\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n            Schedule a Free Consultation Today\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-466","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/pages\/466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/comments?post=466"}],"version-history":[{"count":12,"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/pages\/466\/revisions"}],"predecessor-version":[{"id":26734,"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/pages\/466\/revisions\/26734"}],"wp:attachment":[{"href":"https:\/\/201creative.com\/wp-json\/wp\/v2\/media?parent=466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}