 |

01-30-2008, 06:19 AM
|
 |
WebProWorld Pro
|
|
Join Date: Apr 2007
Posts: 177
|
|
Content Validation
Hello,
Iam working on content validation part for my site. I read the content validation guidelines on w3.org Its really difficult. But any one can tell me is that effects on my search engine rankings
Please answer these question
1. Is the content validation increase search engine visibility??
2. Is my site ranking will improve if my site content is validated??
3. What if the content is not validated??
Regards
Subhash
|

01-30-2008, 07:01 AM
|
|
WebProWorld Pro
|
|
Join Date: Apr 2006
Location: INDIA
Posts: 104
|
|
Re: Content Validation
Nothing like that Subhash. There are many websites without W3C validations on Search engines having good rankings.
But yes! it's a good practice to validate your website code.
|

01-30-2008, 07:50 PM
|
 |
WebProWorld Veteran
|
|
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 306
|
|
Re: Content Validation
1. Is the content validation increase search engine visibility?? - NO
2. Is my site ranking will improve if my site content is validated?? - NO
3. What if the content is not validated?? - It MAY not work on some browsers, but even if it's valid it may not work on some browsers.
So why bother to validate? Because it's good practice for developers.
|

01-30-2008, 07:53 PM
|
![G[dot]com's Avatar](http://www.webproworld.com/avatars/g-dot-com.gif?dateline=1205188495) |
WebProWorld Member
|
|
Join Date: Mar 2004
Location: Buenos Aires - Argentina
Posts: 303
|
|
Re: Content Validation
100% agree with all stated above-
|

01-30-2008, 08:28 PM
|
 |
Moderator
|
|
Join Date: Jun 2004
Location: USA
Posts: 1,731
|
|
Re: Content Validation
Quote:
Originally Posted by DaveSawers
So why bother to validate? Because it's good practice for developers.
|
That's probably the truest concise statement ever said in the validation discussions, ever.
Anything beyond that is subject to point of view.
|

01-30-2008, 08:39 PM
|
|
WebProWorld Veteran
|
|
Join Date: May 2004
Location: Philadelphia, PA
Posts: 974
|
|
Re: Content Validation
SEs care about Content, not Coding.
So long as it can properly differentiate between the two, you're fine.
|

01-30-2008, 09:21 PM
|
|
WebProWorld Pro
|
|
Join Date: Apr 2004
Location: Boca Raton Florida
Posts: 161
|
|
Re: Content Validation
Quote:
Originally Posted by deepsand
SEs care about Content, not Coding.
.
|
...but users need a site that works.
Valid code usually loads faster than broken code and works better in more platforms - period.
Everything I build validates. Easiest way to get a customer is to show them how many errors the previous company built into their site.
|

01-30-2008, 10:03 PM
|
|
WebProWorld Veteran
|
|
Join Date: May 2004
Location: Philadelphia, PA
Posts: 974
|
|
Re: Content Validation
Quote:
Originally Posted by suesheboy
...but users need a site that works.
Valid code usually loads faster than broken code and works better in more platforms - period.
Everything I build validates. Easiest way to get a customer is to show them how many errors the previous company built into their site.
|
All of which has what to do with an SE's ability to properly index a site's content?
|

01-31-2008, 09:38 AM
|
|
Moderator
|
|
Join Date: Jun 2006
Location: United States
Posts: 1,516
|
|
Re: Content Validation
Just to expand on what Dave Sawyers said above...
Why Validate? Because it's good practice, and the best way to catch all those stupid mistakes that could cause content to not be visible to search engines that a browser's error correction might correct for. Even something as simple as omitting a quote in an element tag could cause a section of content to be skipped by a bot, as the bot may interpret the content as additional attributes of the tag. A web browser on the other hand would see the mistake and try to fix it, hiding the problem from the webmaster, even if you view the SE cache of the page. The only system that would alert you to the missing character would be a validation tool.
|

01-31-2008, 03:07 PM
|
|
WebProWorld New Member
|
|
Join Date: Nov 2006
Location: Washington State
Posts: 14
|
|
Re: Content Validation
I agree with all these responses. I just want to add one thought
Validated code means less browser errors and happier visitors and customers.
|

02-06-2008, 09:48 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 6,471
|
|
Re: Content Validation
|

02-06-2008, 10:11 PM
|
|
WebProWorld Veteran
|
|
Join Date: May 2004
Location: Philadelphia, PA
Posts: 974
|
|
Re: Content Validation
Quote:
Originally Posted by Webnauts
|
Would it not be more accurate to say that the GoogleBot was blocked, not because the CVS site was compatible only with certain browsers, but because it tested for the browser name/version in a manner that failed to account for the value(s) associated with the GoogleBot - and, quite likely, other bots as well - and therefore actively redirected the bot to the cited page?
|

02-07-2008, 08:06 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 6,471
|
|
Re: Content Validation
Quote:
Originally Posted by deepsand
Would it not be more accurate to say that the GoogleBot was blocked, not because the CVS site was compatible only with certain browsers, but because it tested for the browser name/version in a manner that failed to account for the value(s) associated with the GoogleBot - and, quite likely, other bots as well - and therefore actively redirected the bot to the cited page?
|
OK Deepsand. Maybe that was a bad example. But there are for sure cases that sites cannot be crawled fully or partially due to bad formed code. What are bots anyway?
|

02-07-2008, 07:04 PM
|
|
WebProWorld Veteran
|
|
Join Date: May 2004
Location: Philadelphia, PA
Posts: 974
|
|
Re: Content Validation
Quote:
Originally Posted by Webnauts
OK Deepsand. Maybe that was a bad example. But there are for sure cases that sites cannot be crawled fully or partially due to bad formed code.
|
Bad example? Not at all. In fact, it's an excellent example of good code gone bad.
That code, in any language, is wholly compliant with the relevant standard(s) never serves to insure that the results it yields are those desired.
Quote:
Originally Posted by Webnauts
What are bots anyway?
|
Bots are readers, as are "browsers." The latter name is, of course, a misnomer. "Browsers" actually read, whereas the human viewer frequently browses that which the reader displays.
|

02-16-2008, 11:59 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 6,471
|
|
Re: Content Validation
|

02-17-2008, 12:34 AM
|
|
WebProWorld Veteran
|
|
Join Date: May 2004
Location: Philadelphia, PA
Posts: 974
|
|
Re: Content Validation
Quote:
Originally Posted by Webnauts
|
Given that said reply is from the AdWords Team, not a group that I've found to be a particularly reliable source of information, and that it rambles on about matters that have little to nothing to do with the question as asked, and that the first source cited, i.e. Google Technology , has absolutely nothing to do with the question asked, I'll take Rupam's reply with a very large helping of salt.
In fact, it says little more than "the more of your content we can correctly identify, the better you are."
Duh. You don't need a weatherman to know which way the wind blows.
|

02-17-2008, 12:47 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 6,471
|
|
Re: Content Validation
Quote:
Originally Posted by deepsand
Given that said reply is from the AdWords Team, not a group that I've found to be a particularly reliable source of information, and that it rambles on about matters that have little to nothing to do with the question as asked, and that the first source cited, i.e. Google Technology , has absolutely nothing to do with the question asked, I'll take Rupam's reply with a very large helping of salt.
In fact, it says little more than "the more of your content we can correctly identify, the better you are."
Duh. You don't need a weatherman to know which way the wind blows.
|
Can you also please check this SEO Test - Google Prefers Valid HTML & CSS - Hobo SEO UK with a very large helping of salt?
|

02-18-2008, 01:49 AM
|
|
WebProWorld Veteran
|
|
Join Date: May 2004
Location: Philadelphia, PA
Posts: 974
|
|
Re: Content Validation
Quote:
Originally Posted by Webnauts
Can you also please check this | | |