SEO Roadmaps
SEO Roadmaps is the Agency Hub task board for planning and executing SEO work in a Kanban workflow.
Availability: SEO Roadmaps is available on Agency+.
Current scope: The shipped module includes Kanban task management, assignee/priority filters, and AI task suggestions. It does not currently include built-in bulk actions, task templates, or CSV export.

Included Features
Kanban Board + Drag and Drop
Move tasks between Backlog, In Progress, Review, andDone.
Task CRUD
Create, edit, and delete tasks with title, description, assignee, due date, URL target, tags, and priority.
Filters
Filter task visibility by assignee and priority.
AI Suggestions
Generate task suggestions from a website URL using suggestion types: quick, comprehensive, technical, or content.
Getting Started
- Go to ProRank SEO → Agency Hub → SEO Roadmaps.
- Click New Task to create your first task.
- Assign an owner and priority, then save.
- Drag tasks across columns as work progresses.
The table is created automatically on first use. The module currently does not pre-seed sample tasks.
Permissions
- Administrators and editors are granted roadmap management capability.
- Access still requires an eligible Agency+ license (or developer mode).
Sync Behavior
Changes are saved immediately to the server. Other users may need to refresh their board to see updates. A standalone real-time collaboration channel is not part of the current module.
REST API
# List tasks
GET /wp-json/prorank-seo/v1/seo-roadmaps/tasks
# Create task
POST /wp-json/prorank-seo/v1/seo-roadmaps/tasks
# Get/Update/Delete task
GET /wp-json/prorank-seo/v1/seo-roadmaps/tasks/{id}
PUT /wp-json/prorank-seo/v1/seo-roadmaps/tasks/{id}
DELETE /wp-json/prorank-seo/v1/seo-roadmaps/tasks/{id}
# Reorder/move task
POST /wp-json/prorank-seo/v1/seo-roadmaps/tasks/reorder
# Assignee options
GET /wp-json/prorank-seo/v1/seo-roadmaps/users
# AI task suggestions
POST /wp-json/prorank-seo/v1/seo-roadmaps/suggest-tasksFAQ
Does SEO Roadmaps include templates right now?
No. Task templates are not currently part of the shipped Roadmaps module.
Can I bulk move or bulk delete tasks?
Not in the current UI. Tasks are managed individually.
Can I export roadmap tasks to CSV?
Not currently. CSV export is not implemented in the Roadmaps module.