Forum Moderators: mack
Let's say I have a line reading like this:
<META NAME="KEYWORDS" CONTENT="widgets1, widgets2">
And the other other one I've been seeing:
<meta name="keywords" content="widgets1, widgets2" />
Notice anything different here? Look at the end of the source code. Also, the second code is using small letters. Now, is there any difference the way search engines would view this code regarding keywords, or any other subject using these two codes?
I want to make sure I index my source code properly so I don't get left behind when the spiders and robots see my new site.
Thanks!
Scott
i dont think it will make any difference to spiders at the moment. the tag used in the example is all but redundent anyway.
hth
ben
Only use it in XHTML documents.
It never used to matter if tags used upper or lower case. In HTML 4.01 it is recommended to write all tags and attributes in lower case. For XHTML an XML it then becomes a requirement.