Purpose
The addon provides correct SEO markup for pagination and makes navigation more convenient for users. It adds page numbers to H1 and Title for categories, filtered pages, product feature variants, and static pages.
Main features
- Configure the number of page numbers displayed on the left and right of the current page
- Add page number to H1 (right, left, or disabled)
- Add page number to Title (right, left, or disabled)
- Hide category description on pagination pages
- Control display of first/last page buttons
Location
Addon settings: Add-ons → Manage add-ons → ms_seo_pagination.
Dependencies
Uses hooks ab__sf_category_preparing_data_pre (if ab__sf addon is present) and dispatch_before_display. Compatible with responsive, abt__youpitheme and other themes.
- Store Builder
- Store Builder Ultimate
- Multi-Vendor
- Multi-Vendor Plus
- Multi-Vendor Ultimate
- Owners
- English
- Русский
- 4.19.X
- 4.18.X
- 4.17.X
Installation
Install the addon via Add-ons → Manage add-ons. Find «SEO-pagination» and click «Install».
Configuration
After installation, open the addon card and configure:
- Number of page numbers — how many page numbers to display on the left and right of the current page (default 2)
- Add page number to H1 — right («Title - Page N»), left («Page N - Title»), or no
- Add page number to Title — same as H1
- Hide category description on pagination pages — on/off
- Hide first/last buttons — hide «first» / «last» buttons when at the beginning or end of pagination
Verification
Open a category with pagination, go to page 2. Verify that the page title (Title) and H1 include the page number suffix (if configured).
Key files
app/addons/ms_seo_pagination/init.php— initialization, hooksapp/addons/ms_seo_pagination/func.php— pagination and formatting functionsapp/addons/ms_seo_pagination/hooks.func.php— hook handlersdesign/themes/*/templates/addons/ms_seo_pagination/overrides/common/pagination.tpl— pagination template
v1.3.0
- [\*] add_page_to_title: checkbox replaced with radiogroup (no / right / left)
- [\*] add_page_to_h1: checkbox replaced with radiogroup (no / right / left)
- [\*] Module template updated
- [+] Setting hide_category_descriptions_for_pagination — hide category description on pagination pages (on/off)
- [+] Support for product_features.view and pages.view — page suffix in title and H1
- [+] Support for categories with filters (features_hash) — suffix via dispatch_before_display
- [!] Fixed static bug in fn_ms_seo_pagination_get_seo_page_title
v1.2.0
19.12.2025
- [+] Add page number to h1 and title when scrolling
v1.1.2
30.11.2025
- [\*] Changed addon description
- [\*] Updated module template
- [\*] Translated 2 language variables to English
v1.1.1
25.11.2025
- [!] Fixed: pagination did not reset to first page when searching products
- [\*] Replaced addon icon
- [+] Added logo
- [!] Fixed incorrect display of current page link in pagination
v1.1.0
18.03.2025
- [+] Added setting to control number of displayed page numbers in the middle
v1.0.2
16.01.2024
- [\*] Changed addon description
v1.0.1
17.04.2024
- [!] Fixed error when number of pages is less than 5, incorrectly adding ellipsis
v1.0.0
22.03.2024
- [+] First release
Legend: [+] Added, [-] Removed, [\*] Changed, [!] Bug fixed