PHPackages                             hryvinskyi/magento2-seo-robots-frontend - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hryvinskyi/magento2-seo-robots-frontend

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

hryvinskyi/magento2-seo-robots-frontend
=======================================

Frontend implementation for SEO Robots with independent X-Robots-Tag support and directive arrays

2.0.3(3mo ago)367112proprietaryPHP

Since Dec 22Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/hryvinskyi/magento2-seo-robots-frontend)[ Packagist](https://packagist.org/packages/hryvinskyi/magento2-seo-robots-frontend)[ RSS](/packages/hryvinskyi-magento2-seo-robots-frontend/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (4)Versions (12)Used By (2)

Hryvinskyi\_SeoRobotsFrontend
=============================

[](#hryvinskyi_seorobotsfrontend)

Frontend module for managing robots meta tags in Magento 2.

> **Part of [hryvinskyi/magento2-seo-robots-pack](https://github.com/hryvinskyi/magento2-seo-robots-pack)** - Complete SEO Robots solution for Magento 2

Features
--------

[](#features)

- Apply custom robots meta tags based on URL patterns and actions
- Support for HTTPS-specific robots settings
- NOINDEX/NOFOLLOW for 404 pages
- Custom robots for paginated pages
- **Extension point for custom robots providers**

Extension Point
---------------

[](#extension-point)

This module provides an extension point that allows other modules to provide custom robots meta tags based on specific conditions.

### How to Extend

[](#how-to-extend)

Implement the `RobotsProviderInterface` in your module:

```
