External links flags for gatsby-plugin-catch-links #29902
Unanswered
emiliekmartinez
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
At least for markdown content this already exists: https://www.gatsbyjs.com/plugins/gatsby-remark-external-links/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was just writing my own plugin to make it so external links on my site will open in a new tab, not be followed, and have some other good SEO practices. And as I was thinking about it, I thought there might be a larger use case for this, and it could potentially live in the
gatsby-plugin-catch-links
plugin. Right now the plugin catches links on the same domain and replaces it with gatsby links, but it could also add properties to external links if flagged with a prop/config setting.Has anyone else run into this need?
Beta Was this translation helpful? Give feedback.
All reactions