I've always thought that validation is unimportant. What's important is the user's experience. No user looks at your code and says 'hmm... that bit there isn't valid. I'm not going to use this site'. For the most part, this goes for accessibility validation, too. Sure, some of it like title attributes, alt tags on images, etc., are a good idea, but there's a lot of annoying unnecessary stuff in there, too.
dont read this because it acttually works.you will get kissed onthe nearest possible friday by the love of your live. tommorow will be the best day of your life.however if you dont post this comment to at least three videos you will die within to days.now youve started reading this so dont stop . this is so scary.put this on at least five videos in 143 minutes when your done press F6 and your lovers name will apeer on the screen in big letters.this is so scary cause it actually work
Automatic SEO Robot to DOMINATE all TOP 5 pages of GOOGLE for your websites and refferal Urls, includes Automatic search engine submissions, tons of backlinks on daily basis, tons of facebook fans we can get on daily basis with this, Tons of traffic you will get on daily basis, BY Automatic way this with SEO Robot, to get listed and Ranked in all top 5 pages of Google ...and Make huge Money from home Let me know Over skype and yahoo messanger Id for both is kankddlj
Why fix what ain't broken? The aim of standardizing markup is to have no implementation-based differences. If Google can do a good job at that, then there isn't any need for it to comply to a third party's standards, no matter how popular that third party be.
:: these idiots :: are now FORCING us to sign in, in order to change THAT STUPID mandatory background on google page ! They want us to sign in perhaps to trace OUR search ! who is SEARCHING WHAT. I do not see any other reason why they want to FORCE us to sign in in order to SEARCH !
The very point of the W3C is to make web content available to all users, regardless of platform or disability. By not validating and by not preferring sites that do, Google is culpable. Google, don't be evil! Net neutrality matters - so does code neutrality! Open standards are the most important, proprietary code will just make the job harder in the future....
google will probably change its mind before long, because logic says that w3c-validation is an indicator of accessibility, and accessibility is in the interest of web users, so there should naturally be a preference for valid pages, even if only slight, it's certainly one to add to the 200-long list.
Boo! Excuses, excuses. Google needs to be a leader in standards and accessibility, like Yahoo! is doing. Not make excuses on how they can save money (bandwidth) and other B.S.
Wow... I'm kinda surprised at how casually this issue was addressed. Is it really that hard for Google to see the benefits of a standards based internet? I wonder if they would see things differently if they would have been the ones to set the standard for HTML?
I wonder why the Google channel doesn't allow comments on any of their videos or channel. How do you know what the people like or dislike, or want from Google if Google doesn't recieve responses?
I guess we're supposed to walk up to their front desk ;).
Basically the google spokes loser said that they don't validate because 20 extra characters might cost their company a .03% increase in operating fees for delivering their website. Then he started blaming everyone else for google being lazy and then had the audacity to state that they will only do it, if someone else can do it for them for free.
Well, Validation is best thing for a web developer mostly. And sometimes, it is useful to believe that the webpage will be looking good in all OS and browsers and gadgets.
Then you have other serious problems. I test all additions to my site across different platforms and browsers and browser versions (and sub-versions) and never had analytics code fail that badly...
@jarrod1937 It's MAJOR late in reply but no, I didnt have other problems. I tested it across all a bunch of OS's and browsers and the ONLY one with an issue was IE. I didnt know why so I just removed it. I couldnt be bothered dealing with it.
The page was white in the beginning then it would crash before loading. On some peoples computers it would just crash out without even starting. I hadnt changed anything on my site at all, just added that. It was fine before it :).
W3C validation is not the web developers Holy Grail. Validation does not guarantee a site will look the same from platform to platform, from browser to browser. Validation does not assure that markup is efficiently written or adheres to a given entitys assessment of best practices. What it means is that the developer has coded a functional document and used no markup in addition to that specified by the guidelines.
@rickvidallon "Validation does not guarantee a site will look the same from platform to platform, from browser to browser. " This isn't a bug, it's a feature! HTML is intended to define the markup and then every browser on every device does its best at rendering it according to its capabilities, screen size, etc.. Designers want their babies to look the same pixel by pixel everywhere but that just isn't how it is meant to be.
Designers not getting this cause a lot of pain for their users :-(
Sorry Matt, this is an evasive reply. The fact that the majority of pages on the web don't validate has no bearing on whether yours do. Valid code does not take up any, or much, more size than non-valid. Valid code does not create compatibility issues.
With all respect Matt, I think something needs clarification here. Since when LSM (Layered Semantic Markup) and valid web sites have browser compatibility issues?
idiosyncratic browsers actually benefit from valid code, as otherwise they have to all fall back on their built-in error-correction, which is not consistent across different browsers. ho hum...
Not quite right Matt :) I coded new templates for SuperPages that were W3C compliant and worked in 85 browser/platform combinations (inc lynux, bsd and mobile) with no IE specific hacks or style sheets.
Granted that might not be all browsers out there, but does account for 99.9% of the users. So while it may be difficult it can be done.
But good explanation, even if it is not the impossible task it may seem to be! :)
Actually they do - while Matt did say they do not check validation - & they do not - real world tests show the things that go into clean, valid and accessible code DO help websites do better in SEO.
Regarding byte count, why not move all the inline script and css stuff to external files which would then be cached? The first load may be slightly slower, but future visits would be faster.
Everyone has to deal with idiosyncratic browsers; there are plenty of valid sites out there that serve millions of visitors with no issues.
Also, why is it "important to realize that the vast majority of pages on the web don't validate"? Sounds like a cop out to me :)
Well when you're serving up millions of people, just the structural code can make a very large difference. One reason why they minify their output code. If you save 15 kb of structure code from being transferred, over 1 million hits that could save up to 14 gigs of transferred data! Considering they get millionS of hits i'd gather they're save quite a bit through their efforts, far from a cop out.
"cop out" was referring to his claim that it's "important to realize that the vast majority of pages on the web don't validate"
Regarding byte count, if they were really worried about that they'd put all the css/js/image stuff in separate files that could be fetched once, then cached and reused over and over, instead of delivering them inline with each and every request.
They should validate.
Google say you must do the page in way and close our eyes and pray to rank, cuz they will do the right think.
But if we look what they do with their pages,then we should exploit every gap we got to rank no matter what.
So the definition of black hat would be, what google's can't detect.
hellmind 1 month ago in playlist Más vídeos de GoogleWebmasterHelp
This has been flagged as spam show
awesome work =)) good job keep it up congrats
dollieluc 2 months ago
I've always thought that validation is unimportant. What's important is the user's experience. No user looks at your code and says 'hmm... that bit there isn't valid. I'm not going to use this site'. For the most part, this goes for accessibility validation, too. Sure, some of it like title attributes, alt tags on images, etc., are a good idea, but there's a lot of annoying unnecessary stuff in there, too.
whothehellisthat 9 months ago
This has been flagged as spam show
dont read this because it acttually works.you will get kissed onthe nearest possible friday by the love of your live. tommorow will be the best day of your life.however if you dont post this comment to at least three videos you will die within to days.now youve started reading this so dont stop . this is so scary.put this on at least five videos in 143 minutes when your done press F6 and your lovers name will apeer on the screen in big letters.this is so scary cause it actually work
AspenFlower17 9 months ago
This has been flagged as spam show
tomeu0071 1 year ago
Fair enough I suppose, but it doesn't even have a closing html tag! That's just ugly.
TimmmmCam 1 year ago
This has been flagged as spam show
Kind Russian girls for marriage gettop5.info
dewsqavfckmu 1 year ago
I don't think they validate when you park at corpoate headquaters either... jerks.
nuboy529 1 year ago
Why fix what ain't broken? The aim of standardizing markup is to have no implementation-based differences. If Google can do a good job at that, then there isn't any need for it to comply to a third party's standards, no matter how popular that third party be.
angadnadk 1 year ago
geek reatade
501airborneasycompam 1 year ago
This has been flagged as spam show
:: these idiots :: are now FORCING us to sign in, in order to change THAT STUPID mandatory background on google page ! They want us to sign in perhaps to trace OUR search ! who is SEARCHING WHAT. I do not see any other reason why they want to FORCE us to sign in in order to SEARCH !
OBJECTlVITY 1 year ago
why would it validate? There are like 100 000 sites which actually validate. There is no SEO value in W3C compliance, so nobody cares about it.
e2kkot 1 year ago
The very point of the W3C is to make web content available to all users, regardless of platform or disability. By not validating and by not preferring sites that do, Google is culpable. Google, don't be evil! Net neutrality matters - so does code neutrality! Open standards are the most important, proprietary code will just make the job harder in the future....
websitedesign4 2 years ago
better idear how about thay check the sponsered link more often it used to have a link to a pedophil site
2008stargate 2 years ago
google will probably change its mind before long, because logic says that w3c-validation is an indicator of accessibility, and accessibility is in the interest of web users, so there should naturally be a preference for valid pages, even if only slight, it's certainly one to add to the 200-long list.
BirminghamDan 2 years ago
If you check any of the big companies...many have 150+ errors. Perhaps it means that W3C is just a big joke on us that follow it to the bone.
xdragus 2 years ago
Boo! Excuses, excuses. Google needs to be a leader in standards and accessibility, like Yahoo! is doing. Not make excuses on how they can save money (bandwidth) and other B.S.
ceusa 2 years ago
Thank you!
EpicDewd 2 years ago
Comment removed
testecoll 2 years ago
Wow... I'm kinda surprised at how casually this issue was addressed. Is it really that hard for Google to see the benefits of a standards based internet? I wonder if they would see things differently if they would have been the ones to set the standard for HTML?
ParisVegaMedia 2 years ago
I wonder why the Google channel doesn't allow comments on any of their videos or channel. How do you know what the people like or dislike, or want from Google if Google doesn't recieve responses?
I guess we're supposed to walk up to their front desk ;).
XaviersSecretary 2 years ago
Basically the google spokes loser said that they don't validate because 20 extra characters might cost their company a .03% increase in operating fees for delivering their website. Then he started blaming everyone else for google being lazy and then had the audacity to state that they will only do it, if someone else can do it for them for free.
CisMediaGuy 2 years ago
Well, Validation is best thing for a web developer mostly. And sometimes, it is useful to believe that the webpage will be looking good in all OS and browsers and gadgets.
vrajesh 2 years ago
Well it would be nice if you made the apps validate at least. Either way it's a pisspoor excuse if you ask me.
alundraandseptimus 2 years ago 5
Agreed, in that it is annoying when Google code for third party things like Analytics mess up your validation.
woodsandhillsplc 2 years ago 6
Agreed!! That code actually CRASHED my site for IE users. And when that happened, it was IE7, IE8 hadnt popped up yet.
alundraandseptimus 2 years ago 2
Then you have other serious problems. I test all additions to my site across different platforms and browsers and browser versions (and sub-versions) and never had analytics code fail that badly...
jarrod1937 2 years ago
@jarrod1937 It's MAJOR late in reply but no, I didnt have other problems. I tested it across all a bunch of OS's and browsers and the ONLY one with an issue was IE. I didnt know why so I just removed it. I couldnt be bothered dealing with it.
The page was white in the beginning then it would crash before loading. On some peoples computers it would just crash out without even starting. I hadnt changed anything on my site at all, just added that. It was fine before it :).
alundraandseptimus 1 year ago
blah blah blah blaw
SpartanPikachu117 2 years ago
This realy sux. I understand that idiots are treated the same as professionals....
madmad5000 2 years ago
Don't you think that giving a little boost to pages that do validate would encourage people to make proper code? It wouldn't take much of a boost.
DragonMasterMarf 2 years ago 3
Vast majority is referred to Blogger blogs which returns tons of validation errors.
If Google does not care about validation then nobody should care.
almightyvegeta87 2 years ago
brilliant as usual....
sayweb 2 years ago
W3C validation is not the web developers Holy Grail. Validation does not guarantee a site will look the same from platform to platform, from browser to browser. Validation does not assure that markup is efficiently written or adheres to a given entitys assessment of best practices. What it means is that the developer has coded a functional document and used no markup in addition to that specified by the guidelines.
rickvidallon 2 years ago 14
@rickvidallon "Validation does not guarantee a site will look the same from platform to platform, from browser to browser. " This isn't a bug, it's a feature! HTML is intended to define the markup and then every browser on every device does its best at rendering it according to its capabilities, screen size, etc.. Designers want their babies to look the same pixel by pixel everywhere but that just isn't how it is meant to be.
Designers not getting this cause a lot of pain for their users :-(
Karackal 1 year ago
Sorry Matt, this is an evasive reply. The fact that the majority of pages on the web don't validate has no bearing on whether yours do. Valid code does not take up any, or much, more size than non-valid. Valid code does not create compatibility issues.
plabrow 2 years ago 5
With all respect Matt, I think something needs clarification here. Since when LSM (Layered Semantic Markup) and valid web sites have browser compatibility issues?
Webnauts 2 years ago
idiosyncratic browsers actually benefit from valid code, as otherwise they have to all fall back on their built-in error-correction, which is not consistent across different browsers. ho hum...
reduxphl 2 years ago 3
Not quite right Matt :) I coded new templates for SuperPages that were W3C compliant and worked in 85 browser/platform combinations (inc lynux, bsd and mobile) with no IE specific hacks or style sheets.
Granted that might not be all browsers out there, but does account for 99.9% of the users. So while it may be difficult it can be done.
But good explanation, even if it is not the impossible task it may seem to be! :)
schachin 2 years ago 3
so, if most pages don't validate, should not the valid ones, have some kind of consideration for the time and work "spent" on that?
petrhos 2 years ago
Actually they do - while Matt did say they do not check validation - & they do not - real world tests show the things that go into clean, valid and accessible code DO help websites do better in SEO.
schachin 2 years ago
Thanks for answering this!
Regarding byte count, why not move all the inline script and css stuff to external files which would then be cached? The first load may be slightly slower, but future visits would be faster.
Everyone has to deal with idiosyncratic browsers; there are plenty of valid sites out there that serve millions of visitors with no issues.
Also, why is it "important to realize that the vast majority of pages on the web don't validate"? Sounds like a cop out to me :)
cheers
gosko 2 years ago 3
Well when you're serving up millions of people, just the structural code can make a very large difference. One reason why they minify their output code. If you save 15 kb of structure code from being transferred, over 1 million hits that could save up to 14 gigs of transferred data! Considering they get millionS of hits i'd gather they're save quite a bit through their efforts, far from a cop out.
jarrod1937 2 years ago
"cop out" was referring to his claim that it's "important to realize that the vast majority of pages on the web don't validate"
Regarding byte count, if they were really worried about that they'd put all the css/js/image stuff in separate files that could be fetched once, then cached and reused over and over, instead of delivering them inline with each and every request.
gosko 2 years ago
He really explains things well. Thanks Matt
SueDavis68 2 years ago
I like Matt's style. He is a very soft, kind and graceful man.
Neuhrer 2 years ago 6
who do you think google will hire for PR? Sylvester Stalonne?
sayweb 2 years ago
Congrats matts u are the best.
damianemanuel 2 years ago