It is vital for website developers to know that a default installation of WordPress does not contain the outline and keywords meta tag knowledge. Meta tags are often additional manually, through changes to the Theme example files or through WordPress Plugins.
It compares the words among every of these sections the website dependent upon however well the data matches. we tend to have a lot of data on however to maximize your meta tag references below.
Meta tags information about the web page, such as the author, keywords, description, type of document, copyright, and other core information. Below is an example of meta tag and description:
1 2 3 4 5 6 7 8 9 10 11 |
<meta name="resource-type" content="document" /> <meta http-equiv="content-type" content="text/html; charset=US-ASCII" /> <meta http-equiv="content-language" content="en-us" /> <meta name="author" content="Prem Tiwari" /> <meta name="copyright" content="Copyright (c)2013-2014 Prem Tiwari. All Rights Reserved." /> <meta name="description" content="Story about my blog giving the information." /> <meta name="keywords" content="Wordpress, Javascript, PHP&mysql, prem tiwari, Web development, drupal tutorials, jsp tutorials, Joomla tutorials" /> |
Open header.php from your current activated theme and use add the below codes for update page titles,meta tags and meta descriptions.
1 2 3 4 5 6 7 8 |
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta name="description" content="<?php if ( is_single() ) { single_post_title('', true); } else { bloginfo('name'); echo " - "; bloginfo('description'); } ?>" /> |
If you like FreeWebMentor and you would like to contribute, you can write an article and mail your article to [email protected] Your article will appear on the FreeWebMentor main page and help other developers.
Article Tags: meta tags, meta tags in wordpress, wordpress, wordpress meta tag, wordpress meta tags