artesaos / seotools

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

Fixed-addKeyword function #288

Closed ehsan-soleimanian closed 2 years ago

ehsan-soleimanian commented 2 years ago

it does not work with default Keywords,actually it works like a setKeywords not addKeyword

Q A
Is bugfix? ✔️/✔️
J-Brk commented 2 years ago

Thank you for your contribution!

I have reviewed your commit and this bug seems invalid because it is the intended behavior. The default keywords are a fallback if no keywords are defined. Not to "addKeywords" on top of the fallback keywords.

J-Brk commented 2 years ago

I recommend you work around this problem in your own application. You can easily use the addKeywords to load the defaults first and then add the one's you want.

Please note that keywords are no longer supported by Google.