Forum Moderators: open

Message Too Old, No Replies

Which way is SE friendly...?

Suggest me!

         

Bachu

11:09 am on Jan 15, 2007 (gmt 0)

10+ Year Member



hi i am new to this all html which method is rightway for spider(SE)friendly...

<p>InnovateIdea</p><br /><p>provide</p><br /><p>Terms</p><br /><pCareers</p>

or

<p>InnovateIdea</p>
<br />
<p>provide</p>
<br />
<p>Terms</p>
<br />
<p>Careers</p>

topr8

11:39 am on Jan 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



there is no difference,

although in both cases the <br /> tag is incorrect and is not required

Robin_reala

12:04 pm on Jan 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Theoretically your top example might be ever so slightly better as there's less characters (in this case only line break characters) between your content.

But really, you'd be far better off investing the same amount of time that you would do to make this change in working on your content.

g1smd

12:11 pm on Jan 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



As above, the <br> tag is not required. The <p> ... </p> tag pair explicitly have white space above and below the paragraph.

If you need that white space to be bigger, then use CSS to alter the top and/or bottom margin or border properties of those paragraphs.

rocknbil

8:27 pm on Jan 16, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are those links? If they are, you are better off creating an unordered list than paragraphs, even if they are all on one line, and styling as suggested for your spacing.