Varbase SEO

Provide Search Engine Optimization (SEO) Core features and settings.

Varbase SEO Module

Varbase SEO features are bundled through the Varbase SEO module. GitHub: https://github.com/Vardot/varbase_seo Drupal.org: https://www.drupal.org/project/varbase_seo

After building a project using the varbase-project template, you can see the code of the Varbase SEO module in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_seo

Brings in the following core and contributed modules to your site:

Module

Purpose

Resource Description Framework (RDF)

(in Drupal core)

Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.

Manage meta tags for all entities.

A set of meta tags specially for controlling advanced functionality with Facebook.

Provides support for Google's Plus meta tags.

Provides support for the hreflang meta tag with some extra logic to simplify it.

Provides support for meta tags used to control the mobile browser experience.

Provides support for Open Graph Protocol meta tags.

Provides support for Twitter's Card meta tags.

Verifies ownership of a site for search engines and other services.

Provides a mechanism for modules to automatically generate aliases for the content they manage.

Allows users to redirect from old URLs to new URLs.

Logs 404 errors and allows users to create redirects for often requested but missing pages.

Allows users to redirect between domains.

Base module for creating Schema.org JSON-LD structured data defined with Metatag module.

Adds Schema.org/Article to the JSON LD array. Creates Article, BlogPosting, SocialMediaPosting, Report, ScholarlyArticle, TechArticle or APIReference.

Adds Schema.org/ItemList to the JSON LD array.

Adds Schema.org/WebPage to the JSON LD array. Creates WebPage, ItemPage, AboutPage, CheckoutPage, ContactPage, CollectionPage, ProfilePage, SearchResultsPage.

Adds Schema.org/WebSite to the JSON LD array.

Adds Real-time SEO page analysis and configuration

Manage JavaScript snippets included in your website.

pageConfiguring SEO Features

Last updated