Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I'm trying to optimize my website for better search results, I currently have a meta tag created for keywords like so..

<meta name="keywords" content="key1, key2, key3" />

I have waited 30 days and still when I search my keywords, my site does not come up. How should I be writing my keywords for better results? My website is based on wordpress.

share|improve this question
accept the answer if it works for you. – Ranjit Mar 13 at 7:34
Google doesn't take into account the keywords meta tag for SEO! Please specify if your website is indexed by Google or not. Also share your URL. – Zistoloen Mar 13 at 12:53

migrated from stackoverflow.com Mar 13 at 12:31

4 Answers

Google does not use the keywords meta tag in web ranking, read this - it's official, straight from Google.

share|improve this answer

Wordpress has a feature "Search engine allow". If that is blocked. Then google cant search your site with meta key words. Go to settings -> Reading -> uncheck the Search Engine Visibility.

share|improve this answer

search engine optimalisation is not just keyword in the meta-tag

There are many factors here's a short list where you want your keywords (dont spam it though)

  1. Title
  2. URL
  3. domain
  4. H1
  5. h2
  6. in the context
  7. alt and title attributes
share|improve this answer

For your site to be found by people searching in Google and to monitor that, do the following:

  • In the WordPress dashboard go to Settings > Reading and make sure that under Site Visibility you have chosen Allow search engines to index this site

  • Register to Webmaster Tools at http://www.google.com/webmasters/. Once you add your domain, you will be able to Ask Google to crawl a page or site. It allows other things too like monitor your site,submit a sitemap,...

  • You could install XML Sitemap Generator WordPress Plugin and then submit that sitemap in WebMaster Tools.

  • To monitor activity on your site register at Google Analytics

And few words regarding meta name="keywords":

As far as I know that meta doesn't do anything. Only meta that matter is meta name="description" and even that is only used to show description of your site when it lands in search results.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.