Discuss Div orders important in SEO??? in the Google Optimization forum on SEO Chat. Div orders important in SEO??? Google Optimization forum discussing techniques to increase rank in Google. Find help for defeating spam pages, building site trust, and beating the Google algorithm. Also read about the best SEO tools to help with Google search.
BuySellLinks.com is a new Text Link Advertising Brokerage by the founder of LinkAdage that offers high-end text links and a premier membership base. We screen all advertisers and publishers and their web pages to make sure we are offering a service that works for everyone. Our plug-in is super easy to install but if you are hands off, w e offer free installation.
Tired of dealing with shady text link buyers and/or sellers? Try BuySellLinks.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
The <div> tag defines a division or a section in an HTML document.
The <div> tag is often used to group block-elements to format them with styles.
So I dont understand how naming your div as you have suggested will tell google what order to view your site in?! If this is true and google can do this can you please post a link to proof so I can read up on it as I have not heard of this before.
Posts: 1,074
Time spent in forums: 2 Weeks 1 Day 14 h 31 m 51 sec
Reputation Power: 542
There are no div orders. What you're seeing is a default naming convention that Photoshop uses when someone slices a PSD file and converts it to a template for an html page.
__________________ Frankly, I wonder who Frank is and why he has his own adverb.
Posts: 806
Time spent in forums: 6 Days 13 h 37 m 14 sec
Reputation Power: 230
As others have mentioned I don't see this having an effect on SEO. Going to the extreme level of dissecting the code on your site isn't the best bang for the buck in my opinion. Make sure your using search friendly technology (avoid flash when possible), use title tags, add content & internal links but other then that focus on fresh content and links. These truly are what will sore you to the top of the search engines.
__________________ I'm a Minneapolis SEO consultant offering
custom SEO site audits for small businesses.
Posts: 48
Time spent in forums: 14 h 1 m 7 sec
Reputation Power: 0
Div order is not important for SEO ...
Maybe you thought the for div applied similar rules as for the table ...
However, when you give the names of div ID, I think it is better to see in the text that google crawler finds
Code:
<div id=''keyword"> than <div id="pgrDivTopText"> ...
Posts: 2,652
Time spent in forums: 3 Weeks 1 Day 10 h 1 m 7 sec
Reputation Power: 668
Quote:
Originally Posted by infoman66
Div order is not important for SEO ...
Maybe you thought the for div applied similar rules as for the table ...
However, when you give the names of div ID, I think it is better to see in the text that google crawler finds
Code:
<div id=''keyword"> than <div id="pgrDivTopText"> ...
id and classes are just code and have nothing to do with SEO so you should just name them as you wish and something that you will know what that part of the code is for, not be using keywords as this is a pointless thing to do and will only have you and who ever touched your code wonder whats what!
Posts: 54
Time spent in forums: 8 h 59 m 29 sec
Reputation Power: 13
What you might be referring to is putting your menu in the HTML at the bottom (and absolutely placing it via CSS). This can be beneficial if you generate incredibly large pages (html-wise). Google does not guarantee that it will crawl all of the page if it is too large. Putting your content at the top of the page will increase your chances of having it crawled then.
But I'm pretty sure that 99% of the sites out there don't have to apply this method, so you shouldn't either, probably.