August 7, 2020 / SEO Guides / by Kathy Alice


The HTML title tag is a HTML element that defines the title of a web page. HTML document titles are used in a number of ways, including by the search engines such as Google.

Title tags are significant for SEO because:

  1. They are used as a ranking signal by search engines 
  2. They appear in the search engine result pages as the clickable headline of a search listing (commonly called snippets). 

Title tags are different than, and should not be confused with the H1 tag which also sometimes is referred to as the title of a page.

Unlike a H1 tag, you won’t find the title tag appearing anywhere on the web page. Like HTML meta tags, the title tag is part of a collection of tags that convey information about the page rather than containing the text that is visible is on the web page. 

Also Known As

  • Page titles
  • SEO titles

Continue Reading

April 29, 2010 / Search Engine Optimization / by Kathy Alice


I belong to a mastermind group that is following a Joel Comm video series. We get together every week and discuss the particular session we watched during that week. Some of his videos do assume a certain amount of knowledge especially when they veer off the prepared materials.

The discussion was concerning meta tags and how important (or unimportant) they are for SEO. I was glad I watched because I picked up one interesting tidbit about meta tags that I hadn’t known before .. but I’ll get to that in another post.

So what are meta tags?

First off, it’s useful to understand that what you see on a web page isn’t the whole story, there are certain HTML code elements that are not visible on the rendered page but still read by search engines. Meta tags fall into this category. Meta tags are metadata, essentially data about data (if that is confusing, I’m afraid the wikipedia entry won’t be much help). However in this specific example, the concept is a little easier to grasp, since on an HTML web page, meta tags help describe what the web page is about.

What can you say about a web page? Well a number of things, but you need to only pay attention to two tags “description” and “keywords”.

  • Keywords is just that, a list of keywords that you think describe your page the best
  • Description is a few sentences that describes what your page is about

Many website building tools and CMS (content management systems) will have some way for you to fill these tags in, without having to learn how to code them into HTML. If they don’t, consider moving on to one that does.

Next – how search engines use meta tags

Continue Reading