# Configuring SEO Features

Varbase bundles several SEO-related enhancements for top-notch search engine optimization.

**Varbase SEO** module assembles Search Engine Optimization (SEO) Core features and settings. such as Resource Description Framework (RDF), meta tags, automatically generated aliases, redirected old links to new links, Schema.org JSON-LD structured data definitions, and Real-time SEO page analysis.

{% content-ref url="../understanding-varbase/core-components/varbase-seo" %}
[varbase-seo](https://docs.varbase.vardot.com/10.0.x/developers/understanding-varbase/core-components/varbase-seo)
{% endcontent-ref %}

## Google Analytics and Google Tag Manager

When you install Varbase, [Google Analytics](https://www.drupal.org/project/google_analytics) and/or [Google Tag Manager](https://www.drupal.org/project/google_tag) modules can be optionally installed.

![Varbase Installation Step - Extra Components](https://1551857219-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LMp_PWjEdZQrVE520s3%2F-Mj-ztSdct2ROWnI1KLV%2F-Mj00QdQi-c3mXwcCt-7%2FExtra-components--Varbase9-install.png?alt=media\&token=a086f4f8-3388-4fac-8c9a-2bd271780a1f)

### Google Analytics

The [Google Analytics](https://www.drupal.org/project/google_analytics) module adds the [Google Analytics](https://marketingplatform.google.com/about/analytics/) web statistics tracking system to your website.

The module allows you, by default, to add the following statistics features to your site:

* Single/multi/cross domain tracking
* Selectively track/exclude certain users, roles and pages
* Monitor what type of links are tracked (downloads, outgoing and mailto)
* Monitor what files are downloaded from your pages
* Site Search support
* AdSense support
* Demographics and Interests support (formerly known as DoubleClick remarketing support)
* Anonymize visitors IP address
* DoNotTrack support (non-cached content only)
* Drupal messages tracking
* Modal dialog tracking (Colorbox)
* Access denied (403) and Page not found (404) tracking
* Cache the Google Analytics code on your local server for improved page loading times
* Enhanced Link Attribution support
* User ID tracking across devices
* Changing URL fragments can be tracked as pageviews
* Debug mode with analytics\_debug.js

Custom integrations can also be provided to send custom events and dimensions via:&#x20;

* Custom dimensions and metrics support with tokens
* Custom code snippets

### Google Tag Manager

The [Google Tag Manager](https://www.drupal.org/project/google_tag) module allows your site to integrate with [Google Tag Manager (GTM)](https://tagmanager.google.com/) application, which allows you to deploy analytics and measurement tag configurations from a web-based user interface (hosted by Google) instead of requiring administrative access to your website.

To use the module, sign up for GTM and obtain a "container ID" for your website. For development purposes, create a GTM environment for your website.

{% hint style="info" %}
For additional information see: [Google Analytics](https://docs.varbase.vardot.com/10.0.x/content-designers/site-configuration/system/google-analytics).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.varbase.vardot.com/10.0.x/developers/configuring-a-varbase-site/configuring-seo-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
