> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ghost.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ghost_head & ghost_foot

> Usage: `{{ghost_head}}` and `{{ghost_foot}}`

***

These helpers output vital system information at the top and bottom of the document, and provide hooks to inject additional scripts and styles.

### ghost\_head

`{{ghost_head}}` – belongs just before the `</head>` tag in `default.hbs`, outputs the following:

* Meta description
* Structured data Schema.org microformats in JSON/LD - no need to clutter your theme markup!
* Structured data tags for Facebook Open Graph and Twitter Cards.
* RSS url paths to make your feeds easily discoverable by external readers.
* Scripts to enable the Ghost API
* Anything added in the `Code Injection` section globally, or at a page-level

### ghost\_foot

`{{ghost_foot}}` – belongs just before the `</body>` tag in `default.hbs`, outputs the following:

* Anything added in the `Code Injection` section globally, or at a page-level
