View Full Version : Would Google care about Tabs on a web page?
getmea
08-07-2006, 11:59 PM
Hi...I'd like to redesign my site because the vertical length of the home page has become very long. Instead, I'd like to create 4 horizontal tabs to click on for information, products, etc. (sort of like the tabs along the top of WebProWorld site).
Does anyone know if Google cares about tabs? They're gonna basically be <div> sections.
Thanks much!
http://www.getmea-skateboard.com
crush123
08-08-2006, 02:17 PM
i guess the tabs are just hyperlinks inside div tags.
they will be considered by google or any other search engine just like other links on your site.
they will be inbound links rather than outbound links.
because they are pointing to your own site's pages.
it helps in SEO as we can better target each page for selected keywords
getmea
08-08-2006, 02:42 PM
i guess the tabs are just hyperlinks inside div tags.
they will be considered by google or any other search engine just like other links on your site.
they will be inbound links rather than outbound links.
because they are pointing to your own site's pages.
it helps in SEO as we can better target each page for selected keywords
Thanks, crush123...good knowing via the SEO perspective.
What I meant to say was each tab would display content physically located on the same page, not link out to other pages within my site. Essentially, nested <div> blocks would act as "tabs". I got this free code from http://www.barelyfitz.com/projects/tabber/ and it looks neat (I'm a novice html coder and am always looking to learn new ways to code). Sorry for using the word "neat".