Tagged Questions
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 ...
9
votes
2answers
340 views
Is <a href=“#”>link</a> a broken link?
When using empty URL fragment links, to send a user to the top of the page (e.g. <a href="#">return to top</a>), are these links considered broken or invalid? One of my tools is returning ...
2
votes
2answers
262 views
HTML favicon wont show on google chrome
I am making a HTML page that is unpublished and that I just started. The first thing I wanted to do was add a favicon to appear next to the title. I'm using google chrome and I noticed that other ...
0
votes
1answer
55 views
How to link messenger-usernames on a website?
I want to link usernames of instant-messengers (for example ICQ, AIM, YIM, MSN, Skype,...) on my website.
For Skype i might use <a href="callto:username">Skype: username</a>
But what ...
1
vote
1answer
100 views
How to have html display a link, but open a javascipt function instead?
I have an html page, and I need a link to show that the user would be going to 'example.html', when really, the link goes to 'javascipt:ajaxLoad(example.html);'.
EDIT: I went over to stackexchange, ...
4
votes
5answers
1k views
Absolute vs relative links
Our site's navigation links are currently in relative form:
<a href="/section">
The SEO company I mentioned in my previous question recommends we change them to absolute links:
<a ...
1
vote
1answer
126 views
Redirects in .htaccess to avoid crawl errors
I am getting a lot of errors in Webmaster Tools and basically there's a lot of links ending like this: mydomainname.com/links.php
How can I redirect these links, to shave off this part at the end? ...
3
votes
3answers
120 views
Could link decoration be considered deceptive?
A discussion in the warrior-forum made me wonder if google might perceive link decoration as an attempt to deceive the visitors..
The issue being if you style your links to show like normal text.
...
2
votes
1answer
119 views
What's the best way to put invisible for user but indexable link?
I have several sites on the same topic but still competitive to each other. I would like to put cross links on these sites in text so they won't be visible/"clicakble" but still indexable by search ...
4
votes
3answers
216 views
Uses of LINK tag
The <link> tag appears to have many uses aside from stylesheets. For example the W3 suggest using it for previous/next/index pages.
I know that Opera also has a Navigation toolbar that will ...
19
votes
3answers
5k views
Is the title attribute (not tag) important to SEO?
The title attribute is an HTML standard element available across most tags. e.g.
<li><a title="Widgets listed by household function" href="/widgets/by-function.html">by ...
