question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feuture Request: Native No Follow Links

See original GitHub issue

Why are the links No Follow important?

No Follow Links are Important for Web Positioning. Include in your SEO Strategy the use of Backlinks with No Follow Attribute

Now in Ghost: <a href="https://example.com">Web Link</a>

I request this feature: <a href="https://example.com" target="_blank" rel="nofollow noreferrer">Web Link No follow</a>

Could it be a native ghost function?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kevinansfieldcommented, Jan 16, 2018

I had a quick look at Flarum - it’s a forum so the content is user-generated and untrusted so it’s correct to use rel="nofollow" on links there, that’s not the case for blog or general site content that Ghost is built for.

If we were to add comment functionality to Ghost then any links in those comments would have rel="nofollow" added because that’s a proper use-case for it.

0reactions
anoopkanyancommented, Sep 12, 2019

Hey!

There should be an option to chose the link attribute as otherwise on the latest ghost version, the HTML box opens up, and then we have to deal with alignment etc. as by default it puts it in the middle of the page. And no one would want to do that in a long blog post with 2000 words and 50 external links.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nofollow vs. Follow Links: Everything You Need to Know
Nofollowed links are hyperlinks with a rel=“nofollow” tag. These links do not influence the search engine rankings of the destination URL ...
Read more >
Accept sponsored content? Understanding NoFollow Links
Being paid or compensated for sponsored content, affiliation, ads or other links? Then you should be using nofollow links as part of your...
Read more >
When to Use Nofollow on Links & When Not To
Learn what the nofollow attribute does exactly, when you should and should not use it on links, and why it matters for SEO....
Read more >
What are sponsored, nofollow and ugc links, and why use them?
Search engines need a bit of help to qualify links; use the nofollow, sponsored and UGC attribute to help them out. With Yoast...
Read more >
How to Find & Add Nofollow Links to Your Website [Step by ...
Whenever you hyperlink text, that link goes within an HTML tag. A nofollow link is an attribute within the tag that tells Google...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found