artesaos / seotools

SEO Tools for Laravel
MIT License
3.12k stars 506 forks source link

Preload links & Custom Tags #300

Open sp4r74cus opened 1 year ago

sp4r74cus commented 1 year ago

Added support for preload links: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preload

Also, to have the ability to add any other meta tag that is not yet supported i added a custom array that takes a raw html tag and adds it in the header.

sp4r74cus commented 1 year ago

updated the files as per your comments. Thanks!

vinicius73 commented 1 year ago

Very nice @sp4r74cus Can you provide some tests for it?

J-Brk commented 1 year ago

Very nice @sp4r74cus Can you provide some tests for it?

If he doesn't make any tests; I will make them in a different commit; since I think this would be an great feature to add to make this package more universal.

vinicius73 commented 1 year ago

There is a conflict @J-Brk Can you fix it?

Also, shold be good do the test with it.

sp4r74cus commented 1 year ago

Dear @vinicius73 & @J-Brk, I apologize for the delayed response. I was away from this project. Thank you for your work and efforts to make this update available!

J-Brk commented 1 year ago