[Forwardport] Fix Missing meta title tag and doesn't show product name if meta title is empty#17771
[Forwardport] Fix Missing meta title tag and doesn't show product name if meta title is empty#17771magento-engcom-team merged 3 commits intomagento:2.3-developfrom nmalevanec:2.3-develop-PR-port-15532
Conversation
… product name if meta title is empty
|
Hi @nmalevanec. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
sidolov
left a comment
There was a problem hiding this comment.
Hi @nmalevanec , why you skipped code fragment in ``processMetadataContent` method from original PR? Looks like this changes should be ported too
|
@sidolov, because 'processMetadataContent' in 2.3-develop seems more flexible and basically 'processMetadataContent' from original pr doesn't work because doesn't considering 'title' case. |
|
Hi @sidolov, thank you for the review. |
…w product name if meta title is empty #17771
|
Hi @nmalevanec. Thank you for your contribution. |
Original Pull Request
#15532
Description
The current Magento behaviour does not allow to specify a title meta tag and the "Meta Title" option in the product's page is binded to the page's title.
This PR adds the meta tile tag and allows to use title and meta title independently.
Fixed Issues (if relevant)
Contribution checklist