CE should pass metatags.

Comments

pagach created an issue. See original summary.

pagach’s picture

StatusFileSize
new2.91 KB

Attached is a file that adds meta tags.

pagach’s picture

StatusFileSize
new3.63 KB

Added ability to blacklist tags via settings.php in format:

$settings['blacklisted_metatags']['meta'] = ['viewport', 'msapplication-config'];
$settings['blacklisted_metatags']['link'] = ['apple-touch-icon'];
pagach’s picture

Status: Active » Needs review
fago’s picture

Title: CE renderer pass metatags » Provide metatags as part of the CE rendered response
Status: Needs review » Needs work

ok, looks good. Let's move things into a separate method (generatedMetatags()) to keep the main method short and good to go then.

pagach’s picture

StatusFileSize
new4.55 KB

Refactored to use separate method.

  • pagach committed e3e7c61 on 8.x-1.x
    Issue #3072504 by pagach: Provide metatags as part of the CE rendered...
pagach’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.