How to add custom head tag to Joomla article

Copied

Definition and Usage

The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.

Metadata is data about the HTML document. Metadata is not displayed.

Metadata typically define the document title, character set, styles, scripts, and other meta information.

The following elements can go inside the <head> element: <title>, <style>, <base>, <link>, <meta>, <script>, <noscript>.

How to add a custom head tag to a Joomla article

Download this plugin from JoomHelper to help you. By adding a custom head tag, CSS and JavaScript to your Joomla article, you can solve the following problems:

  • Add JavaScript code, customize the template via CSS for each article.
  • Add META tags, structured data to make articles display better on search pages or social networks.
  • Integrate JS libraries like image browser, lightbox from open projects.