Code Monkey home page Code Monkey logo

magento2-seo-suite's Introduction

Magento 2 FREE SEO Suite

Magento 2 FREE SEO Suite

Packagist Version Packagist Downloads Supported Magento Versions License

Overview

Magento 2 FREE SEO Suite extension optimizes SEO strategies for your e-commerce store.

The default SEO settings in Magento 2 are not enough to improve your store's search visibility. With this extension, you can maximize your SEO strategies for better search engine rankings.

Key Features

  • Adds canonical URL to the homepage, CMS pages, and contact us page
  • Eliminates non-canonical product URLs from sitemap.xml
  • Offers HTML sitemap creation
  • Enables SEO pagination using rel="prev" and rel="next" meta tags
  • Adds "NOINDEX,NOFOLLOW" meta robots to /customer, /checkout, and /catalogsearch pages

Feature Highlights

Manage Duplicate Content

This extension helps to avoid duplicate content problems on the homepage, CMS pages, and contact us pages.
It uses the concept of "Canonical URL" to specify the preferred version of a web page, avoiding duplicity and improving search ranking by using a rel="canonical" link in HTML.

The extension also removes non-preferred product URLs from "sitemap.xml" by setting a canonical version.

For example: the "/" version of the homepage will be designated as the preferred one, even among multiple variations such as

  • /index.php
  • /cms/
  • /cms/index
  • /cms/index/index
  • /home

HTML Sitemap

The extension offers an "HTML Sitemap" to help visitors find their way around your store. This feature will add a link to a page called "/sitemap" in the footer.

An "HTML Sitemap" is a webpage that lists all the links on a website in an organized manner to help visitors navigate and improve the website's SEO by providing search engines with a clear structure.

SEO Pagination

The extension enhances paginated pages, like category pages, by adding rel="next" and rel="prev" attributes for pagination.
Just like rel="canonical" helps with duplicate content, rel="next" and rel="prev" HTML link elements help identify the relationship between different URLs in a paginated series.

Important: The "Prev/Next" recommendation from Google Webmaster Guide is no longer applicable as of Spring 2019. (Reference: https://support.google.com/webmasters/thread/2783047?hl=en)

"No Index, No Follow" Meta Tag

The extension allows you to choose which pages should have the "NOINDEX,NOFOLLOW" meta robots tag.
You can choose which pages should have the "NOINDEX,NOFOLLOW" meta robots tag.

By default, these tags will be added to the following pages:

  • Customer pages (/customer/*/*)
  • Cart/Checkout pages (/checkout/*/*)
  • CMS 404 page (/cms/noroute/index)
  • Product review page (/review/product/list)
  • Search result pages (/catalogsearch/*/*)

This can be useful for pages with duplicate or low-quality content, under construction or development, sensitive information, or thin or no content.

๐Ÿ› ๏ธ Installation

1 Using Composer (Preferred)

composer require magepsycho/magento2-seosuite

2 Using Modman

modman init
modman clone [email protected]:MagePsycho/magento2-seo-suite.git

3 Using Zip File

  • Download the Extension Zip File
  • Extract & upload the files to /path/to/magento2/app/code/MagePsycho/SeoSuite/

After installation by either means, activate the extension with following steps

  1. Enable the module
php bin/magento module:enable MagePsycho_SeoSuite --clear-static-content
php bin/magento setup:upgrade
  1. Flush the store cache
php bin/magento cache:flush
  1. Deploy static content - in Production mode only
rm -rf pub/static/* var/view_preprocessed/*
php bin/magento setup:static-content:deploy
  1. Go to Admin > MARKETING > SEO Suite > Manage Settings

Live Demo:

Changelog

Version 1.0.0 (2023-02-07)

  • Initial Release.

Authors

  • Raj KB Twitter Follow

Contributors

Contributors

To Contribute

Any contribution to the development of Magento 2 FREE SEO Suite is highly welcome.
The best possibility to provide any code is to open a pull request on GitHub.

Need Support?

If you encounter any problems or bugs, please create an issue on GitHub.

Please visit our store for more FREE / paid extensions OR contact us for customization / development services.

magento2-seo-suite's People

Contributors

magepsycho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

amida-software

magento2-seo-suite's Issues

The page load time is very long

Thanks for this release.
In the case of a catalogue with multiple products, I found the page load time to be quite long.
Because the getLoaderProductCollection function reloads all products of the catalog and setCollection. https://imgur.com/5f51Xsu
Do you have a way around this?
Thank

Does it add nofollow & noindex to storeview switcher ?

Thanks for this release.
To be tagged as a Question: Does this module allow to add nofollow/noindex to the links present inside the Storeview and Website switchers of Magento ?
I struggle with SEO indexation to avoid the bots following them.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.