Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
Css Layout For Seo
#1
Posted 28 April 2007 - 03:37 PM
Every topic I've read on CSS positioning contains this structure
<div>
<h1>Topic Title</h1>
<div style="float:right;">Link Content</div>
<p>Article Content</p>
</div>
The issue with this approach is that the search engines will scan the "Link Content" before the "Article Content". I want the search engines to scan the "Article Content" before they scan the "Link Content"
If I move the code for the "Link Content" box after the "Article Content", the "Link Content" box will display below the "Article Content" section, rather than to the top-right of the article. I want the "Article Content" to wrap around the "Link Content" box.
Are there any CSS pros out there that can help provide a cross-browser solution for doing this?
Thanks!
#2
Posted 28 April 2007 - 03:48 PM
Well you could, but it will be a lot of messing about for absolutely no benefit whatsoever and of course screw up completely for accessibilty user agents.
I'll bet you've been reading some crap "articles" about words appearing first being seen as more important haven't you.
#3
Posted 28 April 2007 - 04:43 PM
Why?
#4
Posted 28 April 2007 - 05:26 PM
The links are less important to me from my SEO perspective. Am I off base?
Well you could, but it will be a lot of messing about for absolutely no benefit whatsoever and of course screw up completely for accessibilty user agents.
I'll bet you've been reading some crap "articles" about words appearing first being seen as more important haven't you.
#5
Posted 28 April 2007 - 05:48 PM
#6
Posted 28 April 2007 - 05:50 PM
Yup.
You're placing a hurdle in front of you that is completely needless since the small link block will have no effect on ranking of the page for the keywords in your article.
#7
Posted 28 April 2007 - 06:08 PM
I can tell you for sure...
You've been reading crap articles. Make that
articles.
#8
Posted 28 April 2007 - 06:18 PM
You've been reading crap articles. Make that
articles.Edited by anim8tr, 28 April 2007 - 06:31 PM.
#9
Posted 28 April 2007 - 06:39 PM
Is the relation of one word to another in a sentence or phrase. And is useful when optimising for phrases but isn't a make or break thing.
What you're asking about is the so-called keyword prominence
#10
Posted 28 April 2007 - 07:36 PM
What you're asking about is the so-called keyword prominence
#11
Posted 28 April 2007 - 07:51 PM
#12
Posted 28 April 2007 - 09:52 PM
If you chase these myths to the source, the trail usually leads to ISOS.
#13
Posted 28 April 2007 - 10:34 PM
By whom?
#14
Posted 29 April 2007 - 09:14 AM
There was mention of it in the copywriting section as well as the linking strategies section. I did not take notes word for word, but the slides handed out for the linking strategies section mention:
"anchor text tells the SE what the page is about"
- (note: I do not want my page to be "defined" by the links)
"get descriptive text surrounding the link when possible"
- (note: concerned that my css layout may produce unpredictable SEO results)
"search engines these days are thought to be using block level analysis where links are grouped"
- (note: an example of this was also mentioned in the copywriting section)
I do not recall where I had heard or read about whether or not Google uses keyword proximity, but it might have been at one of the seminars at the SES conference in Chicago last December.
Edited by anim8tr, 29 April 2007 - 09:31 AM.
#15
Posted 29 April 2007 - 09:56 AM
- (note: I do not want my page to be "defined" by the links)
That's for the page that is being linked TO. And you absolutely DO want this to happen.
- (note: concerned that my css layout may produce unpredictable SEO results)
Text in a container that is "floated" is NOT being surrounded by the text in the container following it.
what the above quote refers to is;
<span> This is some descriptive text that is in close proximity to the <a href="pagename">anchor text</a> the link to the other page</span>
You are mixing up what browsers render visually and what non-visual user agents "see"
A non-visual UA such as SE bots/indexers simply loads the source code for the page and reads the code/text in the straight line, so your "link block" is read as seperate lines of text to your content block.
so the SE would get
link
link
link
...
Start of the content is here ....
The only thing I would change would be to bring the H1 header below the floated container (in the source) and increase the top margin (or padding) on the link container to give the appropriate visual alignment.
This would (in document structure terms) set the H1 to apply to the following text (in the content container) rather than apply to the link block as well.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









