CompactCodeEU / FixProductBreadcrumbs

This is a Fix for Magento 2.2.4 and 2.2.5 where the Product Breadcrumbs are generated with JS normally and contain unwanted text.
GNU General Public License v3.0
32 stars 13 forks source link

Missing SEO Meta <title> tag on the product detail view #6

Closed kamilmaliszewski closed 5 years ago

kamilmaliszewski commented 6 years ago

On the product detail view instead the meta title tag from Product the Product Name is displayed. I've removed override the and add override the main title. Beucase without those lines in main title also the meta <title> is shown</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/CompactCodeEU"><img src="https://avatars.githubusercontent.com/u/41287340?v=4" />CompactCodeEU</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Thank you for the pull!</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>