When website shared on Twitter and Facebook.
INFO: Page fetched successfully
INFO: 15 metatags were found
INFO: twitter:card = summary tag found
ERROR: Possibly invalid value (if specified) (og:title)
ERROR: Possibly invalid value (if specified) (twitter:text:title)
ERROR: Possibly invalid value (if specified) (twitter:title)
How can i fix this correctly?
***** I did it 🙂
Just add first code. (PageListener.php)
// Home page**
else if($this->requestType === "") {
*** $this->setTitle($this->settings->get('forum_title'));
$this->setDescription($this->settings->get('forum_description'));
}