Hello! We are online right now 10:15:11

The support team is online and will be able to answer your inquiries. Please stay calm, follow the rules and do not cross post. We'll attend to you as soon as we can.

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

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