Skip to content

Tags and Keywords

Daniel Neto edited this page Mar 15, 2022 · 9 revisions

What is it?

Metadata is data (information) about data.

The tag provides metadata about the HTML document. Metadata will not be displayed on the page but will be machine parsable.

Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.

The metadata can be used by browsers (how to display content or reload the page), search engines (keywords), or other web services.

HTML5 introduced a method to let web designers take control over the viewport (the user's visible area of a web page), through the tag (See "Setting The Viewport" example below).

How to change

Customize plugin

There is the Customize plugin, where you can change the About Page, the Footer, and The Description Metatag

The Videos Tags Plugin

A tag is a keyword that you are adding to your video. These keywords describe and highlight the content that is in your video. Check this to use our tags: https://github.com/WWBN/AVideo/wiki/VideoTags-Plugin

Extra metatags

Also you can add custom tags on the Configuration menu.

To add your tags go to Left Top Menu-> Site Configurations -> Script Code (Tab) -> Head Code

more details here

You can add your head codes to that space. below you can find some usable tags that you may want to use.

Examples

Example 1 - Define keywords for search engines:

<meta name="keywords" content="YouTube, Videos, Vimeo">

Example 2 - Define the author of a page:

<meta name="author" content="Daniel Neto">

Clone this wiki locally