
一个Hexo插件,解决外链跳转问题
The hexo-external-link plugin is a valuable tool designed for Hexo users looking to manage their external links efficiently. By automatically configuring HTML anchor tags for external links, it provides optimized functionality that enhances both user experience and SEO benefits. This plugin is particularly useful for bloggers and website creators who want to ensure that external links do not impact their site's ranking while maintaining an organized structure for their content.
In addition to adding necessary attributes to external links, the plugin also generates a dedicated page for link redirects, which is particularly advantageous for controlling user navigation. With a few configuration steps in the Hexo _config.yml file, users can quickly enable and customize this plugin for their specific needs.
target='_blank' and rel='external nofollow noopener noreferrer' to external links, effectively informing search engines that these links should not count toward the site's weight.go.html) in the root directory, allowing for a controlled user experience when navigating to external links._config.yml, tailoring the plugin's functionality to their specific requirements.
Hexo is a static site generator built with Node.js that enables developers to create fast and efficient websites using Markdown, EJS, and Stylus. It offers features such as server-side rendering, plugin support, and easy deployment to hosting services like GitHub Pages and Netlify.