Adding meta description to meta.js
See original GitHub issueEven though there is og:description
, we still need a description
meta tag. Referencing the lighthouse audit bellow.
Fixed in #177
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Is it possible to use JavaScript to change the meta-tags of the ...
Yes, it is. E.g. to set the meta-description: document.querySelector('meta[name="description"]').setAttribute("content", _desc);.
Read more >Adding Meta Tags using JavaScript - Shareaholic Helpdesk
To break it down a little, this code first creates a meta tag element, then we set the name or property (Open Graph...
Read more >How to Change Meta Tags with JavaScript - Semrush
A meta tag is an element of code used to convey specific information about a page to search engines, such as the <title/>...
Read more >adding meta tags to head with javascript - gists · GitHub
Hi, I was trying to create and append some meta tags through JS. Though the tags will be visible, the crawlers would already...
Read more >HTML meta tag - W3Schools
The <meta> tag defines metadata about an HTML document. Metadata is data (information) about data. <meta> tags always go inside the <head> element,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jumpalottahigh I am not sure if you read the full issue, but I resolved it myself in #177 😅
speaking of which, @wesbos or @stolinski, let me know if you guys need a hand going through some of the PRs, with Hacktoberfest too, I can imagine there being a lot of attention on your amazing open source work 😊