---
title: "Nuxt SEO Pro"
description: "A dashboard and MCP server that turns Google Search Console data, indexing health, and competitor intelligence into a working Nuxt SEO toolkit."
canonical_url: "https://nuxtseo.com/pro/docs/getting-started/introduction"
last_updated: "2026-05-06T18:43:40.349Z"
---

The free Nuxt SEO modules cover the build side: meta tags, sitemaps, schema, OG images. That's where most SEO tooling stops.

Pro covers what happens *after* you ship: what Google did with your pages, which queries are converting, where competitors are eating your traffic, and what to fix next.

## Live example

Real data from `nuxtseo.com`, rendered with the same components as the Pro dashboard.

<pro-dashboard-demo-embed>



</pro-dashboard-demo-embed>

## How you'll use it

Pro surfaces the same data in three places. Pick whichever fits the moment.

- **Dashboard** at `nuxtseo.com/pro/dashboard`, for triage, charts, and weekly review.
- **MCP server** for querying the same data from Claude Code, Cursor, or Claude Desktop. Handy when you're already editing the page you want to audit.
- **Claude Code plugin** for writing skills that feed audit output into drafts, content briefs, and diagrams.

## What's in it

Not a feature list, a problem list. Each workflow below is both a dashboard view and an MCP command.

<table>
<thead>
  <tr>
    <th>
      Problem
    </th>
    
    <th>
      Workflow
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      Which pages can reach page 1 with a nudge?
    </td>
    
    <td>
      <a href="/pro/docs/workflows/find-quick-wins">
        Find quick wins
      </a>
    </td>
  </tr>
  
  <tr>
    <td>
      Why isn't Google indexing this page?
    </td>
    
    <td>
      <a href="/pro/docs/workflows/fix-indexing">
        Fix indexing issues
      </a>
    </td>
  </tr>
  
  <tr>
    <td>
      Why is this URL underperforming its position?
    </td>
    
    <td>
      <a href="/pro/docs/workflows/audit-page">
        Audit a page
      </a>
    </td>
  </tr>
  
  <tr>
    <td>
      What are competitors ranking for that I'm not?
    </td>
    
    <td>
      <a href="/pro/docs/workflows/track-competitors">
        Track competitors
      </a>
    </td>
  </tr>
  
  <tr>
    <td>
      Is there search demand for the thing I want to write?
    </td>
    
    <td>
      <a href="/pro/docs/workflows/research-keywords">
        Research keywords
      </a>
    </td>
  </tr>
  
  <tr>
    <td>
      Multiple pages ranking for the same query?
    </td>
    
    <td>
      <a href="/pro/docs/workflows/detect-cannibalization">
        Detect cannibalization
      </a>
    </td>
  </tr>
  
  <tr>
    <td>
      Turn research into a draft
    </td>
    
    <td>
      <a href="/pro/docs/workflows/content-brief">
        Generate a content brief
      </a>
    </td>
  </tr>
</tbody>
</table>

## Pricing

One payment, lifetime updates, unlimited sites.

- $119 early access (normally $249)
- Free in dev; license required in production
- 30-day refund, no questions
- Private [GitHub](https://github.com) repo access

## Not in Pro anymore

`nuxt-ai-ready` and `nuxt-skew-protection` used to ship as Pro features. They're now free, standalone modules:

- [`nuxt-ai-ready`](/docs/ai-ready/getting-started/introduction)
- [`nuxt-skew-protection`](/docs/skew-protection/getting-started/introduction)

## Next

[Install and connect GSC →](/pro/docs/getting-started/installation)
