Posts Tagged with
SEO
SEO stands for Search Engine Optimization. SEO helps your website owners rank your website pages higher in Google search results. SEO is for all search engines such as Google, Bing, Yahoo, Yandex and so on. But to be honest, almost everybody uses Google. That’s why we always say “google it”.
SEO gives you a checklist of must-do list to rank in the first page on Google. Google indexing and ranking algorithms are getting better each day.
If you are a youtuber and/or blogger or have any business on the internet, make you you do not make those mistakes.
Spam The repeated comment on Facebook on too many posts is spam. By this repeated post or comment, you spam the news feed on other users. And that’s a prohibited thing on all websites especially platforms (Facebook, YouTube, Twitter, .. etc).
Scam When you post a link of a poll and say that this website give you an iPhone as a prize, you are scammer!
what is lazy-loading Lazy-loading means load this element on demand. We use the lazyloading technique to speed up the web page load time.
using lazyloading with images Sample code for image element with lazy loading enabled.
<img width="" height="" loading="lazy" src="" alt="" /> The loading="lazy" is to load the image on demand. width="200" and height="400" to save the space for the loading image. src="" for the image url. alt="" to give a description for the image for accessibility purposes.