hi everyone, Im a little confuse if this code in wordpress is just a plugin or what? <meta name="distribution" content="global" /> <meta name="robots" content="follow, all" /> <meta name="language" content="en, sv" /> I want to put that code in my wordpress blog. but im not sure how to do that. Can anyone help me or advise me how to do it? Thanks in Advance. Waiting
The only 'meta' tags that you should worry about from SEO point of view are <meta name="description" content="you description here"> and <meta name="keywords" content="your keywords here">. In my personal opinion you should only worry about the description meta tag, which is one of the most important on page factors only after Title of the page.
If you wish to change code around, either login via ftp download the files, edit with notepad and reupload or from within the admin panel navigate to > design> theme editor You can edit your files from there, look for index.php, that's one place you could put meta tags in.