woocommerce / storefront

Official theme for WooCommerce
https://wordpress.org/themes/storefront/
960 stars 472 forks source link

Updates Storefront Credit in the footer for SEO. #2096

Closed jeffikus closed 1 year ago

jeffikus commented 1 year ago

Adds nofollow rel attribute to footer credit links.

Fix details as per @kevinbates SEO request paqDfi-7bi-p2#comment-15767

This fix adds a nofollow value to the existing rel attribute, changing the output to be "noreferrer nofollow" instead of just "noreferrer"

Screenshots

Before:

Screenshot 2023-05-10 at 22 16 10

After:

Screenshot 2023-05-10 at 22 23 01

How to test the changes in this Pull Request:

  1. Install and activate Storefront.
  2. Navigate to the homepage and inspect the markup of the footer credits.
  3. The rel attribute should show the correct values of "noreferrer nofollow"

Changelog

Fix – Adds nofollow value to rel attribute in footer credit link.