Posts tagged links

Opening external links in a new window using jQuery

Opening external links in a new window using jQuery

Using external for rel attribute on a link, you can specify that the link is outside of the current site. This attribute is commonly used for SEO and styling options. And to open a link in a new window when user clicks it you can use target attribute. What if you wanted all external links to open in a new window? jQuery is the answer.
Read More →

SEO Tip: highlight nofollow links for authors in wordpress

Hyperlinking is a tradition in blogging, but in Search Engine Optimization, every external link is a dangerous trap. As google says too many links are bad for you, too few is boring. So while linking to external sites you need to be careful, as it can affect your page ranking and also credibility of your site.
Here i will show you a simple CSS trick you should consider using for identifying nofollow links on your wordpress blog.
Read More →

Adding “nofollow” option to WordPress add link page

Adding “nofollow” option to WordPress add link page

With default wordpress add link page you are not allowed to type into the rel input box. Since nofollow is popular now one of my clients requested this option to be added to the add link feature. Read More →