{"id":4267,"date":"2012-07-09T20:30:32","date_gmt":"2012-07-09T20:30:32","guid":{"rendered":"http:\/\/2slick.com\/web\/?p=4267"},"modified":"2012-11-29T02:58:11","modified_gmt":"2012-11-29T02:58:11","slug":"meta-tags-in-wordpress","status":"publish","type":"post","link":"https:\/\/2slick.com\/web\/meta-tags-in-wordpress\/affordablewebsitestips\/tutorials","title":{"rendered":"Meta Tags In WordPress"},"content":{"rendered":"<p>You need to add meta tags in WordPress specifically the Description Meta Tag. If you read some of WordPresses's&nbsp;<a title=\"wordpress forums posts\" href=\"http:\/\/en.forums.wordpress.com\/topic\/placing-meta-tags-in-the-header\" target=\"_blank\">forums<\/a> or&nbsp;<a title=\"meta tags google no longer use\" href=\"http:\/\/codex.wordpress.org\/Meta_Tags_in_WordPress\" target=\"_blank\">official&nbsp;posts<\/a>, you might get the impressions that meta tags are obsolete. It is true that <a title=\"google does not rank meta keywords\" href=\"http:\/\/googlewebmastercentral.blogspot.com\/2009\/09\/google-does-not-use-keywords-meta-tag.html\" target=\"_blank\">Google doesn't use the keyword meta tags for ranking<\/a> web pages anymore, but they are still useful in other ways and to other search engines.<\/p>\n<p>The \u2018description meta tag\u2019 is the most important meta tag, because Google does pay attention to it, and Google is the major search engine right now. If you log into Google Webmaster Tools, then navigate to \u2018Optimization\u2019 &gt; \u2018HTML Improvements\u2019 &gt; \u2018Duplicate meta descriptions\u2019 you will see a tool Google gives you to check for meta description duplicate content. By default a WordPress website doesn't have meta tags. Not only should your WordPress website have meta tags, but they should be unique on each page of your website.<\/p>\n<p>How to create manage your WordPress website meta tags? &nbsp;The best way is to install a meta tag WordPress plugin. Below is a list of WordPress meta tag management plugins and the pages PR(<a title=\"page rank wiki\" href=\"http:\/\/en.wikipedia.org\/wiki\/PageRank\" target=\"_blank\">Page Rank<\/a>) as an indication of popularity or credibility.<\/p>\n<h3>Meta Tag plugins for WordPress<\/h3>\n<ol>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/meta-tag-manager\/\">meta-tag-manager<\/a> pr4<\/li>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/add-meta-tags\/\">add-meta-tags<\/a> pr3<\/li>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/meta-tags-optimization\/\">meta-tags-optimization<\/a> pr3<\/li>\n<\/ol>\n<p><strong>Note:<\/strong> I have not tested these meta tag plugins. If you use a meta tag plugin, make sure your meta tag descriptions are unique for each page or post.<\/p>\n<p>You can also manually <a title=\"wordpress meta tags\" href=\"http:\/\/codex.wordpress.org\/Meta_Tags_in_WordPress\" target=\"_blank\">add code to your WordPress website to make sure your meta descriptions tags are unique<\/a> using a code snippet with a WordPress 'conditional tag'. When using a conditional tag to create a unique meta tag on each page or post, the title of the page of post is used. Follow the instructions below to create a dynamic meta tag description for your posts and pages using a conditional tag.<\/p>\n<ol>\n<li>Log into your WordPress website.<\/li>\n<li>Click on 'Editor' under 'Appearance'.<\/li>\n<li>Click on the 'Header' link from the link list on right hand side of the screen.<\/li>\n<li>Where your meta description tag is, or should be, insert this code snippet. If this code is already there, don't add it again. Consult your theme author about why the meta tags aren't appearing.\n<p><!--DEVFMTCODE--><pre class=\"devcodeblock\" title=\"PHP\"><table class=\"devcodetools\"><tbody><tr><td>&nbsp;PHP&nbsp;|&nbsp;<\/td><td style=\"background-image:url('https:\/\/2slick.com\/web\/wp-content\/plugins\/devformatter\/img\/devformatter-copy.png');background-repeat:no-repeat;background-position:50% 50%;width:16px;height:16px;\"\/><embed id=\"ZeroClipboard1\" src=\"https:\/\/2slick.com\/web\/wp-content\/plugins\/devformatter\/_zclipboard.swf\" loop=\"false\" menu=\"false\" quality=\"best\" bgcolor=\"#ffffff\" width=\"16px\" height=\"16px\" align=\"middle\" allowScriptAccess=\"always\" allowFullScreen=\"false\" type=\"application\/x-shockwave-flash\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" flashvars=\"id=1&width=16&height=16\" wmode=\"transparent\" \/><\/td><td>&nbsp;copy&nbsp;code&nbsp;|<\/td><td style=\"cursor:pointer\" title=\"DevFormatter Plugin\" onclick=\"devfmt_credits()\">?<\/td><td width=\"99%\">&nbsp;<\/td><\/tr><\/tbody><\/table><div class=\"devcodeoverflow\"><table class=\"devcodearea\" width=\"100%\"><tr><td class=\"devcodelines\" width=\"1%\">1<\/td><td class=\"devcodelinesarea\"><pre class=\"devcode devcodeline\">\t<span style=\"color: #009900;\">&lt;<span style=\"color: #000000; font-weight: bold;\">title<\/span>&gt;<\/span><span style=\"color: #000000; font-weight: bold;\">&lt;?php<\/span> <span style=\"color: #b1b100;\">if<\/span> <span style=\"color: #009900;\">&#40;<\/span> is_single<span style=\"color: #009900;\">&#40;<\/span><span style=\"color: #009900;\">&#41;<\/span> <span style=\"color: #009900;\">&#41;<\/span> <span style=\"color: #009900;\">&#123;<\/span><\/pre><\/td><\/tr><tr><td class=\"devcodelines devcodelinesodd devcodelinesodd\" width=\"1%\">2<\/td><td class=\"devcodelinesarea devcodelinesareaodd devcodelinesareaodd\"><pre class=\"devcode devcodeline\">        single_post_title<span style=\"color: #009900;\">&#40;<\/span><span style=\"color: #0000ff;\">''<\/span><span style=\"color: #339933;\">,<\/span> <span style=\"color: #009900; font-weight: bold;\">true<\/span><span style=\"color: #009900;\">&#41;<\/span><span style=\"color: #339933;\">;<\/span> <\/pre><\/td><\/tr><tr><td class=\"devcodelines\" width=\"1%\">3<\/td><td class=\"devcodelinesarea\"><pre class=\"devcode devcodeline\">   \t <span style=\"color: #009900;\">&#125;<\/span> <span style=\"color: #b1b100;\">else<\/span> <span style=\"color: #009900;\">&#123;<\/span><\/pre><\/td><\/tr><tr><td class=\"devcodelines devcodelinesodd devcodelinesodd\" width=\"1%\">4<\/td><td class=\"devcodelinesarea devcodelinesareaodd devcodelinesareaodd\"><pre class=\"devcode devcodeline\">        bloginfo<span style=\"color: #009900;\">&#40;<\/span><span style=\"color: #0000ff;\">'name'<\/span><span style=\"color: #009900;\">&#41;<\/span><span style=\"color: #339933;\">;<\/span> <span style=\"color: #b1b100;\">echo<\/span> <span style=\"color: #0000ff;\">&quot; - &quot;<\/span><span style=\"color: #339933;\">;<\/span> bloginfo<span style=\"color: #009900;\">&#40;<\/span><span style=\"color: #0000ff;\">'description'<\/span><span style=\"color: #009900;\">&#41;<\/span><span style=\"color: #339933;\">;<\/span><\/pre><\/td><\/tr><tr><td class=\"devcodelines\" width=\"1%\">5<\/td><td class=\"devcodelinesarea\"><pre class=\"devcode devcodeline\">    \t<span style=\"color: #009900;\">&#125;<\/span><\/pre><\/td><\/tr><tr><td class=\"devcodelines devcodelinesodd devcodelinesodd\" width=\"1%\">6<\/td><td class=\"devcodelinesarea devcodelinesareaodd devcodelinesareaodd\"><pre class=\"devcode devcodeline\">    \t<span style=\"color: #000000; font-weight: bold;\">?&gt;<\/span><span style=\"color: #009900;\">&lt;<span style=\"color: #66cc66;\">\/<\/span><span style=\"color: #000000; font-weight: bold;\">title<\/span>&gt;<\/span><\/pre><\/td><\/tr><\/table><\/div><\/pre><!--END_DEVFMTCODE--><\/li>\n<li>Click the 'Update File' button to save your changes.<\/li>\n<\/ol>\n<p>Now your pages and posts will have the page or posts title as the meta descriptions tag.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You need to add meta tags in WordPress specifically the Description Meta Tag. If you read some of WordPresses&#8217;s&nbsp;forums or&nbsp;official&nbsp;posts, you might get the impressions that meta tags are obsolete. It is true that Google doesn&#8217;t use the keyword meta tags for ranking web pages anymore, but they are still useful in other ways and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4718,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,298,143,86,4,6],"tags":[47,470,469,57,69],"class_list":["post-4267","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-affordablewebsitestips","category-how-to-blog","category-internet-tips","category-seo-search-engine-optimization","category-tutorials","category-wordpress","tag-google","tag-meta-description-tag","tag-meta-tags","tag-seo","tag-wordpress-2"],"_links":{"self":[{"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/posts\/4267","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/comments?post=4267"}],"version-history":[{"count":10,"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/posts\/4267\/revisions"}],"predecessor-version":[{"id":7814,"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/posts\/4267\/revisions\/7814"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/media\/4718"}],"wp:attachment":[{"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/media?parent=4267"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/categories?post=4267"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2slick.com\/web\/wp-json\/wp\/v2\/tags?post=4267"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}