1. Home
  2. Articles
  3. Web Design
  4. HTML
  5. Best Practices: Noopener Attribute

Best Practices: Noopener Attribute

Published:

Share

Description

Google DevTools was showing an issue with anchor tags that opened a new window. The suggestion provided by the Google DevTools audit system was to add a relationship attribute to the anchor elements with a value of "noopener". I want to find out more about this attribute and value to see why it is suggested.

Article

The noopener attribute on links is something that I am adding to my personal best practices list. A deep dive in the Chrome DevTools will show this as an issue when preforming audits.

For a list of other anchor(a) element relationship(rel) attribute values check out the W3C definition of relationship values.

Author

Tags

  1. Articles
  2. Web Design
  3. HTML

Related Articles