Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / HTML / October 2008



Tip: Looking for answers? Try searching our database.

Image map and SEO query

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
KiwiBrian - 25 Oct 2008 07:13 GMT
In a friend's site the menu is an image map.
E.G.

<map name="Map">
 <area shape="rect" coords="6,13,72,33" href="http://foo.co.nz/index.html"
title="Back Home..." />
  more similar entries for each page...
</map>

Can Google see these other linked pages, or from A SEO pov the menu should
be a conventional css styled menu of a type with which I am reasonably
familiar?
TIA
Jukka K. Korpela - 25 Oct 2008 09:17 GMT
> In a friend's site the menu is an image map.

That's poor usability and poor accessibility.

> <map name="Map">
>  <area shape="rect" coords="6,13,72,33"
> href="http://foo.co.nz/index.html" title="Back Home..." />
>   more similar entries for each page...
> </map>

It's particularly poor accessibility if you omit the ALT attribute (and
thereby use invalid markup, to add formal incorrectness to real injury), as
above and as so often.

(By the way, if I enter a page via a search engine, as people often do, or
via a "deep" link, "Back Home" looks foolish.)

> Can Google see these other linked pages, or from A SEO pov the menu
> should be a conventional css styled menu of a type with which I am
> reasonably familiar?

It's better that you don't know that. Think about accessibility, usability,
and simplicity in navigation, and search engine friendlyness comes more or
less automatically.

"SEO" is a buzzword used largely to sell questionable services and misguided
principles. It promises "optimization", even though it should be obvious
that no optimum can ever be reached in the world of varying search engines
(which are largely intentionally varied to fight against evil forms of
"SEO").

I wouldn't be surprised if it turned out that Google traverses the href
attributes in <area> elements on saturdays only. But I would be surprised if
information about internals of Google were revealed in a manner that
justifies an assumption that the information is correct and stable.

Signature

Yucca, http://www.cs.tut.fi/~jkorpela/

mynameisnobodyodyssea@googlemail.com - 26 Oct 2008 19:30 GMT
> In a friend's site the menu is an image map.
> E.G.
[quoted text clipped - 9 lines]
> familiar?
> TIA

This is an interesting question.
If you look at the text-only version of a cached page from
Google SERPs, if the page uses images maps they are
stripped out of the text-only cache (the image map links
are not in the text-only version of the cache), and
if a URL is linked to only from an image map it does not
appear in SERPs,
so it seems that links from image maps
are not seen by Google,
but if you know of an example to the contrary please write about it.

It is better anyway to use CSS for site navigation,
or for links important to you,
instead of image maps.
alistapart has a very good example of a menu that
looks like a nice image map, but is done
with CSS, not with <map>, so the links are visible to Google,
http://www.alistapart.com/d/imagemap/example2.html
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.