Hi everyone, Hey I was trying one of these on page seo checkers and put my site in and it threw up this meta tag error: There seems to be a problem. The most common problem is incorrect formatting. Make sure your format is meta name=xxxx content=xxxx. Also ensure the element is correctly closed. Are my meta tags formatted right? Here one now: <meta name="Description" content="Mig welding is a very common and used throughout the world. Is the easiest process to learn how to weld."> The only thing I might see is that some other pages on other sites will have a forward slash at the end of the code like this: "/> 1. Do I need this slash? 2. Is that what the problem is? Used this checker: http://www.seedkeywords.com/pagecheck/ Peter Australia
Well I do think that you need the forward slash at the end, but it seems to me that these site "analysers" are not perfect. Heck I even checked google on it and they said the exact same message, so I wouldn't trust it.
You need the slash if your page is coded into XHTML, if is coded into HTML you don't need the slash. Check if your doctype (should be the first line into your document source) is HTML or XHTML .
What the forward slash does is close the tag. For XHTML code to be valid you must close all tags, even ones that don't have any content, like <br />, <hr />, meta tags, image tags, etc. The page still works without the forward slash at the end, it's just not valid XHTML code though.
I ran my site through that and it said the same thing. There is no issue with my site for SEO, either... I know that for a fact.
at the end you need to write /> <meta name="description" content="Mig welding is a very common and used throughout the world. Is the easiest process to learn how to weld." <meta name="Description" content="Mig welding is a very common and used throughout the world. Is the easiest process to learn how to weld." />
Yeah your document is HTML not XHTML so you don't need the slash. BTW your page have 30 errors and 13 warnings... http://validator.w3.org/check?verbose=1&uri=http://www.learn-how-to-weld.com/mig-welding.html
Well, It depends on the HTML Document Type. e.g <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> Here all HTML tags should ended with />