---
title: "Snippet Locations - Tassos Code Snippets - Tassos Docs"
description: "Discover where snippets can be inserted: header, footer, articles, and more."
url: "https://www.tassos.gr/docs/code-snippets/locations"
date: "2026-04-29T08:34:03+00:00"
language: "en-GB"
---

# Snippet Locations

Discover where snippets can be inserted: header, footer, articles, and more.

##  [  Complete Guide to Auto-Insert Locations  ](https://www.tassos.gr/docs/code-snippets/locations/overview)

##  [  Admin Locations  ](https://www.tassos.gr/docs/code-snippets/locations/admin)

##  [  Site Locations  ](https://www.tassos.gr/docs/code-snippets/locations/site)

##  [  Article Locations  ](https://www.tassos.gr/docs/code-snippets/locations/article)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Documentation",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Tassos Code Snippets",
            "item": "https://www.tassos.gr/docs/code-snippets"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Snippet Locations",
            "item": "https://www.tassos.gr/docs/code-snippets/locations"
        }
    ]
}
```
