 |
12-09-2006, 06:44 PM
|
#1 (permalink)
|
|
v7n Mentor
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 2,225
Latest Blog: None
|
does this hurt?
does it hurt with SEO if your site isn't consistant with it's tags? for exaple:
if sometimes i use <table></table> and other times on the same page i use <TALBE/TABLE>
or for instance if in some tags i use quotes like <img src="image.jpg"> and other times i use <img src=image.jpg>
i know that html is very forgiving, but do these practices hurt me?
Thank you in advance. I really look foward to multiple replys.
__________________
5Twelve Design
"The music that really turns me on is either running toward God or away from God. Both recognize the pivot, that God is at the center of the jaunt."
::: Bono :::
|
|
|
12-09-2006, 09:08 PM
|
#2 (permalink)
|
|
Southern Brat
Join Date: 10-13-03
Location: Texas
Posts: 16,161
|
As long as errors do not prevent the bots from crawling your site, it is not known to have an impact on your SEO efforts. Just curious though, why not just learn to create W3C complient code so that you can worry far less about how your site renders in multiple browsers? 
|
|
|
12-09-2006, 09:15 PM
|
#3 (permalink)
|
|
Inactive
Join Date: 06-03-06
Posts: 2
Latest Blog: None
|
No, not at all.
<mod edit>
<mod edit>
Last edited by Atom : 12-13-2006 at 07:59 PM.
Reason: removed URL and fake sig divider line
|
|
|
12-09-2006, 09:18 PM
|
#4 (permalink)
|
|
v7n Mentor
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 2,225
Latest Blog: None
|
i used to save my images and then right all my code from scratch. but i found that if i left photoshop write the base of my html code, it saves a lot of time. For years I have typed all my code in lower case and used all the proper parenthesis. but when PS writes the code it is in ALL CAPS and doesn't use parenthesis. I don't fell like going through and changing everything but i may, because i love using lower case and i have heard that as long as you stay consistant throughout your page, it is ok.
thank you so much for your answer to my question
__________________
5Twelve Design
"The music that really turns me on is either running toward God or away from God. Both recognize the pivot, that God is at the center of the jaunt."
::: Bono :::
|
|
|
12-11-2006, 07:18 AM
|
#5 (permalink)
|
|
Contributing Member
Join Date: 10-12-06
Posts: 256
Latest Blog: None
|
It doesn't hurt SEO of you website. But maybe your site will show differently in different browsers. Better comform to W3C standards.
|
|
|
12-11-2006, 07:56 AM
|
#6 (permalink)
|
|
Contributing Member
Join Date: 10-16-06
Posts: 264
Latest Blog: None
|
Quote:
Originally Posted by hhheng
It doesn't hurt SEO of you website. But maybe your site will show differently in different browsers. Better comform to W3C standards.
|
Interesting. Can you give a link to learn more about W3C standards, please.
|
|
|
12-12-2006, 09:07 AM
|
#7 (permalink)
|
|
Inactive
Join Date: 11-12-06
Posts: 276
Latest Blog: None
|
Here you go: The World Wide Web Consortium. A simple w3c compliance or w3c standards google search would have given you the answer faster.
|
|
|
12-12-2006, 02:10 PM
|
#8 (permalink)
|
|
Contributing Member
Join Date: 05-31-06
Posts: 739
Latest Blog: None
|
i don't think so...
|
|
|
12-12-2006, 03:59 PM
|
#9 (permalink)
|
|
v7n Mentor
Join Date: 06-11-06
Location: Portland, Oregon
Posts: 652
|
I agree, I don't think different coding like that has negative effect on SEO either.
__________________
______
.¸¸_ SEO Portland > Search Engine Optimization > GregBeddor.com
..¸¸.·´¯`·-> Portland Web Design > Internet Marketing > Portland, Oregon > Webfu-Design.com
|
|
|
12-12-2006, 10:52 PM
|
#10 (permalink)
|
|
Contributing Member
Join Date: 10-21-06
Location: seattle
Posts: 342
|
I use firebox with the IE plugin so I can switch on teh fly and make adjustments.
|
|
|
12-13-2006, 05:25 AM
|
#11 (permalink)
|
|
Contributing Member
Join Date: 04-05-06
Posts: 533
|
I always check my websites with both Firefox and IE to make sure it displays correctly.
|
|
|
12-13-2006, 06:10 PM
|
#12 (permalink)
|
|
Inactive
Join Date: 11-12-06
Posts: 276
Latest Blog: None
|
Quote:
Originally Posted by cessai
i don't think so...
|
What exactly do you mean? That w3c compliance doens't affect SEO or that google gives a faster answer?
No one here said W3C compliance stands for SEO, but for accessibility. W3C sites display correctly (with small differences) in all major browsers. These are simple web design standards any web coder should know. 
|
|
|
12-13-2006, 09:05 PM
|
#13 (permalink)
|
|
Contributing Member
Join Date: 07-25-06
Location: Denmark
Posts: 139
|
I agree it does not matter much for SEO... That said, check:
http://www.w3.org/TR/xhtml1/
4.2. Element and attribute names must be in lower case
Anyways, I am sure most crawlers do not care, I don't for instance 
|
|
|
12-13-2006, 10:00 PM
|
#14 (permalink)
|
|
Inactive
Join Date: 05-30-06
Location: Houston
Posts: 96
|
I can't remember where Matt Cutts said it but being w3 compliant does not matter to Google. They understand that web masters are gong to make mistakes and it would do end users more harm that good to not show pages with dummy web masters like my guy who can't code to save his butt.
|
|
|
12-14-2006, 09:52 PM
|
#15 (permalink)
|
|
Inactive
Join Date: 11-12-06
Posts: 276
Latest Blog: None
|
I remember reading that somewhere too. But it makes really no sense to debate whether W3 compliance is important for the SE or not. After all, we create our sites for the users! They should matter. And if w3 provides for accessibility, then let's just validate the markup. It's not so difficult after all. The guidelines are clear and the validator points out the mistakes clearly!
|
|
|
12-15-2006, 01:20 PM
|
#16 (permalink)
|
|
Contributing Member
Join Date: 12-13-06
Posts: 173
Latest Blog: None
|
Quote:
Originally Posted by Thomas Schulz
I agree it does not matter much for SEO... That said, check:
http://www.w3.org/TR/xhtml1/
4.2. Element and attribute names must be in lower case
Anyways, I am sure most crawlers do not care, I don't for instance 
|
thanks for this! whew!
I had the same problem with tag inconsistency and decided to make them all lowercases in the end. I didn't care and I didn't look it up if it was alright or not.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 10:43 PM.
© Copyright 2008 V7 Inc
|
|