---
title: "Workflows"
description: "Task-driven guides for the jobs Pro actually helps with. Each one shows the dashboard path and the MCP equivalent side by side."
canonical_url: "https://nuxtseo.com/pro/docs/workflows"
last_updated: "2026-05-06T18:43:14.415Z"
---

Pro is a lot of surface area. These workflows are the jobs you'll run, in priority order.

## Weekly review

Run these every Monday. 10 minutes, catches most of what matters.

- [Find quick wins](/pro/docs/workflows/find-quick-wins) - keywords ranking 4-20 that can hit page 1
- [Fix indexing issues](/pro/docs/workflows/fix-indexing) - pages Google rejected, skipped, or can't find
- Check [declining pages](/pro/docs/concepts/analysis-presets#decay) (part of Analysis Presets)

## When publishing

Before you ship new content.

- [Research keywords](/pro/docs/workflows/research-keywords) - validate demand, check SERP
- [Generate a content brief](/pro/docs/workflows/content-brief) - research → outline → draft

## When a page underperforms

A page ranks but doesn't get traffic, or used to and doesn't anymore.

- [Audit a page](/pro/docs/workflows/audit-page)
- [Detect cannibalization](/pro/docs/workflows/detect-cannibalization) - multiple pages competing for one query

## Competitive

- [Track competitors](/pro/docs/workflows/track-competitors) - keyword gaps, quick wins, traffic trend

## Dashboard vs MCP

Every workflow works from either. Use the dashboard for visual triage, MCP when you're already in your editor fixing a page.

<table>
<thead>
  <tr>
    <th>
      Situation
    </th>
    
    <th>
      Use
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      Weekly review, sharing with the team
    </td>
    
    <td>
      Dashboard
    </td>
  </tr>
  
  <tr>
    <td>
      Already editing a <code>
        .vue
      </code>
      
       or <code>
        .md
      </code>
      
       file
    </td>
    
    <td>
      MCP in Claude Code / Cursor
    </td>
  </tr>
  
  <tr>
    <td>
      Batch work across many pages
    </td>
    
    <td>
      MCP (scripting friendly)
    </td>
  </tr>
  
  <tr>
    <td>
      Chart explaining a trend
    </td>
    
    <td>
      Dashboard
    </td>
  </tr>
</tbody>
</table>
