mdo / code-guide

Standards for developing consistent, flexible, and sustainable HTML and CSS.
https://codeguide.co
MIT License
8.46k stars 1.13k forks source link

Missing meta tags #82

Closed zlatanvasovic closed 10 years ago

zlatanvasovic commented 10 years ago

There aren't <meta> tags for author, description and keywords. You should add them for the robots. :smile:

nhall commented 10 years ago

Are there any robots that read/use meta tags with the keyword attribute? I know it was believed that Google used them for ranking but they have since said they don't put any weight in them.

alexdevero commented 10 years ago

Meta tag with keyword attribute was used by bing and other search engines to recognize spam pages. This method is not used anymore, so tag with keyword attribute is useless.

zlatanvasovic commented 10 years ago

I don't want keywords for spam. Lol. :p

They're there for the better search.

alexdevero commented 10 years ago

They're useless for better search, just take a look at html code of github.com...

zlatanvasovic commented 10 years ago

I don't think that we should compare GitHub site and some other small site (like this one).

Let the @mdo decide. :p

2014-03-29 16:10 GMT+01:00 Alex Devero notifications@github.com:

They're useless for better search, just take a look at html code of github.com...

— Reply to this email directly or view it on GitHubhttps://github.com/mdo/code-guide/issues/82#issuecomment-38998242 .

Zlatan Vasović - ZDroid

zatkin commented 10 years ago

The keywords meta tag does not help your web ranking at all.

"About a decade ago, search engines judged pages only on the content of web pages, not any so-called "off-page" factors such as the links pointing to a web page. In those days, keyword meta tags quickly became an area where someone could stuff often-irrelevant keywords without typical visitors ever seeing those keywords. Because the keywords meta tag was so often abused, many years ago Google began disregarding the keywords meta tag."

http://googlewebmastercentral.blogspot.in/2009/09/google-does-not-use-keywords-meta-tag.html

mdo commented 10 years ago

Meh, if a PR is opened to add some of these, I'll consider it. Otherwise, not worth my time too much :).

zlatanvasovic commented 10 years ago

No probs.

2014-06-16 19:14 GMT+02:00 Mark Otto notifications@github.com:

Meh, if a PR is opened to add some of these, I'll consider it. Otherwise, not worth my time too much :).

— Reply to this email directly or view it on GitHub https://github.com/mdo/code-guide/issues/82#issuecomment-46206672.

Zlatan Vasović - ZDroid