The code in the examples is always on P1.
Example 1:
<IMG SRC="dog.jpg" ALT="IMG-KW">Regular image (no link). No problems with that one I guess: IMG-KW should be any of the P1 KWs.
Example 2:
<A HREF="P2.htm" TITLE="TITLE-KW">LINK-KW</A>Regular text-link. Obviously LINK-KW should be any of the P2 KWs. But what about the TITLE-KW? Should that be a P1 or a P2 KW? If a P2 KW, should I prefer the same KW as the LINK-KW (e.g. KW1) or the other KW (e.g. KW2).
An "expert" told me to use a P1 KW, but that doesn't sound logical to me as the title-tag is informing the user about the linked-to page.
Example 3:
<A HREF="P2.htm" TITLE="TITLE-KW"><IMG SRC="cat.jpg" ALT="IMG-KW"></A>An image-link (no text). The TITLE-KW is not visible to anyone. Would that mean you should skip it? If not should I use a P1 or a P2 KW? For the IMG-KW intuitively I would use a P2 KW as the image-link informs about another page. Is that the right thing to do?
One might argue that I should use the KWs most relevant to the user, so lets assume all KWs have equal relevance.
I am about to start optimizing alt and title-tags on my site. Your help is therefore much appreciated.










