Closed
Description
Add direct support for the following attributes:
anchor, hreflang, media, title, type using the standard with builder style method
In order to support link extensions, we could do something like
withExtension(String paramName, String paramValue)
I will submit a pull request with changes to support this enhancement.