Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

Lionsanime Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 08-05-2004, 01:25 PM   #1 (permalink)
Inactive
 
Join Date: 06-04-04
Posts: 232
iTrader: 0 / 0%
Latest Blog:
None

GeXus is a jewel in the roughGeXus is a jewel in the roughGeXus is a jewel in the roughGeXus is a jewel in the roughGeXus is a jewel in the roughGeXus is a jewel in the roughGeXus is a jewel in the roughGeXus is a jewel in the rough
DIV Tags

Do div tags have an effect on SEO? Is it better or worse to use DIV tags, or does it not matter.

Thanks!
GeXus is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 08-05-2004, 01:54 PM   #2 (permalink)
Inactive
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 2,466
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
Personal suggestion is that div tags are not going to be a concern for SEO.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-05-2004, 04:29 PM   #3 (permalink)
Jim
Inactive
 
Jim's Avatar
 
Join Date: 07-05-04
Location: İstanbul
Posts: 362
iTrader: 0 / 0%
Latest Blog:
None

Jim is on the right pathJim is on the right path
If you won't use it to create layers then there is no need to use it at all. Sometimes I see tags like that: <DIV align="center"></DIV>. That's the worst way of centering things I've ever seen.
But I don't think this has anything to do with your question. I just wanted to share my opinion.

Anyway, about your question. IMO, <DIV> tag shouldn't have any bad effects on onsite-SEO. It's a crawlable tag used (mostly) with static content after all.
Jim is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-05-2004, 05:51 PM   #4 (permalink)
v7n Mentor
 
awall19's Avatar
 
Join Date: 02-18-04
Location: We Are Penn State!
Posts: 3,554
iTrader: 0 / 0%
Latest Blog:
None

awall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to beholdawall19 is a splendid one to behold
Quote:
Originally Posted by Jim
That's the worst way of centering things I've ever seen.
what is the best way to center stuff
awall19 is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-05-2004, 06:15 PM   #5 (permalink)
Jim
Inactive
 
Jim's Avatar
 
Join Date: 07-05-04
Location: İstanbul
Posts: 362
iTrader: 0 / 0%
Latest Blog:
None

Jim is on the right pathJim is on the right path
Quote:
Originally Posted by awall19
Quote:
Originally Posted by Jim
That's the worst way of centering things I've ever seen.
what is the best way to center stuff
Using [align=center] in the main <TD> is a good way. Or you may use <center></center> tag when there is no tables on the page.
The thing I don't like about the DIV tag is its incompatibility with different browsers. I'm not sure if they've fixed this on Firefox but many Netscape versions used to give different results even to the basic layer positioning properties.
Jim is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-08-2004, 09:59 PM   #6 (permalink)
Contributing Member
 
jwalsh's Avatar
 
Join Date: 03-22-04
Location: Cleveland, OH
Posts: 388
iTrader: 0 / 0%
jwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to alljwalsh is a name known to all
With the upcoming release of XHTML 2.0, DIV and SPAN tags will be hugely important. I dont see how google could punish someone for this.

Josh
__________________
Cleveland Web Application Development by Designing Interactive
jwalsh is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-08-2004, 10:23 PM   #7 (permalink)
Inactive
 
Shawn's Avatar
 
Join Date: 05-07-04
Posts: 749
iTrader: 0 / 0%
Latest Blog:
None

Shawn is just really niceShawn is just really niceShawn is just really niceShawn is just really niceShawn is just really niceShawn is just really niceShawn is just really niceShawn is just really niceShawn is just really nice
Send a message via AIM to Shawn
Pure css and divs are the wave of the future

http://www.strippersphonebook.com/ has no tables, td, tr etc
Shawn is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-09-2004, 05:28 AM   #8 (permalink)
Inactive
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 2,466
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
HTML is the backbone of the web - the CSS-only crowd are always so eager to dimiss the simplicity and cross-browser reliability of HTML 4, in lieu of buggy browser non-compatibility of CSS-only pages.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-09-2004, 06:08 AM   #9 (permalink)
Inactive
 
Join Date: 02-23-04
Location: South UK
Posts: 60
iTrader: 0 / 0%
Latest Blog:
None

ILoveJackDaniels is liked by many
You are right. HTML is the backbone of the web. It is a semantic markup language. It shouldn't give information about visual presentation.

HTML was designed to work with CSS to provide visually attractive versions of pages. The reason web pages end up with thousands of font tags and stupid nested tables (and code soup) is because people try to use HTML for the look of a page. Which is like trying to paint your house with a breezeblock. Wrong tool for the job.

The "CSS-only crowd", as you put it, are those that use CSS for style and HTML or XHTML for markup. There is no such thing as a "CSS-only" page. Finally, browser compatibility is important. If you do a little researchm you'll most likely find that more "browsers" can successfully use a site properly marked up in HTML and using CSS for style than one that uses nested tables and font tags.

Anyway, to answer the question ... div tags will not hurt your SEO at all. It may even help, especially if you have large pages, as it will allow bots to index more content more quickly.
ILoveJackDaniels is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-09-2004, 07:44 AM   #10 (permalink)
Inactive
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 2,466
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
Heh, I knew that would be a topic in itself.

HTML + CSS is good, but all too often, some people seem to demand too much from CSS at the expense of valid HTML.

There is absolutely nothing wrong with using tables - it's a basic platform - and easy to use - for cross-browser compatability. But the moment you try using CSS instead you invite a range of compatability issues.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-09-2004, 08:15 AM   #11 (permalink)
Inactive
 
Join Date: 02-23-04
Location: South UK
Posts: 60
iTrader: 0 / 0%
Latest Blog:
None

ILoveJackDaniels is liked by many
Tables introduce far more compatibility issues. That's why it's bad to use tables for things tables are not supposed to be used for. PDAs and small screens are being used more and more. The number of people using the web on these devices is only going to increase. Browser-makers do not all treat tables the same way, and never have. Screen readers can have problems when a site is layed out using tables.

Divs are understood by almost all browsers. They were introduced at the same time as tables, in HTML 3.2.

What you are talking about, by the sounds of it, is creating a site that looks the same on IE and Netscape. You achieve this using tables, because you know how different browsers treat them, and the pitfalls involved with using them for design. What you might not be aware of is how the massive number of other programs and devices treat your site. Using proper markup means that if your CSS fails, your site should still be usable. That's the point in semantic markup - a user agent (like a browser) can use that markup to work out the meaning of a section of a page.

You say use HTML because of compatibility issues. I say using HTML for compatibility is pointless. You might be able to say a site looks the same on two or three current or older browsers, but you can't say that your site is usable for anyone and everyone who visits, irrespective of browser or platform, screen size, or even whether they're reading the page or it's being read to them. Which technique achieves wider compatibility? The one that means a site can be used by anyone using any program on any internet-capable device or the one that means a site can only be used by those with one of a small selection of visual browsers?

You're right, of course, this is a topic in itself.
ILoveJackDaniels is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-09-2004, 08:22 AM   #12 (permalink)
Inactive
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 2,466
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
You're a patient man - thanks for making a good and spirited argument.

I shall try and be more considered next time someone mentions using CSS instead of tables.

At heart, I'm just an old dog who struggled enough to get his head around basic HTML and CSS.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-09-2004, 08:34 AM   #13 (permalink)
Inactive
 
Join Date: 02-23-04
Location: South UK
Posts: 60
iTrader: 0 / 0%
Latest Blog:
None

ILoveJackDaniels is liked by many
Hehe, I didn't think I'd manage to convert you (or the countless others still happily using tables).

At the end of the day, the most important factors in making a decision on whether to use CSS for layout or to go with HTML are money and time. If you will find it easier and cheaper to use HTML, then do that. If that's what you're used to and you don't have time to get to grips with something new, then best stick with HTML. If a client wants HTML and won't change their mind, use HTML - better than not being paid to work. There's a lot of factors - I just think compatibility should never be one that's used to argue in favour of pure HTML designs .
ILoveJackDaniels is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-09-2004, 08:38 AM   #14 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
I think DIVs can have a positive effect on SE ranking though how significant I don’t know. Please look at this page done in DIVs

http://www.futuremovies.co.uk/friend....asp?movie=216 (sorry its a plug)

See how the navigation (and other potential text) is at the bottom of the HTML but on the page its at the top!

It will not help ranking on Google but other SE may be effected like Inktomi but the best thing about it is that if done properly (unlike the above example) you will see the description on the Google results and not the navigation - sweeet
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
IPS Tags ajkendall Domain Name Forum 0 09-05-2007 03:21 PM
I need help with tags robertjames81 Blogging Forum 5 04-10-2007 03:28 AM
Use of H1 tags GeXus SEO Forum 10 08-04-2004 06:51 AM
<div> tags??? Pretend Coding Forum 7 11-12-2003 02:43 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:35 AM.
© Copyright 2008 V7 Inc