Anchor text matters

Improving anchor text is essential for enhancing both SEO and user experience on your website. By understanding what anchor text is, its importance, and how to optimize it effectively, you can create a more navigable and engaging site. Implementing best practices, avoiding common mistakes, and using advanced strategies will ensure your links are valuable, relevant, and contribute to a seamless browsing experience.

Mastering internal linking—concl’d

Join me in this grand finale of a three-part series on internal linking. We’ll dive deep into the nitty-gritty of updating links, balancing SEO and storytelling, and mastering the elusive rel attribute. This is not just about connecting posts—it's about connecting the dots to create a seamless, enjoyable reader experience that even search engines will applaud.

External links best practices—concl’d

Except for very specific cases, no link—be it external or not—should open in a new tab or window! This violates web accessibility standards. Based on my research, using rel="external noreferrer" for external links is also the best practice. The former helps identify external links and the latter covers privacy and security. This approach ensures that my external links are both secure and aligned with modern web standards. Now, if you think that’s all, do not read this concluding part!

External links best practices—cont’d

What are the most appropriate values for the rel attribute for external links? Should I consider replacing rel="external" with more standardized ones? Navigating the nuances of the rel attribute for external links is crucial for preventing security vulnerabilities, protecting user privacy, and managing how your site interacts with search engines. Join me as I dive into this topic—exploring when and why to use these attributes—to ensure my external links are both secure and in line with modern coding practices.

External links best practices

The use of target="_blank" to open links in a new tab or window has been a topic of debate for a while. I embarked on a quest for the truth, diving into a sea of contradictory opinions and expert advice. Drawing on credible sources and authoritative guidelines, I sought to uncover the best practices for handling external links. Join me as I put an end to this ongoing debate.

Broken links

In the vast digital landscape, where every click counts, broken links are the silent saboteurs of user experience and SEO performance. These pesky dead ends can frustrate visitors, tarnish your website's credibility, and even hurt your search engine rankings.

GDPR part 9 – Comment form adjustment concl’d

After few weeks of wandering in the legal limbo, it was time to translate this newly acquired knowledge into practical coding. After eight posts on the subject matter, it was also time to conclude this mini-series on the General Data Protection Regulation.

Overlaying an image with a transparent one

What about protecting your images behind an invisible wall? The idea is as simple as overlaying your to-be-protected image with a transparent one. Whoever tries to save the image (with a right click) will get the transparent image instead. Nice, but how do you implement this?

Gutenberg

On December 6, 2018, WordPress 5.0 was released. It featured the new editor, called Gutenberg! Despite many hostile reviews, the latter is a substantial leap forward in functionality. How did it affect my workflow?