{"id":1403,"date":"2026-04-28T17:47:01","date_gmt":"2026-04-28T17:47:01","guid":{"rendered":"https:\/\/yourseoebook.com\/?page_id=1403"},"modified":"2026-08-14T08:56:41","modified_gmt":"2026-08-14T08:56:41","slug":"14-day-seo-action-plan","status":"publish","type":"page","link":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/","title":{"rendered":"SEO Action Plan"},"content":{"rendered":"\n<h1>\n\t\t\tGet Your Custom &amp; Free SEO Action Plan: 14-Day Calendar\t<\/h1>\n<h2>\n\t\t\tEnter your website, target page, goals, and available time to receive a practical SEO roadmap.\t<\/h2>\n\t<p>Building a successful website doesn&#8217;t require a massive budget or a marketing degree. It requires a repeatable, tactical process.<\/p>\n<p>Generate your custom SEO foundation plan in seconds with our free SEO action plan generator.<\/p>\n\t<!-- DIRECT ANSWER - AEO -->\n<strong>What is a 14-day SEO action plan?<\/strong> A 14-day SEO plan breaks SEO into daily tasks you can realistically fit into your schedule, covering on-page optimisation, content, and technical foundations. This free generator creates a plan personalised to your business type, experience level, and the time you have available each day, from 30 minutes to 4 hours.\n<p>Building a website that ranks on Google doesn&#8217;t require a massive budget or a marketing degree. It requires a repeatable, tactical process, and a plan that&#8217;s built around your actual situation, not a generic checklist that assumes you have 8 hours a day and no other job.<\/p>\n<p>That&#8217;s why this plan works differently.<\/p>\n<!-- HOW IT'S PERSONALISED -->\n<h2>A Plan That Adapts to You, Not the Other Way Around<\/h2>\n<p>Most SEO action plans give you the same tasks regardless of who you are or what you&#8217;re working on. This one doesn&#8217;t. Before generating your plan, the tool asks for:<\/p>\n<p>\ud83c\udfe2<\/p>\n<strong>Your Business Type<\/strong>\n<p>eBook or digital product, service-based business, local business, e-commerce store, creator or personal brand, or SaaS. Each type has different SEO priorities &#8211; your plan reflects that.<\/p>\n<p>\u23f1\ufe0f<\/p>\n<strong>Your Hours Per Day<\/strong>\n<p>30 minutes, 1 hour, 2 hours, 3 hours, or 4 hours. Tasks and deliverables adapt to your real capacity &#8211; no plan that assumes you can do in 30 minutes what actually takes 3 hours.<\/p>\n<p>\ud83d\udcc8<\/p>\n<strong>Your Experience Level<\/strong>\n<p>Complete beginner, some experience, or need structure. Task language and depth adjust throughout the plan so you&#8217;re never reading instructions that assume knowledge you don&#8217;t have yet.<\/p>\n<p>\ud83c\udfaf<\/p>\n<strong>Your Biggest Challenges<\/strong>\n<p>Not ranking at all, low traffic, thin content, strong competitors, technical issues, traffic but no conversions, brand new site, or no clear strategy. Your plan prioritises the areas that matter most for your situation.<\/p>\n<p>The result is a two-week roadmap that&#8217;s actually yours &#8211; not a template someone else filled in.<\/p>\n<!-- WHAT IT COVERS BOX -->\n<p><strong>\ud83d\udccb What the free plan covers:<\/strong><\/p>\n<p>\u2705 On-page SEO foundations<\/p>\n<p>\u2705 Content optimisation<\/p>\n<p>\u2705 Keyword strategy basics<\/p>\n<p>\u2705 Why each task matters<\/p>\n<p>\u2705 Difficulty scores per task<\/p>\n<p>\u2705 Daily time estimates<\/p>\n<p>The free plan covers the first two phases of a complete SEO system. Technical SEO, analytics, off-page SEO, and long-term growth strategy are covered in the <a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\">SEO in Action ebook<\/a> and the <a href=\"https:\/\/yourseoebook.com\/full-seo-action-plan\/\">Full 30-Day Plan<\/a>.<\/p>\n\t\n\n\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>14-Day SEO Action Plan Generator<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;700;800;900&amp;family=DM+Sans:wght@300;400;500;600&amp;display=swap\" rel=\"stylesheet\">\n  <style>\n    :root {\n      --primary: #6d28d9;\n      --secondary: #db2777;\n      --blue: #5865f2;\n      --dark: #1f1235;\n      --muted: #6b7280;\n      --border: #e7ddff;\n      --white: #ffffff;\n      --success: #166534;\n      --warning: #92400e;\n      --danger: #991b1b;\n      --soft-green: #ecfdf5;\n      --soft-yellow: #fffbeb;\n      --soft-red: #fef2f2;\n    }\n    * { box-sizing: border-box; }\n    body {\n      margin: 0;\n      font-family: \"DM Sans\", Arial, sans-serif;\n      color: var(--dark);\n      background: #ffffff;\n    }\n    .tool-wrap {\n      max-width: 1280px;\n      margin: 32px auto;\n      padding: 24px;\n    }\n    .tool-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      box-shadow: 0 22px 55px rgba(49, 17, 92, 0.12);\n      overflow: hidden;\n    }\n    .hero {\n      padding: 40px 34px;\n      background: linear-gradient(135deg, var(--blue) 0%, var(--primary) 48%, var(--secondary) 100%);\n      color: white;\n    }\n    .hero h2 {\n      margin: 0 0 12px;\n      font-family: \"Syne\", Arial, sans-serif;\n      font-size: clamp(28px, 4vw, 48px);\n      font-weight: 900;\n      line-height: 1.05;\n      letter-spacing: -0.03em;\n    }\n    .hero p {\n      max-width: 820px;\n      margin: 0;\n      font-size: 17px;\n      line-height: 1.6;\n      opacity: 0.93;\n    }\n    .hero-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 18px;\n    }\n    .hero-badge {\n      background: rgba(255,255,255,0.18);\n      border: 1px solid rgba(255,255,255,0.3);\n      border-radius: 999px;\n      padding: 5px 13px;\n      font-size: 13px;\n      font-weight: 600;\n    }\n    .body {\n      display: grid;\n      grid-template-columns: 380px minmax(0, 1fr);\n      gap: 24px;\n      padding: 28px;\n      align-items: start;\n    }\n    .panel {\n      position: sticky;\n      top: 24px;\n      max-height: calc(100vh - 48px);\n      overflow-y: auto;\n      border: 1px solid var(--border);\n      border-radius: 24px;\n      background: #fbf9ff;\n      padding: 22px;\n      align-self: start;\n    }\n    .panel h3 {\n      margin: 0 0 6px;\n      font-family: \"Syne\", sans-serif;\n      font-size: 20px;\n      font-weight: 800;\n    }\n    .panel > p.panel-sub {\n      margin: 0 0 18px;\n      font-size: 13px;\n      color: var(--muted);\n      line-height: 1.45;\n    }\n    \/* Section dividers in form *\/\n    .form-section {\n      margin-bottom: 18px;\n      padding-bottom: 18px;\n      border-bottom: 1px solid #ede7fc;\n    }\n    .form-section-label {\n      font-size: 11px;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: .08em;\n      color: var(--primary);\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n    .form-section-label::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: #e0d5f8;\n    }\n    .field { margin-bottom: 14px; }\n    .field label {\n      display: block;\n      font-weight: 700;\n      margin-bottom: 6px;\n      font-size: 14px;\n    }\n    .field input,\n    .field select,\n    .field textarea {\n      width: 100%;\n      border: 1px solid #ddd2f5;\n      border-radius: 12px;\n      padding: 11px 13px;\n      font: inherit;\n      font-size: 14px;\n      color: var(--dark);\n      background: white;\n      outline: none;\n      transition: border-color .15s;\n    }\n    .field input:focus,\n    .field select:focus,\n    .field textarea:focus {\n      border-color: var(--primary);\n      box-shadow: 0 0 0 3px rgba(109,40,217,0.1);\n    }\n    .field textarea { min-height: 80px; resize: vertical; }\n    .field small {\n      display: block;\n      margin-top: 5px;\n      color: var(--muted);\n      font-size: 12px;\n      line-height: 1.45;\n    }\n    \/* Chip-style selectors for experience level *\/\n    .chip-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 7px;\n    }\n    .chip {\n      border: 1.5px solid #ddd2f5;\n      border-radius: 999px;\n      padding: 7px 13px;\n      font: inherit;\n      font-size: 13px;\n      font-weight: 600;\n      cursor: pointer;\n      background: white;\n      color: var(--muted);\n      transition: all .15s;\n    }\n    .chip:hover { border-color: var(--primary); color: var(--primary); }\n    .chip.active {\n      border-color: var(--primary);\n      background: var(--primary);\n      color: white;\n    }\n    \/* Challenge checkboxes *\/\n    .challenge-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 6px;\n    }\n    .challenge-item {\n      display: flex;\n      align-items: center;\n      gap: 7px;\n      padding: 8px 10px;\n      border: 1.5px solid #ddd2f5;\n      border-radius: 10px;\n      cursor: pointer;\n      background: white;\n      font-size: 12.5px;\n      font-weight: 500;\n      transition: all .15s;\n      user-select: none;\n    }\n    .challenge-item:hover { border-color: var(--primary); background: #f9f6ff; }\n    .challenge-item.active { border-color: var(--primary); background: #f4efff; color: var(--primary); font-weight: 700; }\n    .challenge-item input[type=\"checkbox\"] { display: none; }\n    .challenge-dot {\n      width: 14px;\n      height: 14px;\n      border: 2px solid #ccc;\n      border-radius: 4px;\n      flex-shrink: 0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: all .15s;\n    }\n    .challenge-item.active .challenge-dot {\n      background: var(--primary);\n      border-color: var(--primary);\n    }\n    .challenge-item.active .challenge-dot::after {\n      content: '\u2713';\n      color: white;\n      font-size: 9px;\n      font-weight: 900;\n    }\n    .btn-row,\n    .calendar-tools {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n    .btn-row { margin-top: 18px; }\n    .calendar-tools { margin: 0 0 18px; }\n    .btn {\n      border: 0;\n      border-radius: 999px;\n      padding: 12px 18px;\n      font-weight: 700;\n      cursor: pointer;\n      transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;\n      font-size: 14px;\n      font-family: inherit;\n    }\n    .btn:hover { transform: translateY(-2px); }\n    .btn-primary {\n      color: white;\n      background: linear-gradient(135deg, var(--primary), var(--secondary));\n      box-shadow: 0 12px 24px rgba(109, 40, 217, 0.22);\n    }\n    .btn-primary:hover { box-shadow: 0 16px 32px rgba(109, 40, 217, 0.32); }\n    .btn-secondary {\n      color: var(--primary);\n      background: #f4efff;\n      border: 1px solid #e6d9ff;\n    }\n    .btn-dark { color: white; background: var(--dark); }\n    .summary-grid {\n      display: grid;\n      grid-template-columns: repeat(5, minmax(0, 1fr));\n      gap: 12px;\n      margin-bottom: 18px;\n    }\n    .metric {\n      padding: 16px;\n      border: 1px solid #eee7ff;\n      border-radius: 18px;\n      background: white;\n    }\n    .metric span {\n      display: block;\n      color: var(--muted);\n      font-size: 11px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: .04em;\n    }\n    .metric strong {\n      display: block;\n      margin-top: 6px;\n      font-size: 18px;\n      font-weight: 800;\n      line-height: 1.1;\n    }\n    .progress-shell {\n      margin: 0 0 18px;\n      padding: 14px 18px;\n      border: 1px solid var(--border);\n      border-radius: 18px;\n      background: #fbf9ff;\n    }\n    .progress-label {\n      display: flex;\n      justify-content: space-between;\n      gap: 12px;\n      font-size: 14px;\n      font-weight: 700;\n      margin-bottom: 9px;\n    }\n    .progress-bar {\n      height: 10px;\n      border-radius: 999px;\n      background: #eee7ff;\n      overflow: hidden;\n    }\n    .progress-fill {\n      width: 0%;\n      height: 100%;\n      background: linear-gradient(135deg, var(--primary), var(--secondary));\n      transition: width .4s ease;\n    }\n    .table-wrap {\n      max-height: calc(100vh - 260px);\n      overflow: auto;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n      background: white;\n    }\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      min-width: 1480px;\n    }\n    th, td {\n      padding: 12px 11px;\n      border-bottom: 1px solid #f0e9ff;\n      text-align: left;\n      vertical-align: top;\n      font-size: 13px;\n      line-height: 1.45;\n    }\n    th {\n      position: sticky;\n      top: 0;\n      z-index: 1;\n      background: #efe8ff;\n      color: var(--dark);\n      font-size: 11px;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: .05em;\n    }\n    tr:nth-child(even) td { background: #fcfaff; }\n    tr:last-child td { border-bottom: 0; }\n    \/* Why column highlight *\/\n    td.why-col {\n      background: #fffdf4;\n      font-size: 12.5px;\n      font-style: italic;\n      color: #5c4a00;\n      border-left: 3px solid #fbbf24;\n    }\n    tr:nth-child(even) td.why-col { background: #fffbeb; }\n    \/* Difficulty badge *\/\n    .difficulty {\n      display: inline-flex;\n      align-items: center;\n      gap: 3px;\n      padding: 4px 8px;\n      border-radius: 999px;\n      font-size: 11px;\n      font-weight: 800;\n    }\n    .diff-easy { background: #ecfdf5; color: #166534; }\n    .diff-medium { background: #fffbeb; color: #92400e; }\n    .diff-hard { background: #fef2f2; color: #991b1b; }\n    .badge {\n      display: inline-block;\n      padding: 5px 9px;\n      border-radius: 999px;\n      background: #f4efff;\n      color: var(--primary);\n      font-size: 12px;\n      font-weight: 800;\n      white-space: nowrap;\n    }\n    .phase-onpage { background: #eef2ff; color: #3730a3; }\n    .phase-content { background: #fdf2f8; color: #9d174d; }\n    .phase-measure { background: #f8fafc; color: #334155; }\n    select.table-select {\n      width: 112px;\n      border: 1px solid #ddd2f5;\n      border-radius: 10px;\n      padding: 7px 8px;\n      font: inherit;\n      font-size: 12.5px;\n      background: white;\n    }\n    td[contenteditable=\"true\"] {\n      background: #fffdf7;\n      outline: none;\n      min-width: 140px;\n    }\n    td[contenteditable=\"true\"]:focus {\n      box-shadow: inset 0 0 0 2px rgba(109, 40, 217, 0.25);\n      border-radius: 6px;\n    }\n    .note {\n      margin-top: 12px;\n      color: var(--muted);\n      font-size: 12.5px;\n      line-height: 1.5;\n    }\n    .empty-state {\n      min-height: calc(100vh - 330px);\n      display: grid;\n      place-items: center;\n      padding: 34px;\n      text-align: center;\n      color: var(--muted);\n      border: 1px dashed #d8c8ff;\n      border-radius: 20px;\n      background: #fbf9ff;\n      line-height: 1.55;\n      font-size: 15px;\n    }\n    .empty-state svg { margin-bottom: 12px; opacity: 0.4; }\n    .toast {\n      display: none;\n      margin-top: 12px;\n      padding: 12px;\n      border-radius: 14px;\n      background: #ecfdf5;\n      color: var(--success);\n      font-weight: 700;\n      font-size: 14px;\n    }\n    .email-capture {\n      margin: 0 0 18px;\n      padding: 18px;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n      background: #fbf9ff;\n    }\n    .email-capture h3 {\n      margin: 0 0 6px;\n      font-family: \"Syne\", sans-serif;\n      font-size: 17px;\n      font-weight: 800;\n    }\n    .email-capture p {\n      margin: 0 0 12px;\n      color: var(--muted);\n      font-size: 13.5px;\n      line-height: 1.45;\n    }\n    .email-capture-row {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr) auto;\n      gap: 10px;\n    }\n    .email-capture input {\n      width: 100%;\n      border: 1px solid #ddd2f5;\n      border-radius: 999px;\n      padding: 12px 16px;\n      font: inherit;\n      font-size: 14px;\n      outline: none;\n      transition: border-color .15s;\n    }\n    .email-capture input:focus { border-color: var(--primary); }\n    .email-status {\n      display: none;\n      margin-top: 10px;\n      padding: 10px 12px;\n      border-radius: 12px;\n      font-size: 13px;\n      line-height: 1.4;\n      background: #ecfdf5;\n      color: var(--success);\n      font-weight: 700;\n    }\n    .email-status.error { background: #fef2f2; color: var(--danger); }\n    .ebook-cta {\n      margin-top: 16px;\n      padding: 16px;\n      border-radius: 18px;\n      background: linear-gradient(135deg, rgba(88,101,242,.1), rgba(219,39,119,.1));\n      border: 1px solid #eadcff;\n    }\n    .ebook-cta strong { display: block; margin-bottom: 5px; font-size: 14px; }\n    .ebook-cta p { margin: 0; color: var(--muted); line-height: 1.4; font-size: 13px; }\n    \/* Plan intro card *\/\n    .plan-intro {\n      margin-bottom: 18px;\n      padding: 16px 20px;\n      border-radius: 18px;\n      background: linear-gradient(135deg, #f0edff, #fce7f3);\n      border: 1px solid #e0d5f8;\n      font-size: 14px;\n      line-height: 1.6;\n      display: none;\n    }\n    .plan-intro strong { color: var(--primary); }\n    @media (max-width: 1100px) {\n      .summary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }\n    }\n    @media (max-width: 980px) {\n      .body { grid-template-columns: 1fr; }\n      .panel { position: static; max-height: none; }\n      .summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    }\n    @media (max-width: 760px) {\n      .tool-wrap { padding: 10px; margin: 10px auto; }\n      .tool-card { border-radius: 20px; }\n      .hero { padding: 24px 18px; }\n      .body { display: block; padding: 16px; }\n      .panel { padding: 18px; margin-bottom: 18px; border-radius: 20px; }\n      .summary-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n      .metric { padding: 12px; }\n      .metric strong { font-size: 15px; }\n      .calendar-tools, .btn-row { flex-direction: column; }\n      .btn { width: 100%; padding: 13px 14px; }\n      .email-capture-row { grid-template-columns: 1fr; }\n      .challenge-grid { grid-template-columns: 1fr; }\n      .table-wrap {\n        max-height: none;\n        overflow: visible;\n        border: 0;\n        background: transparent;\n      }\n      table, thead, tbody, th, td, tr { display: block; width: 100%; min-width: 0; }\n      table { min-width: 0; }\n      thead { display: none; }\n      tr {\n        margin-bottom: 16px;\n        border: 1px solid var(--border);\n        border-radius: 18px;\n        background: #ffffff;\n        box-shadow: 0 10px 24px rgba(49, 17, 92, 0.08);\n        overflow: hidden;\n      }\n      tr:nth-child(even) td { background: transparent; }\n      td {\n        display: grid;\n        grid-template-columns: 110px minmax(0, 1fr);\n        gap: 10px;\n        padding: 11px 13px;\n        border-bottom: 1px solid #f0e9ff;\n        font-size: 13px;\n        background: #ffffff;\n      }\n      td.why-col { border-left: none; border-top: 3px solid #fbbf24; }\n      td::before {\n        content: attr(data-label);\n        color: var(--muted);\n        font-weight: 800;\n        font-size: 11px;\n        text-transform: uppercase;\n        letter-spacing: .04em;\n      }\n      td:first-child {\n        display: block;\n        background: linear-gradient(135deg, rgba(88,101,242,.12), rgba(219,39,119,.10));\n        padding: 14px;\n      }\n      td:first-child::before { display: none; }\n      td:last-child { border-bottom: 0; }\n      select.table-select { width: 100%; padding: 10px; }\n      td[contenteditable=\"true\"] { min-height: 48px; min-width: 0; }\n    }\n    @media (max-width: 420px) {\n      .summary-grid { grid-template-columns: 1fr; }\n      td { grid-template-columns: 1fr; gap: 5px; }\n    }\n    @media print {\n      body { background: white !important; font-size: 9pt; color: #000; }\n      .tool-wrap { max-width: 100%; margin: 0; padding: 0; }\n      .tool-card, .panel, .progress-shell, .ebook-cta, .calendar-tools, .btn-row, .toast { box-shadow: none !important; border: 0 !important; background: white !important; }\n      .hero { padding: 10px 0; background: white !important; color: #000 !important; }\n      .hero h2 { font-size: 17pt; margin-bottom: 4px; }\n      .hero p, .note, .ebook-cta p { font-size: 8.5pt; }\n      .body { display: block; padding: 0; }\n      .panel { position: static; max-height: none; overflow: visible; margin-bottom: 14px; padding: 0; }\n      .field, .btn-row, .calendar-tools, .summary-grid, .progress-shell { display: none !important; }\n      .empty-state { min-height: auto; }\n      .table-wrap { max-height: none; overflow: visible; border: 0; }\n      table { min-width: 100% !important; font-size: 7pt; }\n      tr { page-break-inside: avoid; }\n      th, td { padding: 4px 5px; font-size: 7pt; line-height: 1.18; }\n      th { position: static; }\n      select.table-select { border: 0; padding: 0; background: transparent; font-size: 7pt; }\n      td[contenteditable=\"true\"] { background: white !important; }\n      td.why-col { border-left: 2px solid #fbbf24; }\n      @page { size: landscape; margin: 10mm; }\n    }\n  <\/style>\n\n\n      <section>\n        <h2>14-Day SEO Action Plan Generator<\/h2>\n        <p>A personalized two-week SEO roadmap built around your business type, experience level, and biggest challenges &#8211; not a generic checklist.<\/p>\n          \u2726 Adapts to your experience level\n          \u2726 Branched by business type\n          \u2726 Why it matters for every task\n          \u2726 Difficulty scores included\n      <\/section>\n      <section>\n        <aside>\n          <h3>Create Your SEO Plan<\/h3>\n          <p>Fill in the fields below. The more specific you are, the more tailored your plan will be.<\/p>\n          <!-- SECTION 1: About You -->\n            About Your Project\n              <label for=\"businessName\">Business or Project Name<\/label>\n              <input id=\"businessName\" type=\"text\" placeholder=\"Example: SEO in Action\">\n              <label for=\"businessType\">Business Type<\/label>\n              <select id=\"businessType\">\n                <option value=\"ebook\">eBook \/ Digital Product<\/option>\n                <option value=\"service\">Service-Based Business<\/option>\n                <option value=\"local\">Local Business<\/option>\n                <option value=\"ecommerce\">E-commerce Store<\/option>\n                <option value=\"creator\">Creator \/ Personal Brand<\/option>\n                <option value=\"saas\">SaaS \/ Software Product<\/option>\n              <\/select>\n              <label for=\"niche\">Industry \/ Niche<\/label>\n              <input id=\"niche\" type=\"text\" placeholder=\"Example: digital marketing, health, finance, travel\">\n              <small>Helps personalize keyword examples in your plan.<\/small>\n              <label for=\"audience\">Target Audience<\/label>\n              <input id=\"audience\" type=\"text\" placeholder=\"Example: marketers, freelancers, small business owners\">\n          <!-- SECTION 2: Your SEO -->\n            Your SEO Focus\n              <label for=\"mainKeyword\">Primary Keyword<\/label>\n              <input id=\"mainKeyword\" type=\"text\" placeholder=\"Example: seo ebook for beginners\">\n              <small>The main keyword or topic you want to rank for.<\/small>\n              <label for=\"targetPage\">Target Page URL or Name<\/label>\n              <input id=\"targetPage\" type=\"text\" placeholder=\"Example: \/seo-ebook or Sales Page\">\n              <small>One focused page keeps results measurable.<\/small>\n              <label for=\"goal\">Main Goal<\/label>\n              <select id=\"goal\">\n                <option value=\"traffic\">Grow organic traffic<\/option>\n                <option value=\"leads\">Generate leads<\/option>\n                <option value=\"sales\">Increase sales<\/option>\n                <option value=\"authority\">Build authority<\/option>\n                <option value=\"launch\">Prepare a launch<\/option>\n              <\/select>\n          <!-- SECTION 3: Your Experience -->\n            Your Experience Level\n              <label>Where are you starting from?<\/label>\n                <button type=\"button\" data-value=\"beginner\">Complete beginner<\/button>\n                <button type=\"button\" data-value=\"some\">Some experience<\/button>\n                <button type=\"button\" data-value=\"intermediate\">Know the basics<\/button>\n                <button type=\"button\" data-value=\"advanced\">Need structure<\/button>\n              <small>This adjusts task language and depth throughout the plan.<\/small>\n          <!-- SECTION 4: Challenges -->\n            Biggest Challenges\n              <label>What&#8217;s holding you back? (select all that apply)<\/label>\n                Not ranking at all\n                Low organic traffic\n                Content feels thin\n                Strong competitors\n                Technical issues\n                Traffic but no sales\n                Brand new site\n                No clear strategy\n          <!-- SECTION 5: Time -->\n            Your Available Time\n              <label for=\"hoursPerDay\">Work Hours per Day<\/label>\n              <select id=\"hoursPerDay\">\n                <option value=\"0.5\">30 minutes\/day<\/option>\n                <option value=\"1\" selected=\"\">1 hour\/day<\/option>\n                <option value=\"2\">2 hours\/day<\/option>\n                <option value=\"3\">3 hours\/day<\/option>\n                <option value=\"4\">4 hours\/day<\/option>\n              <\/select>\n              <small>Tasks and deliverables adapt to your capacity.<\/small>\n            <button id=\"generateBtn\" type=\"button\">\u2726 Generate My Plan<\/button>\n            <button id=\"resetBtn\" type=\"button\">Reset<\/button>\n          <p>Covers On-Page SEO and Content Optimization &#8211; the first two phases of a complete SEO system.<\/p>\n            <strong>Want the full SEO system?<\/strong>\n            <p>This free plan covers the first two phases. Get the eBook and unlock the full 30-day plan covering Technical SEO, Analytics, Off-Page SEO, and long-term growth.<\/p>\n        <\/aside>\n        <main>\n            Plan Length<strong>14 days<\/strong>\n            Framework<strong>On-Page + Content<\/strong>\n            Daily Capacity<strong id=\"capacityMetric\">1 hour<\/strong>\n            Total Workload<strong id=\"totalMetric\">14 hours<\/strong>\n            Progress<strong id=\"progressMetric\">0 \/ 14<\/strong>\n            Your progress0 of 14 done\n            <h3>\ud83d\udce9 Email me my SEO plan<\/h3>\n            <p>Enter your email to receive a copy of your personalised 14-day plan. You can also download it below.<\/p>\n              <input id=\"leadEmail\" type=\"email\" placeholder=\"Your email address\">\n              <button id=\"emailBtn\" type=\"button\">Send My Plan<\/button>\n            <button id=\"copyStyledBtn\" type=\"button\">Copy Styled Table<\/button>\n            <button id=\"openSheetsBtn\" type=\"button\">Open Google Sheets<\/button>\n            <button id=\"downloadExcelBtn\" type=\"button\">Download Excel<\/button>\n            <button id=\"downloadCsvBtn\" type=\"button\">Download CSV<\/button>\n            <button id=\"printBtn\" type=\"button\">Print \/ Save PDF<\/button>\n              Fill out the form and generate your personalised 14-day SEO action plan.\n        <\/main>\n      <\/section>\n  <div class=\"forminator-ui forminator-custom-form forminator-custom-form-1426 forminator-design--default  forminator_ajax\" data-forminator-render=\"0\" data-form=\"forminator-module-1426\" data-uid=\"6ab034529da34\"><br\/><\/div><form\n\t\t\t\tid=\"forminator-module-1426\"\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-1426 forminator-design--default  forminator_ajax\"\n\t\t\t\tmethod=\"post\"\n\t\t\t\tdata-forminator-render=\"0\"\n\t\t\t\tdata-form-id=\"1426\"\n\t\t\t\t data-color-option=\"theme\" data-design=\"default\" data-grid=\"open\" style=\"display: none;\"\n\t\t\t\tdata-uid=\"6ab034529da34\"\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-12  .seo-email\"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_6ab034529da34\" id=\"forminator-field-email-1_6ab034529da34-label\" class=\"forminator-label\">Email Address <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"\" id=\"forminator-field-email-1_6ab034529da34\" class=\"forminator-input forminator-email--field\" data-required=\"1\" aria-required=\"true\" autocomplete=\"email\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-1\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-1_6ab034529da34\" id=\"forminator-field-textarea-1_6ab034529da34-label\" class=\"forminator-label\">Business Name<\/label><textarea name=\"textarea-1\" placeholder=\"\" id=\"forminator-field-textarea-1_6ab034529da34\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-2\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-2_6ab034529da34\" id=\"forminator-field-textarea-2_6ab034529da34-label\" class=\"forminator-label\">Primary Keyword<\/label><textarea name=\"textarea-2\" placeholder=\"\" id=\"forminator-field-textarea-2_6ab034529da34\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-3\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-3_6ab034529da34\" id=\"forminator-field-textarea-3_6ab034529da34-label\" class=\"forminator-label\">Target Page<\/label><textarea name=\"textarea-3\" placeholder=\"\" id=\"forminator-field-textarea-3_6ab034529da34\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-4\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-4_6ab034529da34\" id=\"forminator-field-textarea-4_6ab034529da34-label\" class=\"forminator-label\">SEO Plan HTML<\/label><textarea name=\"textarea-4\" placeholder=\"\" id=\"forminator-field-textarea-4_6ab034529da34\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-5\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-5_6ab034529da34\" id=\"forminator-field-textarea-5_6ab034529da34-label\" class=\"forminator-label\">SEO Plan CSV<\/label><textarea name=\"textarea-5\" placeholder=\"\" id=\"forminator-field-textarea-5_6ab034529da34\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\">Submit<\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"0d4af539d8\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/pt\/wp-json\/wp\/v2\/pages\/1403\" \/><input type=\"hidden\" name=\"form_id\" value=\"1426\"><input type=\"hidden\" name=\"page_id\" value=\"1403\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/\"><input type=\"hidden\" name=\"render_id\" value=\"0\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><\/form>\n\n\n\t  <div class=\"forminator-ui forminator-custom-form forminator-custom-form-1426 forminator-design--default  forminator_ajax\" data-forminator-render=\"1\" data-form=\"forminator-module-1426\" data-uid=\"6ab034529eab9\"><br\/><\/div><form\n\t\t\t\tid=\"forminator-module-1426\"\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-1426 forminator-design--default  forminator_ajax\"\n\t\t\t\tmethod=\"post\"\n\t\t\t\tdata-forminator-render=\"1\"\n\t\t\t\tdata-form-id=\"1426\"\n\t\t\t\t data-color-option=\"theme\" data-design=\"default\" data-grid=\"open\" style=\"display: none;\"\n\t\t\t\tdata-uid=\"6ab034529eab9\"\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-12  .seo-email\"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_6ab034529eab9\" id=\"forminator-field-email-1_6ab034529eab9-label\" class=\"forminator-label\">Email Address <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"\" id=\"forminator-field-email-1_6ab034529eab9\" class=\"forminator-input forminator-email--field\" data-required=\"1\" aria-required=\"true\" autocomplete=\"email\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-1\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-1_6ab034529eab9\" id=\"forminator-field-textarea-1_6ab034529eab9-label\" class=\"forminator-label\">Business Name<\/label><textarea name=\"textarea-1\" placeholder=\"\" id=\"forminator-field-textarea-1_6ab034529eab9\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-2\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-2_6ab034529eab9\" id=\"forminator-field-textarea-2_6ab034529eab9-label\" class=\"forminator-label\">Primary Keyword<\/label><textarea name=\"textarea-2\" placeholder=\"\" id=\"forminator-field-textarea-2_6ab034529eab9\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-3\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-3_6ab034529eab9\" id=\"forminator-field-textarea-3_6ab034529eab9-label\" class=\"forminator-label\">Target Page<\/label><textarea name=\"textarea-3\" placeholder=\"\" id=\"forminator-field-textarea-3_6ab034529eab9\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-4\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-4_6ab034529eab9\" id=\"forminator-field-textarea-4_6ab034529eab9-label\" class=\"forminator-label\">SEO Plan HTML<\/label><textarea name=\"textarea-4\" placeholder=\"\" id=\"forminator-field-textarea-4_6ab034529eab9\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-5\" class=\"forminator-field-textarea forminator-col forminator-col-12 \"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-5_6ab034529eab9\" id=\"forminator-field-textarea-5_6ab034529eab9-label\" class=\"forminator-label\">SEO Plan CSV<\/label><textarea name=\"textarea-5\" placeholder=\"\" id=\"forminator-field-textarea-5_6ab034529eab9\" class=\"forminator-textarea\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\">Submit<\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"0d4af539d8\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/pt\/wp-json\/wp\/v2\/pages\/1403\" \/><input type=\"hidden\" name=\"form_id\" value=\"1426\"><input type=\"hidden\" name=\"page_id\" value=\"1403\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/\"><input type=\"hidden\" name=\"render_id\" value=\"1\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><\/form>\n\t\t\t<a href=\"https:\/\/www.amazon.com\/dp\/B0GNCGYZPL\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t\tLearn SEO using your Kindle \n\t\t\t<\/a>\n\t\t\t<a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\" target=\"_self\">\n\t\t\t\t\t\t\tLearn SEO from anywhere\n\t\t\t<\/a>\n\t<hr>\n<!-- WHAT THE TOOL GENERATES -->\n<h2>What Happens After You Generate Your Plan<\/h2>\n<p>Once you fill in your details and click Generate, the tool builds a day-by-day roadmap with tasks matched to your business type, experience level, and daily time availability. You can email it to yourself, download it as Excel or CSV, open it in Google Sheets, or save it as a PDF.<\/p>\n<p>Each task comes with a difficulty score and an explanation of why it matters &#8211; so you&#8217;re not just ticking boxes, you&#8217;re understanding the reasoning behind each step. The plan adapts the language and depth to your experience level, which means a complete beginner and someone who knows the basics won&#8217;t get the same instructions for the same task.<\/p>\n<strong>\u26a0\ufe0f One thing to know before you start:<\/strong> The free plan covers on-page SEO and content optimisation &#8211; the first two phases. Technical SEO, analytics setup, off-page SEO, and the complete growth framework are in the <a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\">SEO in Action ebook<\/a> and the <a href=\"https:\/\/yourseoebook.com\/full-seo-action-plan\/\">Full 30-Day Plan<\/a>. Start here &#8211; then go deeper.\n<!-- DAY BY DAY BREAKDOWN -->\n<h2>The 14-Day SEO Plan: What Each Day Covers<\/h2>\n<p>Not sure what to expect from a 14-day SEO plan? Here&#8217;s the general structure your generated plan will follow &#8211; adapted to your inputs. Times shown are based on the 1 hour\/day setting. If you selected 30 minutes\/day, tasks are split across more days. If you selected 2+ hours\/day, tasks are consolidated and go deeper.<\/p>\n<h3>\ud83d\udcc5 Week 1 &#8211; Foundations<\/h3>\n<!-- DAY 1 -->\n<strong>Day 1 &#8211; Set Up Your Tracking Tools<\/strong>\n\u23f1 ~45 min\n<p><strong>Why first:<\/strong> You can&#8217;t measure what you haven&#8217;t set up. GSC and GA4 only collect data from the point of installation &#8211; every day you delay is data you&#8217;ll never get back.<\/p>\n<p>Set up Google Search Console \u00b7 Set up GA4 \u00b7 Mark your first conversion event \u00b7 Submit your sitemap<\/p>\n<!-- DAY 2 -->\n<strong>Day 2 &#8211; Technical SEO Audit<\/strong>\n\u23f1 ~45 min\n<p><strong>Why second:<\/strong> Building content on a broken foundation is wasted effort. Find technical issues before doing anything else.<\/p>\n<p>Run the <a href=\"https:\/\/yourseoebook.com\/free-seo-page-audit-and-score\/\">Free SEO Page Audit<\/a> \u00b7 Check GSC for indexing errors \u00b7 Test mobile usability \u00b7 Check page speed<\/p>\n<!-- DAY 3 -->\n<strong>Day 3 &#8211; Fix Critical Technical Issues<\/strong>\n\u23f1 ~60 min\n<p><strong>Why third:<\/strong> Act on what Day 2 found before moving forward. A site with indexing errors or missing HTTPS is building on broken ground.<\/p>\n<p>Fix noindex issues \u00b7 Compress images \u00b7 Fix broken internal links \u00b7 Verify sitemap \u00b7 Ensure HTTPS is active<\/p>\n<!-- DAY 4 -->\n<strong>Day 4 &#8211; Keyword Research for Your Priority Pages<\/strong>\n\u23f1 ~60 min\n<p><strong>Why fourth:<\/strong> Writing content without keyword research is guessing. Know your targets before touching any page.<\/p>\n<p>List your 3-5 most important pages \u00b7 Think like your customer &#8211; plain language searches \u00b7 Use Google autocomplete + People Also Ask \u00b7 Assign one primary keyword per page<\/p>\n<p>\ud83c\udfe2 Business-type note: if you selected Local Business, this day focuses on local + location keyword combinations. Digital products focus on problem-based and comparison keywords.<\/p>\n<!-- DAY 5 -->\n<strong>Day 5 &#8211; Optimise Your Most Important Page<\/strong>\n\u23f1 ~60 min\n<p><strong>Why fifth:<\/strong> Your most important page &#8211; the one that converts &#8211; is the single highest-value thing to optimise. Do this before creating new content.<\/p>\n<p>Update H1 with keyword \u00b7 Rewrite meta title and description \u00b7 Add keyword to first paragraph \u00b7 Add 2-3 internal links \u00b7 Ensure CTA is visible above the fold<\/p>\n<!-- DAY 6 -->\n<strong>Day 6 &#8211; Optimise Pages 2 and 3<\/strong>\n\u23f1 ~60 min\n<p><strong>Why sixth:<\/strong> Repeat Day 5 for your next two most important pages. Consistent on-page optimisation across core pages compounds the impact.<\/p>\n<p>Apply Day 5 checklist to pages 2 and 3 \u00b7 Check no two pages target the same keyword \u00b7 Add internal links between priority pages \u00b7 Add alt text to all images<\/p>\n<!-- DAY 7 -->\n<strong>Day 7 &#8211; Week 1 Review + Plan Week 2<\/strong>\n\u23f1 ~30 min\n<p><strong>Why seventh:<\/strong> Stop, review, and reset. A 30-minute check now prevents a week of effort going in the wrong direction.<\/p>\n<p>Check GSC &#8211; are optimised pages appearing in Queries? \u00b7 Review GA4 week-on-week \u00b7 Confirm 3 blog topics for Week 2 \u00b7 Check what the top-ranking competitor covers that you don&#8217;t<\/p>\n<h3>\ud83d\udcc5 Week 2 &#8211; Content &amp; First Steps Toward Authority<\/h3>\n<!-- DAY 8 -->\n<strong>Day 8 &#8211; Write and Publish Blog Post #1<\/strong>\n\u23f1 ~90 min\n<p><strong>Why eighth:<\/strong> Content builds topical authority. The earlier you start, the earlier it compounds. First post should target the question your ideal client asks most often.<\/p>\n<p>800-1,200 words \u00b7 Target keyword in H1, first paragraph, one H2, meta title \u00b7 Direct answer in opening \u00b7 Link to at least one priority page \u00b7 CTA at the bottom \u00b7 Request indexing in GSC<\/p>\n<p>\ud83c\udfe2 Business-type note: if you selected eBook\/Digital Product, your first post targets a buyer-stage question. Local Business targets location + service combinations. Service businesses target client pain points.<\/p>\n<!-- DAY 9 -->\n<strong>Day 9 &#8211; Write and Publish Blog Post #2<\/strong>\n\u23f1 ~90 min\n<p>Repeat Day 8 for a different topic and keyword \u00b7 Link post #2 to post #1 and back \u00b7 Cross-link both to priority pages \u00b7 Request indexing in GSC<\/p>\n<!-- DAY 10 -->\n<strong>Day 10 &#8211; Internal Linking Audit<\/strong>\n\u23f1 ~45 min\n<p>Review every published page &#8211; does each link to at least one other? \u00b7 Ensure your most important page has 3-5 internal links pointing to it \u00b7 Fix any orphaned pages \u00b7 Use descriptive anchor text throughout<\/p>\n<!-- DAY 11 -->\n<strong>Day 11 &#8211; Schema Markup<\/strong>\n\u23f1 ~45 min\n<p>Verify your SEO plugin outputs basic schema \u00b7 Add FAQ schema to blog posts \u00b7 Ensure product\/service pages have correct schema type \u00b7 Test at validator.schema.org<\/p>\n<!-- DAY 12 -->\n<strong>Day 12 &#8211; Write and Publish Blog Post #3<\/strong>\n\u23f1 ~90 min\n<p>This post should be the most bottom-of-funnel &#8211; closest to a purchase or hiring decision \u00b7 Link directly to your main conversion page \u00b7 Request indexing in GSC<\/p>\n<!-- DAY 13 -->\n<strong>Day 13 &#8211; First Link Building Steps<\/strong>\n\u23f1 ~60 min\n<p>Sign up at Featured.com as an expert source \u00b7 Find 5 niche blogs with a &#8220;write for us&#8221; section \u00b7 Search for 3 resource pages you could be listed on \u00b7 Draft one outreach email &#8211; keep it under 4 sentences<\/p>\n<!-- DAY 14 -->\n<strong>Day 14 &#8211; Full Review + Plan What Comes Next<\/strong>\n\u23f1 ~45 min\n<p><strong>You&#8217;ve completed the foundation.<\/strong> Now measure and plan ahead.<\/p>\n<p>Check GSC &#8211; are published posts appearing in Queries? \u00b7 Compare organic sessions: week 2 vs week 1 in GA4 \u00b7 List your next 3 blog topics \u00b7 Set a monthly GSC + GA4 review reminder \u00b7 Identify one page to improve based on data<\/p>\n\ud83c\udf89 <strong>The 14 days are done.<\/strong> Your foundations are set. The next phase &#8211; technical SEO, analytics, off-page authority, and long-term growth &#8211; is covered in <a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\">SEO in Action<\/a>.\n<p>Times shown are based on the 1 hour\/day setting. Your generated plan adjusts task groupings and depth based on the hours per day you selected.<\/p>\n<!-- EBOOK CTA -->\n<h3>You have your plan. Now you need the how-to.<\/h3>\n<p>The 14-day plan gives you the steps. SEO in Action gives you the step-by-step execution guide for every item on it &#8211; keyword research tool walkthroughs, Screaming Frog tutorials, GTM setup, link building tactics, and the complete 30-day framework.<\/p>\n<p>With screenshots. With real examples. With no jargon.<\/p>\n<a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\">Get SEO in Action \u2192<\/a>\n<a href=\"https:\/\/yourseoebook.com\/full-seo-action-plan\/\">See the Full 30-Day Plan<\/a>\n<h2>\n\t\t\tFrom Plan to Performance: The &#8216;SEO in Action&#8217; Handbook\t<\/h2>\n\tYour 14-day SEO roadmap tool is the map. <i data-path-to-node=\"15,0\" data-index-in-node=\"87\">SEO in Action<\/i> is the step-by-step GPS.\nMost SEO resources are either too technical or too vague. I wrote this guide for business owners, marketers, and creators who need a professional framework that works in the real world.\n<figure itemscope=\"\" itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/yourseoebook.com\/wp-content\/uploads\/2026\/04\/marketers-using-an-seo-action-plan-from-seo-in-action-300x251.jpg\" alt=\"marketers using an seo action plan from seo in action\" height=\"251\" width=\"300\" title=\"marketers using an seo action plan from seo in action\" onerror=\"this.style.display='none'\" loading=\"lazy\">\n\t<\/figure>\n<h3>\n\t\t\tWhy readers use this as their daily guide:\t<\/h3>\n\t<ul>\n<li>\n<b data-path-to-node=\"15,3,0,0\" data-index-in-node=\"0\">The &#8216;Do-It-Yourself&#8217; Manual:<\/b> Stop paying high agency fees for tasks you can handle in a weekend.\n<\/li>\n<li>\n<b data-path-to-node=\"15,3,1,0\" data-index-in-node=\"0\">Practical Checklists:<\/b> Every chapter ends with an actionable checklist with no fluff, just implementation.\n<\/li>\n<li>\n<b data-path-to-node=\"15,3,2,0\" data-index-in-node=\"0\">The Missing Link:<\/b> Learn exactly how to combine the technical foundations (Phase 1 &amp; 2) with authority building (Phase 3) and analytics (Phase 4).\n<\/li>\n<li>\n<b data-path-to-node=\"15,3,3,0\" data-index-in-node=\"0\">Proven Frameworks:<\/b> No guessing. Exactly the workflow I use to optimise sites from the ground up.\n<\/li>\n<\/ul>\n\t\t\t<a href=\"https:\/\/yourseoebook.com\/seo-in-action\/\" target=\"_self\">\n\t\t\t\t\t\t\tLearn the SEO in Action Framework Behind the Plan\n\t\t\t\t\t<\/a>\n\t<hr>\n<h2>\n\t\t\tExclusive Bonus: The &#8220;SEO in Action&#8221; Interactive Tracker\t<\/h2>\n\tWhen you purchase <b data-path-to-node=\"4\" data-index-in-node=\"18\">SEO in Action<\/b>, you don&#8217;t just get the theory, but also the tools to execute. Your purchase includes exclusive access to our <a href=\"https:\/\/yourseoebook.com\/full-seo-action-plan\/\"><b data-path-to-node=\"4\" data-index-in-node=\"140\">Personalized 30-Day SEO Roadmap<\/b><\/a>, directly on this website.\n<h4 data-path-to-node=\"5\"><b data-path-to-node=\"5\" data-index-in-node=\"0\">While the free 14-day personalized SEO plan helps you start, the Full SEO Action Plan unlocks:<\/b><\/h4>\n<ul data-path-to-node=\"6\">\n<li>\n<b data-path-to-node=\"6,0,0\" data-index-in-node=\"0\">Phase 3: Authority Building:<\/b> Day-by-day tasks to master Backlinks, Local SEO, and Google Business Profile optimization.\n<\/li>\n<li>\n<b data-path-to-node=\"6,1,0\" data-index-in-node=\"0\">Phase 4: The Analytics Loop:<\/b> A guided setup for GA4 and Search Console so you can actually see your rankings grow.\n<\/li>\n<li>\n<b data-path-to-node=\"6,2,0\" data-index-in-node=\"0\">Progress Tracking:<\/b> Check off tasks as you go, save your progress, and see exactly what&#8217;s left to reach your goals.\n<\/li>\n<li>\n<b data-path-to-node=\"6,3,0\" data-index-in-node=\"0\">One-Click Export:<\/b> Once you finish your plan, you can download your custom roadmap as a PDF or email it to yourself\/your team to stay organized.\n<\/li>\n<\/ul>\n<blockquote data-path-to-node=\"7\">\n<i data-path-to-node=\"7,0\" data-index-in-node=\"0\">&#8220;I didn&#8217;t want to just write another book that sits on a digital shelf. I wanted to build a tool that forces you to take action and see results. The Interactive Roadmap is the bridge between reading and ranking.&#8221;<\/i> &#8211; <b data-path-to-node=\"7,0\" data-index-in-node=\"215\">Mariana Yamakawa<\/b>\n<\/blockquote>\n<h4>\n\t\t\tBuy Our eBook and Get Acess To the Full SEO Strategy Generator:\t<\/h4>\n\t\t\t<a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\" target=\"_self\">\n\t\t\t\t\t\t\tBuy the SEO in Action Ebook &amp; Unlock the Full Tracker\n\t\t\t\t\t<\/a>\n\t<hr>\n<h3>\n\t\t\tAbout the Author: Mariana Yamakawa\t<\/h3>\n\t<p>As a Digital Marketing and SEO Specialist, I have spent my last few years cutting through the noise. <i data-path-to-node=\"18,0\" data-index-in-node=\"136\">SEO in Action<\/i> isn&#8217;t a collection of blog posts, but the consolidated, battle-tested framework for building organic growth on WordPress.<\/p>\n\t\t\t<a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\" target=\"_self\">\n\t\t\t\t\t\t\tBuy the SEO in Action Ebook\n\t\t\t\t\t<\/a>\n<figure itemscope=\"\" itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t\t\t\t<a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\" target=\"_self\" itemprop=\"url\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/11\/EBOOK-SEO-in-Action-1-724x1024.jpg\" alt=\"ebook seo in action - cover\" height=\"1024\" width=\"724\" title=\"ebook seo in action\" onerror=\"this.style.display='none'\" loading=\"lazy\">\n\t\t\t\t<\/a>\n\t<\/figure>\n\t<hr>\n\t<section>\n  <h2>FAQs<\/h2>\n      <button>How is this plan personalised to my business?\n<\/button>\n        <p>When you generate your plan, the tool uses your business type, industry, target audience, experience level, biggest SEO challenges, and hours available per day to create a roadmap specific to your situation. An eBook creator and a local restaurant get different task priorities, different keyword examples, and different content recommendations, even though both follow the same 14-day structure.<\/p>\n      <button>What if I only have 30 minutes per day?\n<\/button>\n        Select the 30 minutes\/day option when generating your plan. Tasks and deliverables are adapted to your real capacity &#8211; longer tasks are either broken across multiple days or simplified to fit within your available time. The plan won&#8217;t tell you to write a 1,000-word blog post in 30 minutes.\n\n      <button>Does the free plan cover all of SEO?\n<\/button>\n        The free 14-day plan covers on-page SEO and content optimisation &#8211; the foundation every site needs first. Technical SEO, analytics setup (GA4, GTM, GSC), off-page SEO, link building, and long-term growth strategy are covered in the SEO in Action ebook and the Full 30-Day Plan.\n\n      <button>How long does it take to see results?\n<\/button>\n        <p>For technical fixes and on-page optimisation of existing pages, you may see early movement in GSC within 4-8 weeks. For new content, allow 3-6 months for meaningful organic traffic. The 14-day plan builds the foundations &#8211; results compound over the months that follow.<\/p>\n      <button>Is this SEO framework suitable for my specific niche?\n<\/button>\n        <p>Yes. Whether you run a photography blog, a consulting firm, or an e-commerce store, the principles of SEO remain the same: user intent, technical health, and authority building. This roadmap is designed to be universal, helping you align your specific content with what your target audience is actually searching for.<\/p>\n      <button>Can I use this plan for a client&#8217;s website?\n<\/button>\n        <p>Yes. Enter the client&#8217;s business details, keyword, and target page, and the plan generates a roadmap for their specific situation. For agency-level use across multiple clients, the SEO in Action ebook and the SEO Book for Agencies provide the full execution framework.<\/p>\n<\/section>\n<style>\n\/* --- Refined FAQ Styling --- *\/\n.faq-container {\n  max-width: 850px; \/* Reduced for better readability *\/\n  margin: 4rem auto;\n  padding: 0 1.5rem;\n  font-family: 'Nunito Sans', sans-serif;\n  color: #1a1a1a;\n}\n.faq-main-title {\n  text-align: center;\n  font-family: 'Open Sans', sans-serif;\n  font-size: 2.2rem;\n  font-weight: 800;\n  background: linear-gradient(135deg, #7a41ff, #ff78c7);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  margin-bottom: 2.5rem;\n}\n.faq-item {\n  border-bottom: 1px solid #eee;\n  padding: 0.5rem 0;\n}\n.faq-question {\n  background: none;\n  border: none;\n  width: 100%;\n  text-align: left;\n  font-family: 'Open Sans', sans-serif;\n  font-weight: 700;\n  font-size: 1.15rem;\n  padding: 1.2rem 0;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  color: #5e2db8;\n  transition: all 0.3s ease;\n}\n.faq-question:hover {\n  color: #a353ff;\n}\n.faq-question::after {\n  content: '+';\n  font-size: 1.5rem;\n  font-weight: 300;\n  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.faq-item.active .faq-question::after {\n  content: '\u2212';\n  transform: rotate(180deg);\n}\n.faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n  opacity: 0;\n  line-height: 1.6;\n}\n.faq-item.active .faq-answer {\n  max-height: 300px; \/* Increased to avoid cutting off text *\/\n  opacity: 1;\n  padding-bottom: 1.5rem;\n}\n<\/style>\n\t<h3 data-start=\"3377\" data-end=\"3408\">To go deeper into SEO, explore:<\/h3>\n<ul data-start=\"3410\" data-end=\"3522\">\n<li data-section-id=\"on0skh\" data-start=\"3410\" data-end=\"3475\">\n<strong><a href=\"https:\/\/yourseoebook.com\/seo-in-action\/\">Real SEO examples and breakdowns<\/a><\/strong>\n<\/li>\n<li data-section-id=\"vy9bc1\" data-start=\"3476\" data-end=\"3522\">\n<strong><a href=\"https:\/\/yourseoebook.com\/product\/seo-in-action\/\">Read the full eBook to learn SEO<\/a><\/strong>\n<\/li>\n<li data-section-id=\"vy9bc1\" data-start=\"3476\" data-end=\"3522\"><a href=\"https:\/\/yourseoebook.com\/seo-checklist\/\"><b>SEO Checklist <\/b><\/a><\/li>\n<li data-section-id=\"vy9bc1\" data-start=\"3476\" data-end=\"3522\"><a href=\"https:\/\/yourseoebook.com\/seo-basics-guide\/\"><strong>SEO Basics Guide<\/strong><\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Get Your Custom &amp; Free SEO Action Plan: 14-Day Calendar Enter your website, target page, goals, and available time to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"normal-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1403","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"yourseoebook.com | SEO for Marketers, Small Companies &amp; Starters\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks\" \/>\n\t\t<meta property=\"og:description\" content=\"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/10\/cropped-SEO-ebook-SEO-in-action-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/10\/cropped-SEO-ebook-SEO-in-action-logo.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-04-28T17:47:01+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-14T08:56:41+00:00\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=61589081064761\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/10\/cropped-SEO-ebook-SEO-in-action-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/yourseoebook.com\\\/pt\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/#listItem\",\"name\":\"SEO Action Plan\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/#listItem\",\"position\":2,\"name\":\"SEO Action Plan\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/#organization\",\"name\":\"Your SEO eBook | SEO in Action\",\"description\":\"Discover SEO in Action \\u2014 the practical SEO guide for marketers who want proven strategies, actionable frameworks, and measurable results.\",\"url\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/\",\"email\":\"contact@yourseoebook.com\",\"foundingDate\":\"2025-10-31\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/yourseoebook.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/cropped-SEO-ebook-SEO-in-action-logo.png\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/#organizationLogo\",\"width\":1022,\"height\":343,\"caption\":\"seo ebook seo in action logo\"},\"image\":{\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/#webpage\",\"url\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/\",\"name\":\"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks\",\"description\":\"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/14-day-seo-action-plan\\\/#breadcrumblist\"},\"datePublished\":\"2026-04-28T17:47:01+00:00\",\"dateModified\":\"2026-08-14T08:56:41+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/#website\",\"url\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/\",\"name\":\"Your SEO eBook | SEO in Action\",\"alternateName\":\"SEO in Action\",\"description\":\"SEO for Marketers, Small Companies & Starters\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/yourseoebook.com\\\/pt\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks","description":"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.","canonical_url":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/yourseoebook.com\/pt#listItem","position":1,"name":"Home","item":"https:\/\/yourseoebook.com\/pt","nextItem":{"@type":"ListItem","@id":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/#listItem","name":"SEO Action Plan"}},{"@type":"ListItem","@id":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/#listItem","position":2,"name":"SEO Action Plan","previousItem":{"@type":"ListItem","@id":"https:\/\/yourseoebook.com\/pt#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/yourseoebook.com\/pt\/#organization","name":"Your SEO eBook | SEO in Action","description":"Discover SEO in Action \u2014 the practical SEO guide for marketers who want proven strategies, actionable frameworks, and measurable results.","url":"https:\/\/yourseoebook.com\/pt\/","email":"contact@yourseoebook.com","foundingDate":"2025-10-31","logo":{"@type":"ImageObject","url":"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/10\/cropped-SEO-ebook-SEO-in-action-logo.png","@id":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/#organizationLogo","width":1022,"height":343,"caption":"seo ebook seo in action logo"},"image":{"@id":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/#webpage","url":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/","name":"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks","description":"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/yourseoebook.com\/pt\/#website"},"breadcrumb":{"@id":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/#breadcrumblist"},"datePublished":"2026-04-28T17:47:01+00:00","dateModified":"2026-08-14T08:56:41+00:00"},{"@type":"WebSite","@id":"https:\/\/yourseoebook.com\/pt\/#website","url":"https:\/\/yourseoebook.com\/pt\/","name":"Your SEO eBook | SEO in Action","alternateName":"SEO in Action","description":"SEO for Marketers, Small Companies & Starters","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/yourseoebook.com\/pt\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"yourseoebook.com | SEO for Marketers, Small Companies &amp; Starters","og:type":"article","og:title":"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks","og:description":"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.","og:url":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/","og:image":"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/10\/cropped-SEO-ebook-SEO-in-action-logo.png","og:image:secure_url":"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/10\/cropped-SEO-ebook-SEO-in-action-logo.png","article:published_time":"2026-04-28T17:47:01+00:00","article:modified_time":"2026-08-14T08:56:41+00:00","article:author":"https:\/\/www.facebook.com\/profile.php?id=61589081064761","twitter:card":"summary_large_image","twitter:title":"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks","twitter:description":"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.","twitter:image":"https:\/\/yourseoebook.com\/wp-content\/uploads\/2025\/10\/cropped-SEO-ebook-SEO-in-action-logo.png"},"aioseo_meta_data":{"post_id":"1403","title":"Free 14-Day SEO Action Plan | Step-by-Step Daily Tasks","description":"Get your free 14-day SEO action plan with daily tasks, clear priorities, and a step-by-step roadmap. Start improving your website rankings today.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-04-28 16:53:40","updated":"2026-08-14 09:11:10","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/yourseoebook.com\/pt\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tSEO Action Plan\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/yourseoebook.com\/pt"},{"label":"SEO Action Plan","link":"https:\/\/yourseoebook.com\/pt\/14-day-seo-action-plan\/"}],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"mailpoet_newsletter_max":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"Mariana Yamakawa","author_link":"https:\/\/yourseoebook.com\/pt\/author\/marianayamakawa\/"},"uagb_comment_info":0,"uagb_excerpt":"Get Your Custom &amp; Free SEO Action Plan: 14-Day Calendar Enter your website, target page, goals, and available time to [&hellip;]","_links":{"self":[{"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/pages\/1403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/comments?post=1403"}],"version-history":[{"count":58,"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/pages\/1403\/revisions"}],"predecessor-version":[{"id":2157,"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/pages\/1403\/revisions\/2157"}],"wp:attachment":[{"href":"https:\/\/yourseoebook.com\/pt\/wp-json\/wp\/v2\/media?parent=1403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}