Skip to content

ResoBit/Magento-SEO-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ResoBit SEO Extension for Magento 2

Overview

The ResoBit SEO extension is a comprehensive SEO solution designed for Magento 2 stores. It enhances your site's search engine visibility by providing customizable meta titles, canonical URLs to prevent duplicate content issues, and JSON-LD structured data for rich snippets.

This module is built following Magento 2 industry standards with extensibility and performance in mind.


Features

  • Customizable meta title prefix and suffix for all pages.
  • Automatic canonical URL tag generation to avoid duplicate content penalties.
  • JSON-LD structured data injection for improved rich snippets in search results.
  • Easy-to-use configuration panel in Magento Admin (Stores > Configuration > ResoBit SEO).
  • Modular and extensible architecture to rapidly add new SEO enhancements.
  • Fully compatible with Magento 2.4 and PHP 7.4 / 8.1+.

Installation

Manual Installation

  1. Copy the ResoBit/Seo module folder to app/code/ResoBit/Seo.

  2. Enable the module and upgrade the setup:

php bin/magento module:enable ResoBit_Seo
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Composer Installation (recommended for GitHub/Packagist users)

  1. Add the repository to your Magento composer.json (if you publish your module to Packagist or use VCS repository):
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ResoBit/magento2-seo"
}
],
"require": {
"resobit/magento2-seo": "1.0.0"
}
}
  1. Run composer install/update:
composer require resobit/magento2-seo
php bin/magento setup:upgrade

Configuration

After installation, the SEO configuration options are available in Magento Admin:

Stores > Configuration > ResoBit SEO > General Settings

  • Enable SEO Module: Enable/disable the module globally.
  • Meta Title Prefix: Text to prepend to every page title.
  • Meta Title Suffix: Text to append to every page title.
  • Enable Canonical URLs: Enable canonical URL tags on product/category pages.
  • Enable JSON-LD: Inject JSON-LD structured data for better rich snippets.

Extensibility and Contribution

This module is designed for easy extensibility and integration. Contributions, feature requests, and bug reports are welcome via GitHub.

Developers can extend the module by adding plugins, observers, and additional configuration options as per Magento's best practices.


Support and Feedback

For issues or enhancements, please use the GitHub issue tracker.


License

This module is licensed under the Open Software License (OSL 3.0).


Author

ResoBit - Magento 2 Extension Developer


Thank you for using the ResoBit SEO extension to enhance your Magento 2 store!

About

The ResoBit SEO extension is a comprehensive SEO solution designed for Magento 2 stores. It enhances your site's search engine visibility by providing customizable meta titles, canonical URLs to prevent duplicate content issues, and JSON-LD structured data for rich snippets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages