> For the complete documentation index, see [llms.txt](https://nimora.gitbook.io/nimora-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nimora.gitbook.io/nimora-docs/nimora-ai-media-and-seo-docs/features/seo-suite.md).

# SEO Suite

## SEO Suite

Nimora’s SEO Suite helps teams find and repair ranking leaks across the store.

### Common audit areas

The SEO workflow can surface issues in:

* Meta titles and meta descriptions
* Product titles and image alt text
* Broken links and internal paths
* Sitemaps and robots signals
* JSON-LD structured data
* Page speed indicators

### Bulk metadata workflows

A typical metadata cleanup looks like this:

1. Run a full-store scan.
2. Review missing or weak metadata.
3. Generate suggested titles, descriptions, and alt text.
4. Review every change.
5. Publish approved fixes.
6. Track impact over time.

### Image alt text

Alt text should be accurate, concise, and product-specific. It should describe the image instead of stuffing keywords.

### JSON-LD structured data

Nimora can help identify and publish approved JSON-LD payloads for supported workflows. Review schema carefully before publish-back.

### Page speed checks

Public Nimora examples reference indicators such as `LCP`, `INP`, `CLS`, and `TTFB`. These metrics help teams understand load speed, responsiveness, layout stability, and server response.

### Review-first publishing

Generated SEO fixes stay reviewable before they go live. This reduces accidental changes across the catalog.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nimora.gitbook.io/nimora-docs/nimora-ai-media-and-seo-docs/features/seo-suite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
