hryvinskyi/magento2-seo-robots-product-pack

Complete SEO Robots Product package - includes API, Core, Admin UI, and Frontend modules for product-level robots meta tag and X-Robots-Tag header management

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

Type:metapackage

pkg:composer/hryvinskyi/magento2-seo-robots-product-pack

2.0.0 2026-01-19 21:15 UTC

This package is auto-updated.

Last update: 2026-01-26 20:53:50 UTC


README

Complete SEO Robots functionality for Magento 2 products, enabling granular control over search engine indexing at the product level.

Features

  • Robots Meta Tag: Control the <meta name="robots"> tag for each product
  • X-Robots-Tag Header: Set HTTP X-Robots-Tag header with optional bot-specific targeting
  • Sync Checkbox: Option to use same directives for both meta tag and HTTP header
  • Multiselect UI: Easy-to-use directive selection in product admin form
  • Store View Scope: Configure different robots settings per store view

Modules Included

  1. SeoRobotsProductApi - API interfaces and constants
  2. SeoRobotsProduct - Core implementation with EAV attributes
  3. SeoRobotsProductAdminUi - Admin form fields and modifiers
  4. SeoRobotsProductFrontend - Frontend meta tag and header rendering

Installation

composer require hryvinskyi/magento2-seo-robots-product-pack
bin/magento setup:upgrade
bin/magento cache:flush

Configuration

  1. Go to Catalog > Products > Edit Product
  2. Navigate to Search Engine Optimization section
  3. Configure:
    • Robots Meta Tag: Select directives (NOINDEX, NOFOLLOW, etc.)
    • Use same robots as in meta tag: Toggle to sync with meta tag
    • X-Robots-Tag Header: Set independent directives when checkbox is disabled

Dependencies

  • Magento 2.4+
  • hryvinskyi/magento2-seo-robots-api
  • hryvinskyi/magento2-seo-robots-frontend
  • hryvinskyi/magento2-seo-admin-ui

License

MIT License