question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding meta description to meta.js

See original GitHub issue

Even though there is og:description, we still need a description meta tag. Referencing the lighthouse audit bellow.

screen shot 2018-10-08 at 6 17 39 pm

Fixed in #177

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
sergicalcommented, Oct 9, 2018

@jumpalottahigh I am not sure if you read the full issue, but I resolved it myself in #177 😅

0reactions
sergicalcommented, Oct 9, 2018

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 😊

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found