Hi, does anyone know if there a way to make an element of a webpage appear at the top of the page to a search engine spider even though it is not right at the top.
For example if you had a menu at the top of a page and text underneath, is there a way to make the text be read first by the web browser/ search engine spider using tables or something?
thanks
Page element positions
-
80smusic
- Posts: 83
- Joined: Sun Aug 06, 2006 6:22 am
- Contact:
Page element positions
[url=http://www.80smusicforum.com/]80s Music Forum & News[/url]
-
jason8
- Posts: 4
- Joined: Mon Jan 01, 2007 7:18 pm
- Location: Boston
- Contact:
You can use CSS Layout for this. Here's a tutorial I reference often:
http://www.westciv.com/courses/course_i ... e/toc.html
http://www.westciv.com/courses/course_i ... e/toc.html
[url=http://www.pinbottle.com]Boston Website Design[/url]
-
80smusic
- Posts: 83
- Joined: Sun Aug 06, 2006 6:22 am
- Contact:
-
harrysmith
- Posts: 61
- Joined: Fri Dec 22, 2006 12:11 pm
- Contact:
I think this link may help you : http://www.seoelite.com/HTML_SEOLesson2-as.htm which suggest you how to position your page elements and Force Google To Read Your Keywords First!
-
jason8
- Posts: 4
- Joined: Mon Jan 01, 2007 7:18 pm
- Location: Boston
- Contact:
The example below would allow search engines to read your keywords first even though the user would see them at the bottom.
<html>
<head>
<style type="text/css">
#keywords {position: absolute; top: 500px; left: 380px;}
</style>
</head>
<body>
<div id="keywords">
My Keywords
</div>
<div>
Main Content
</div>
</body>
</html>
<html>
<head>
<style type="text/css">
#keywords {position: absolute; top: 500px; left: 380px;}
</style>
</head>
<body>
<div id="keywords">
My Keywords
</div>
<div>
Main Content
</div>
</body>
</html>
-
Janna122003
- Posts: 97
- Joined: Fri Nov 17, 2006 3:13 am
- Contact:
-
smilemaker
- Posts: 81
- Joined: Mon Jan 01, 2007 9:12 am
- Contact:
thanks its usefulharrysmith wrote:I think this link may help you : http://www.seoelite.com/HTML_SEOLesson2-as.htm which suggest you how to position your page elements and Force Google To Read Your Keywords First!
[url=http://www.sourcecodegoods.com][b]Download Softwares & Scripts With SourceCode & PLR[/b][/url]
Who is online
Users browsing this forum: No registered users and 125 guests