improved lighthouse score on blog's page #113
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In this PR:
Addressed all the issues related to lighthouse improvement of the blog's page:
alt
attributes to img tag.Links do not have discernible names
.Current Lighthouse:
![image](https://user-images.githubusercontent.com/96697569/193657948-d096190d-f08f-4373-839d-996d520ebc4d.png)
After changes:
![image](https://user-images.githubusercontent.com/96697569/193658060-b6961159-7a6d-488b-8f5f-3df76580cdea.png)
However there is some drop in the lighthouse score due to 'netlify' in the deployment. These can be ignored (for obvious reason).
PS: I guess there's something wrong in
best practices
in Lighthouse...yesterday the score of the current site was 83 in that but now showing 100 yet netlify deployment still shows the same i.e. 83. (It's because of the reason thaterrors logged in the console
but i have'nt changed anything related to this in this PR).Fixes
Fixes part of #107 by @somudas
Types of changes
Checklist: