screen shotI can see the place where I can add meta title but unable to see any meta description column.
相关问题
- How to remove click-to-call links for IE mobile br
- How to invoke Ant in a Jenkins Groovy Pipeline
- ASP.NET Change facebook og properties from content
- LinkedIn doesn't fetch metadata when sharing w
- Correct locale for Indonesia( “id_ID” Vs “in_ID” )
相关文章
- Meta tags for Open Graph - Facebook can't crea
- HYBRIS - How components and slots work in JSP file
- Can I declare two different charsets on one HTML p
- node js puppeteer metadata
- How to get config data from local.properties to im
- hybris - Which Spring Controller is serving my req
- Adding google fonts (fonts.googleapis.com) to CSP
- <head> appears empty in Chrome
You can debug the
ProductPageController
there you can see how metaDescription being set. In Hybris OOTB(I'm referring 6.7), meta description being set using product description. So you need to check the same in your codebase. If you haven't customized that part so far then tries setting product description and check.ProductPageController
AbstractPageController