Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Remove Meta Keywords (part 1) #25258

Merged
merged 6 commits into from Feb 7, 2020
Merged

[4.0] Remove Meta Keywords (part 1) #25258

merged 6 commits into from Feb 7, 2020

Commits on Feb 7, 2020

  1. [4.0] Remove Meta Keywords (part 1)

    Meta Keywords as a meta tag has pretty much been irrelevant for **10 years**
    
    This PR does the following
    
    1. Removes Site Meta Keywords from global config
    2. Removes Menu item Meta Keywords
    3. Removes per language Meta Keywords
    4. Renames the item field Meta Keywords to Keywords
     - We use this as a field with mod_related_items and com_banners
    
    Part 2 of removing meta keywords will
    1. Move the Keyword field to a more appropriate place
    2. Check that all the keyword fields are used with mod_related_items and com_banners
    
    ### Testing
    Check that Meta Keyword field is removed from global config and menu items
    Check that renamed Keyword field does not produce a meta key in the frontend
    brianteeman committed Feb 7, 2020
    Copy the full SHA
    c7a562e View commit details
    Browse the repository at this point in the history
  2. .

    brianteeman committed Feb 7, 2020
    Copy the full SHA
    ccf6147 View commit details
    Browse the repository at this point in the history
  3. Update language/en-GB/mod_related_items.sys.ini

    Co-Authored-By: Quy <quy@fluxbb.org>
    brianteeman and Quy committed Feb 7, 2020
    Copy the full SHA
    27319cf View commit details
    Browse the repository at this point in the history
  4. Update Content.php

    brianteeman committed Feb 7, 2020
    Copy the full SHA
    9918c85 View commit details
    Browse the repository at this point in the history
  5. Update Content.php

    brianteeman committed Feb 7, 2020
    Copy the full SHA
    6d4bf62 View commit details
    Browse the repository at this point in the history
  6. Update com_banners.ini

    brianteeman committed Feb 7, 2020
    Copy the full SHA
    2e575aa View commit details
    Browse the repository at this point in the history