Been a few posts about seo. I thought I'd share this tid bit:
Meta tags with site description and keywords is pretty much ignored by search engine spiders along with hidden content because devs abused them and the search results were unpredictable for the user.
Now I work a lot in the Google eco system including apps, analytics and search console to ensure and monitor client websites etc. One of the newer tech that replaced meta tags is structured data snippets that help let Google know what in on the page and what to index in results etc.
This is one of many ways to help your site be indexed properly. Also use (unless your in China which doesn't allow google) to set up a Google Search Console account. This tool not only shows how your site ranks, but tidbits of information how to help increase indexing and keywords associated with your site.
Been using structured data for a year or two now. I’m not too involved in SEO, but I figure every little helps and it can’t hurt to have more descriptive mark-up on mine and my clients’ sites!
If you can't verify by Domain name provider (recommended), then I suggest verifying by HTML tag.
<meta name="google-site-verification" content="Your Code provided by Google Search" />
It only needs to be there a few minutes to verify you have access to the site. With Laravel it's a pain to do the HTML file as the site will be down as you would replace the index.php with the file google provides.
Meta tags with site description and keywords is pretty much ignored by search engine spiders along with hidden content because devs abused them and the search results were unpredictable for the user.
Meta keywords are mostly pointless now, but a good meta description will often be shown to users by search engines.
It's not going to help your rankings, but it may help your traffic.
I added structured data to some project pages using schema.org types and saw better rich snippets in search results within a few weeks. JSON-LD format worked best for me.