I’m asking this because I have some links that act like buttons that pull out content trough ajax, so I don’t need any href on them.
(I’m asking this from the SEO perspective)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. Anchors without href attributes are not links.
If you are doing that, then do it right. Use Unobtrusive JavaScript and pushState.
“Links” that only work if you are using a pointing device and have JS turned on are not good links.
Search engines won’t execute your JavaScript, so the pseudo-links (which depend on JS) are just black holes of nothingness as far as they are concerned).