Skip to content

premshetty/Good-SEO-practise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Good-SEO-practise

normal Script Execution

image

Keep only important Scripts here , that should execute while the page loading itself

with Async

image

async is a good way to stop rendering time

with Defer

image

combining styles and scripts

combine all the styles and scripts that are not in visible area while loading and put them in defer or create a function that exectes after the website loaded completely and push those styles and scripting so that the performance will be increaded

Don't leave Anchor Tage Empty

<a> something </a> This will be a bad practise instead use p tag or use href inside <a> tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published