> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hadoseo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Overview

> Learn how to use the Hado SEO dashboard to manage your domains

## Accessing the Dashboard

Access your dashboard at [hadoseo.com/dashboard](https://hadoseo.com/dashboard) after signing in.

## Dashboard Layout

The dashboard provides a comprehensive view of your domain's SEO performance:

### Header Section

* **Domain Selector** - Switch between multiple domains (if on Pro, Growth, or Agency plan)
* **Status Badge** - Shows DNS configuration status (Verified/Pending)
* **Time Period Filter** - View analytics for 1 day, 7 days, 30 days, or all time
* **Add Domain** - Add a new domain (within your plan limits)

### Key Metrics

Four main metrics are displayed at the top:

| Metric             | Description                                      |
| ------------------ | ------------------------------------------------ |
| **Crawls**         | Total number of bot visits (cache hits + misses) |
| **Prerenders**     | Pages dynamically rendered for bots              |
| **Cached Views**   | Requests served from cache (faster response)     |
| **Cache Hit Rate** | Percentage of requests served from cache         |

## Dashboard Tabs

The dashboard has two main tabs: **Pages** and **Routing Rules**.

### Pages Tab

The Pages tab shows all pages discovered on your domain:

| Column           | Description                                                   |
| ---------------- | ------------------------------------------------------------- |
| **URL**          | Page path relative to your domain                             |
| **Render**       | Render status badge showing if the page rendered successfully |
| **SEO Score**    | Health score (0-100) based on meta tags, OG tags, etc.        |
| **Last Crawled** | Most recent prerender timestamp                               |
| **Source**       | How the page was discovered (sitemap, manual)                 |
| **Bot Visits**   | Which bots have visited the page                              |

**Page actions:**

* **Search** - Filter pages by URL
* **Render Status Filter** - Filter by render status (OK, Not Found, Empty, Errors, Timeout, Pending)
* **Sort** - Click column headers to sort
* **Batch Recrawl** - Select multiple pages and recrawl them together
* **Sitemap Sync** - Discover new pages from your sitemap
* **View Details** - Click a page to see render status, SEO analysis, social previews, and raw HTML

### Routing Rules Tab

<Info>
  Starter plans include up to 5 routing rules. All other plans include unlimited routing rules.
</Info>

Create redirects and proxies to manage URL routing:

* **Redirects** - Send visitors to a new URL (301, 302)
* **Proxies** - Route requests to public external services (e.g., sitemaps, public APIs)
* **CSV Import** - Bulk import rules from a spreadsheet
* **Pattern Matching** - Use wildcards for flexible routing

See the [Routing Rules guide](/dashboard/routing-rules) for detailed documentation.

## Domain Status

Your domain can be in several states:

| Status       | Meaning                | Action             |
| ------------ | ---------------------- | ------------------ |
| **Pending**  | DNS not yet configured | Complete DNS setup |
| **Verified** | Active and working     | No action needed   |

<Info>
  If your domain shows "Pending", click **Complete Setup** to go through the DNS
  configuration process.
</Info>

## Dashboard Actions

### Recrawl Options

**Recrawl All Pages** (in domain settings):

* Triggers a full site recrawl
* Limited to **1 full recrawl per 30 days**
* Use for major site updates or redesigns

**Batch Recrawl** (in Pages tab):

* Select specific pages to recrawl
* Limited to **100 pages** at a time
* Use for targeted updates

**Sitemap Sync**:

* Discovers new pages from your sitemap
* Adds them to your pages list
* Triggers renders for new pages only

### Page Details Panel

Click any page in the table to view detailed analysis:

**Render Status Alert:**
If the page has rendering issues, a color-coded alert appears at the top with the error type, resolution guidance, and a **Re-render** button. See [Understanding Render Status](/guides/troubleshooting/render-status) for details.

**SEO Health Tab:**

* Overall SEO score (0-100)
* Individual checks for title, description, canonical, etc.
* Specific issues and recommendations

**Social Preview Tab:**

* Open Graph preview (Facebook, LinkedIn)
* Twitter Card preview
* Image and text display

**Raw HTML Tab:**

* View the prerendered HTML that bots see
* Compare before/after rendering
* Debug content issues

## Multiple Domains

If you have multiple domains:

1. Use the **domain selector** dropdown to switch
2. Each domain has independent analytics
3. Selected domain is remembered across sessions

### Domain Limits by Plan

| Plan    | Max Domains |
| ------- | ----------- |
| Starter | 1           |
| Pro     | 3           |
| Growth  | 10          |
| Agency  | Unlimited\* |

\* Subject to fair use

## SEO Optimization Guide

The dashboard includes an **SEO Guide** banner for newly configured domains. This provides:

* 7-step SEO checklist
* AI implementation prompts (for Lovable, Cursor, etc.)
* Links to free SEO tools
* Progress tracking

Click **Open SEO Guide** to access the full checklist.

## Account Actions

Access account settings via the header menu:

* **Settings** - Manage subscription and account
* **Domain Settings** - Configure current domain (robots.txt, sitemap, locale)
* **Logout** - Sign out of your account

## Subscription Alerts

The dashboard shows important subscription notifications:

* **Trial ending** - Days remaining in your free trial
* **Payment failed** - Action needed to restore service
* **Upgrade available** - When you've reached plan limits

<CardGroup cols={2}>
  <Card title="Analytics Deep Dive" icon="chart-line" href="/dashboard/analytics">
    Understand your analytics data
  </Card>

  <Card title="Domain Settings" icon="gear" href="/dashboard/domain-settings">
    Configure robots.txt, sitemap, and locale
  </Card>

  <Card title="Routing Rules" icon="route" href="/dashboard/routing-rules">
    Set up redirects and proxies
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/guides/troubleshooting/not-getting-indexed">
    Fix common SEO issues
  </Card>
</CardGroup>
