Adding Custom Metadata | Custom Metadata Tags
…ction boot ( ) 11 { 12 // ... 13 14 Metadata :: queueLink ( [ 15 ' rel ' => ' icon ' , 16 ' href ' => url ( ' /favicon.ico ' ) , 17 ] ) ; 18 } 19 } You may notice that we often refer to this action as queueing links or meta tags instead of simply...