Want to improve your website SEO ranking, here are 100+ quick tips that you can really benefit from,
- Content is King!
- Do not stuff keywords!
- Sound natural!
- Quality over Quantity!
- Do keyword research before you publish content!
- Do not repeat contents.
- Keep your website updated.
- Make sure you keep adding fresh contents to your website often.
- Make sure your URL has keywords related to your post.
- Your webpage title should have your target keyowrds.
- Have sufficient content on you website.
- Your webpage description should have your targeted keywords.
- Key keywords relevant to your website.
- Make sure your webpages have language attribute in html tag: example - lang="en-US".
- Make sure you are using title tag, keep it around 50-65 characters long.
- Make sure you have the meta description tag in your webpage: keep it around 100-120 characters long.
- Make sure you at least one H1 (heading) tag in your webpage: Wisely use H2-H6 tags as well.
- If you have images in your webpage, make sure you use alt, title attributes in img tag.
- Make sure you are using canonical tag in your HTML head section.
- You should have your website use HTTPS (SSL certificate) even if it displays static data (effects trust and ranking)
- Make use you just have one entry point to your webpages: example www. http. http://www. all 301 (permanent redirect) to https://
- Make sure your Website uses 404 webpage.
- Make sure your Website sends a 404 redirect message when a page is not found.
- Use favorite icon.
- Make sure you use UTF-8 encoding.
- Make sure you are using anchor tags correctly.
- Use HTML5 (recommended)
- Make you website responsive (use css media queries) for mobile friendliness.
- Make sure you use viewport meta tags
- Make sure your page load time is less than 1-2 second
- Reduce the total number for external links files such as css and js files to reduce page load time.
- If possible use embedded css.
- Minify your css files.
- Minify all your javaScript files.
- Gzip all your http response payload to improve page load.
- Make sure your page font size > 12px or easily readable on smaller screens (mobile phones)
- The elements on you page have sufficient distance so they do not overlap on touch screen tap.
- Interactive elements such as buttons & links are large enough (48 x 48px)
- Preload key webpage contents, using <link rel=preload>
- Avoid multiple page redirects.
- Do not use 302 redirects.
- Use caching for static contents to improve page load time
- Make sure your DOM size is not huge.
- Make sure your code to text content ration is > 20%
- Avoid using document.write() method
- Make use of ordered and un-odered list whenever applicable.
- Add a robot.txt file to you website.
- Add sitemap.xml files to you website so they are crawled by the search engines
- Make sure you sitemaps are up-to-date
- Configure Google Analytics script to all your webpages
- Configure Google Webmaster with your website.
- Configure Bing Webmaster as well.
- Submit your sitemaps to Google, Bing, Yandex and Baidu.
- Look for crawling errors reported by Webmasters and try fixing them.
- Check your website desktop page speed on: https://developers.google.com/speed/pagespeed/insights/
- Improve your mobile webpage speed score: follow: https://developers.google.com/speed/pagespeed/insights/
- Compress your images to improve page load.
- Avoid using too many css and javascript libraries (try avoiding them)
- Follow w3 standards.
- Make use of AMP framework.
- Fix all AMP issues.
- Create your websites social pages: Facebook, twitter, Instagram, LinkedIn e.t.c
- Add social share icons on your webpages.
- Use schema.org tags.
- Do not shy to add reference links to good websites.
- As the domain ages, your trust improves.
- Build links to page within your own website.
- Keep you website updated with latest web standards.
- Use microformats if applicable.
- Use RDFa if applicable.
- Make URLs user friendly.
- The site should generate good natural backlinks over time, check Webmaster tool.
- A blog section could be helpful.
- Having a user comment section could be helpful.
- Create a About Us page.
- Create proper navigation with-in your website.
- Recommended to avoid loading content using javaScript.
- Revisit your old posts and keep them up to date.
- Only use hyphens in your page URLs
- Keep text in URL in lowercases
- Keep checking Google Webmaster Performance page to check what queries is your webpages ranking for and keep improving.
- Check for coverage in Google Webmaster.
- Remove 404/Outdated webpages using Webmaster remove Removal page.
- Check core web vitals in Webmaster tool.
- Reduce your website bounce rate.
- Create hyperlinks to other articles so to reduce bounce rate.
- Keep a check on website security.
- Use CDNs for load static data.
- Do not use obsolete or depricated HTML tags.
- Improve First Contentful Paint (FCP) time.
- Reduce javaScript execution time, keep them at the bottom of the page.
- Remove unused CSS code.
- Remove unused JavaScript code.
- Do not use too many html comments.
- Remove commented out code.
- Exable text compression.
- Make sure your server latency is less.
- Make sure your SSL certificate is not expired.
- Make sure there are no website crawling issues.
- Website should not have too many 404 redirects.
- Have enough contents on each pages.
- Engage your visitors. Build trust!
More Posts related to HowTos,
- Fix NVIDIA GeForce Experience ERROR CODE 0x0003
- How to convert byte array to String [Kotlin]
- Unzip a Zip file from Terminal Command
- How to write hello world different languages syntax
- [Error] zsh: command not found: mvn
- How to know the version of OpenSSL
- [Solution] IDEA IntelliJ System.out.println function shortcut (sysout alternative for eclipse IDE)
- The default username and password for RabbitMQ
- ChatGPT Outage: Hmm...something seems to have gone wrong. Maybe try me again in a little bit.
- How to check the version of NodeJS installed
- Gmail Unable to upload because it is a folder or a package (like an application bundle or RTFD document)
- How to remove password from pdf file
- BSNL Broadband upgrades speed to minimum 2MBps for all users 512Kbps 1Mbps
- MongoDB: Failed to connect to 127.0.0.1:27017 reason: Connection refused
- Turn off Focus Mode on Mac
- Steps to Delete or Deactivate Instagram Account
- [IRCTC] Indian railways official eRail API 1.1 for developers to get train info
- CentOS Cannot find a valid baseurl for repo base7x86_64 yum
- Why I see Download pre-built shared indexes in IntelliJ
- Copy file from a remote server to current local directory system using SCP command
- [Fix] Minecraft Error: A JNI error has occurred, please check your installation and try again
- How to install Zsh shell
- Merge multiple zip files without unzipping (extracting)
- How to find someone on Instagram
- How to get an embed code from Vimeo?
More Posts:
- Configure AWS Access ID and Secret Keys using CLI on Mac - AWS
- [Solutions] Android Error in an XML file: aborting build. Eclipse SDK - Android
- How to connect to Microsoft Exchange Online using PowerShell - Powershell
- How to use Autocomplete and Autosuggestion in Shell Commands - Bash
- 16: Find the largest element in a List - 1000+ Python Programs - Python-Programs
- How to reset Eclipse IDE Code Font - Eclipse
- How to create SharePoint List Item programmatically using C#.net - SharePoint
- Docker MySQL Compose File with Volume Example - Docker