[FEATURE] Change buttons to links
See original GitHub issueDescription
I have experience with SEO and buttons are bad for
- UX
- Accessibility
- SEO
If something is a link to another website it should be a real link, not a button.
Also, real links (without rel="nofollow"
) can really help Open Source projects. If someone will create a profile with links to his project’s official websites.
I’m not sure how much in this community are actual FOSS authors and maintainers.
Screenshots
No response
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (8 by maintainers)
Top Results From Across the Web
A Complete Guide to Links and Buttons - CSS-Tricks
Our complete guide to links, buttons, and button-like inputs in HTML, CSS, and JavaScript.
Read more >How to change button links - BoldGrid
I have buttons on my website and I'm having a hard time changing the link. When I click on the button, and the...
Read more >HTML Button Link Code Examples – How to Make HTML ...
In this article, we are going to explore three different ways you can make an HTML button act like a link.
Read more >Buttons - New Google Sites
Button links to external sites will open and display in a new tab. ... To change the size of the button, just drag...
Read more >Create Custom Buttons and Links Unit | Salesforce Trailhead
Click Buttons, Links, and Actions, then click New Button or Link. Name the button Map Location . Select Detail Page Button. Paste this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I agree with jcubic here - buttons should be buttons, links should be links. We can style an
a
element however we want, but using abutton
isn’t semantic.@emmalearnscode Ok, If everyone agrees to this change. I can change buttons to links.