Zen mode 04:25:56

It is currently our zen mode where we get some rest so that we can come back to work feeling refreshed the next day and assist you with your issues. Some answers may already be available on our documentation.

Official support hours are from 8:30AM — 5:00PM Monday to Saturday (GMT +7)

Updates: Release JLex Helpful v1.9.2 🥳

Page containing a review!

german
Hi, the pages that contain the reviews, for example http://site.com/component/jlexreview/review/32 not in the body contain html meta keywords and description! How to fix this and any ideas? My opinion is that it's not good for SEO!

1 replies

JLexArt
I don't sure, but you try the way:
- In file components/com_jlexreview/controllers/review.php
- Find to line ~84 and add this code: :D

       // for SEO
       $words = explode(' ', $review->title);
       $keywords_meta = implode(',', $words);
       $description_meta = JLexReviewHelperSite::subwords(strip_tags($review->review), 40);

       $document->setMetaData('keyword',$keywords_meta);
       $document->setMetaData('description',$description_meta);

Reply to

Sign in to your account

Use your social accounts to sign in