The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
55 views

Moving the title of a link [migrated]

I am not a HTML/CSS expert but I am in charge of developing and maintaining a website for my employer. I have set of link in the middle of my webpage that I want to have a specific CSS applied to ...
4
votes
1answer
135 views

How to prevent duplicate title tags for multilingual content

Google is reporting duplicate title tags for a website that is built for 2 languages. The URL structure seems fine it is something like: example.com/place-1 example.com/fr/place-1 The title tags ...
2
votes
2answers
91 views

Is better for SEO to have text on the page versus in the title of the a tag?

We have a page on our site with a listing of product categories. All the links point to other pages on our site. Currently there's no text associated with the links other then the linked text itself ...
2
votes
2answers
73 views

Is the Title attribute still used?

I'm curious if anyone still uses the Title attribute? I've noticed that none of the sites I visit on a regular basis use it at all, I'm talking about sites like ArsTechnica, The Verge, the BBC, ...
1
vote
2answers
155 views

All caps <title> text - does it effect CTR ? Is it allowed

by having all your text in CAPS i presume that there is a slight increase in CTRs, has any one experimented / experienced this ? Are you allowed to have all caps title text, or is it seen as spammy ...
1
vote
1answer
102 views

Is this over optimisation of the <title> tag?

I've got a page on a camera review site the page is as follows (below). Would you consider this over optimisation / keyword stuffing? Specifically in the title tag as it has 2 references to "canon ...
1
vote
0answers
35 views

SEO Is it Good or Bad to add Company Name to Title Attribute? [duplicate]

Possible Duplicate: Is the title attribute (not tag) important to SEO? So while I'm filling out title / alt attributes I noticed I was just automatically adding my company name to almost ...
1
vote
2answers
309 views

Why won't title attributes get indexed in Google?

When I search for Ride On + my site's name, I see that it's indexed. But when I search for Green Horse + my site's name, I don't see my site appearing in the results anywhere! Here's my code: ...
2
votes
1answer
224 views

Tooltips for keyboard users

The title attribute can be used on almost any HTML element, particularly hyperlinks, to provide some additional detail of the element. This is useful for screen readers, but not so much when using the ...