Primary Navigation
Meta-Tags
What are Meta Tags?
Meta tags provide a brief description of a website that can be used by search engines as part of their description.
How do I edit my Community's Meta Tag?
You can edit your community's meta tag by going to the Control Panel and clicking on Settings and then "<meta> Tag"
Sample code:
<meta name="description" content="Igloo Support is the best way to get information about Igloo communities" />
<meta name="keywords" content="Igloo Support, igloosoftware.com, Igloo, Social Networking, software " />
<meta name="author" content="Igloo Software" />
- 762 views
- 4 versions
- 2 comments
- 0 followers
Viewed 762 times
Page Options
2 Comments
Definition and Usage
Metadata is data (information) about data.
The <meta> 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 <meta> tag always goes inside the <head> element.
The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.
To read more.....http://www.w3schools.com/tags/tag_meta.asp
Also see http://en.wikipedia.org/wiki/Tag_(metadata)
Would you like to comment?
You must be a member. Sign In if you are already a member.