jaymc Posted February 17, 2009 Share Posted February 17, 2009 Hi, I have just ran the W3 validator on my website home page and it has found 393 errors I am told this can cause problems with SEO optimisation, e.g. bots may not be able to read code However, most of the errors are I dont have / at the end of <BR> for example <BR /> And <meta http-equiv="content-language" content="English"> should be <meta http-equiv="content-language" content="English" /> Also, UPPER CASE is used Is this something I need to correct to help SEO. I know its standards, but its a lot of work just to get that validator to turn green. I only want to do it if its going to benefit SEO for sure Any ideas? Link to comment https://forums.phpfreaks.com/topic/145573-w3-validate/ Share on other sites More sharing options...
Mchl Posted February 17, 2009 Share Posted February 17, 2009 HTML Tidy will fix such errors in seconds Link to comment https://forums.phpfreaks.com/topic/145573-w3-validate/#findComment-764217 Share on other sites More sharing options...
jaymc Posted February 17, 2009 Author Share Posted February 17, 2009 pages are nested in php code so cant just have it auto fix Will this effect seo? Link to comment https://forums.phpfreaks.com/topic/145573-w3-validate/#findComment-764239 Share on other sites More sharing options...
Mchl Posted February 17, 2009 Share Posted February 17, 2009 Hard to say. Thing is: if your markup is valid, you know 100% that it doesn't pose problems to crawlers. If it isn't valid, you know nothing. Link to comment https://forums.phpfreaks.com/topic/145573-w3-validate/#findComment-764241 Share on other sites More sharing options...
jaymc Posted February 17, 2009 Author Share Posted February 17, 2009 I mean in general is google going to have an issue if I have <BR> instead of <br /> Link to comment https://forums.phpfreaks.com/topic/145573-w3-validate/#findComment-764245 Share on other sites More sharing options...
Mchl Posted February 17, 2009 Share Posted February 17, 2009 Not likely, but you should ask Google to be sure. Link to comment https://forums.phpfreaks.com/topic/145573-w3-validate/#findComment-764255 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.