SitePoint Sponsor |
|
User Tag List
Results 1 to 8 of 8
-
Jan 23, 2008, 09:26 #1
- Join Date
- Dec 2007
- Posts
- 15
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
How to make Blogger-generated (X)HTML code valid?
For you guys who use Blogger, have you noticed that the (X)HTML generated by it is not valid according to The W3C Markup Validation Service? In fact, even The Google Official Blog (http://googleblog.blogspot.com/) spits out errors when tested.
Which brings me to my question: how can the users of Blogger make it generate valid (X)HTML code? What needs to be changed in the template to make it error-free?
-
Jan 23, 2008, 18:10 #2
- Join Date
- Jan 2008
- Posts
- 52
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
It would be a good idea to ask them
-
Jan 23, 2008, 18:48 #3
- Join Date
- Dec 2007
- Posts
- 15
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Ask who? The owners of Blogger, Google? Heck, even their own blog is invalid (X)HTML!
The reason why I want it to produce valid (X)HTML code is for SEO purposes. From what I've heard, Those who have valid (X)HTML code scores better in search engines compared with invalid one.
-
Jan 23, 2008, 18:51 #4
- Join Date
- Jan 2008
- Posts
- 52
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
if they have the same error there is nothing you can do...i dont think they let you edit code if they do. Replace a sample pages code with a valid code to see if it is caused the core or fronted.
-
Jan 23, 2008, 19:19 #5
- Join Date
- Dec 2007
- Posts
- 15
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I know it's possible since I've read a part regarding the said topic on a SitePoint book a long time ago from the library. If I'm not mistaken, it's from SitePoint's Build Your Own Web Site The Right Way Using HTML and CSS.
The point is that it is possible. How? That's what I'm trying to find out. Any mods or power users who want to shed light on this topic?
-
Jan 23, 2008, 20:50 #6
- Join Date
- Aug 2000
- Location
- Philadephia, PA
- Posts
- 20,578
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
There's no inherent search benefit to proper markup. Search spiders are perfectly capable of crawling and parsing websites with markup as poor as Google's own. They're out to index the entire web, even pages made before current standards existed.
If you write in HTML4+ and CSS rather than using inline stylistic tags and tables for layout as everyone used to, you can see some benefit from more of your page text being near the top of the page and in the first X bytes of the file. But that's really not all that significant and perfectly possible without anything validating as well.
If your page is written so poorly that it only renders in Internet Explorer, then fixing the errors so that other browsers can render the page correctly can have indirect effects on your search ranks. A growing portion of internet users use alternative browsers, and they're not likely to link to your site or tell friends about it if it doesn't display right on their systems. That's lost opportunities for traffic and links that could be helping.Try Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more
-
Jan 23, 2008, 22:42 #7
- Join Date
- Dec 2007
- Posts
- 15
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
@Dan Grossman: So (X)HTML code validation is overrated? Even SitePoint's books promote valid (X)HTML code.
-
Jan 23, 2008, 23:32 #8
- Join Date
- Aug 2000
- Location
- Philadephia, PA
- Posts
- 20,578
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
SitePoint's books promote best practices as they should. There are many benefits to writing valid markup. I'm just saying the SEO benefit is not the most significant one.
Try Improvely, your online marketing dashboard.
→ Conversion tracking, click fraud detection, A/B testing and more
Bookmarks