Meta tags order Print

  • 5

 
How can I change the order of the meta tags ? I would like the Title tag appear first before meta description and keywords ???
 
 


You mean /libraries//joomla/document/html/renderer/head.php


Yes, exactly right, this is the original code:
	$strHtml .= $tab.'<meta name="description" content="'.$document->getDescription().'" />'.$lnEnd;
		$strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;
		$strHtml .= $tab.'<title>'.htmlspecialchars($document->getTitle()).'</title>'.$lnEnd;

You can change the order here.

Was this answer helpful?

« Back

Powered by WHMCompleteSolution