📖
NOTES
  • Welcome!
  • Reference
    • Hacking
      • Penetration Testing Resources Bookmarks
        • Research Links
        • Cheat Sheet
        • Learning/Training
        • Tools
        • Payloads
        • Shell
        • AI
        • Reads
        • Podcast
        • Social Engineering
        • Payloads
      • Web/App Pentesting
        • SQL Injection
          • SQL Injection In The URL
          • SQL Injection In The Search Field
          • SQL Injection in Login forms
          • Boolean SQL Injection Blind
          • Time based SQL Injection Blind
          • Bypassing SQL Filters
          • SQL Injection with sqlmap
          • XPath Injection - Authentication Bypass
            • XPath Advanced Data Exfiltration
          • Payloads
        • XSS
          • Payloads
          • XSS Reflected
          • XSS Stored
          • Dom-based
          • Blind
        • Command Injection
          • Payloads
        • File Upload
          • Payloads
          • Bypass Filters
          • File Upload Tricks
        • SSRF
          • Payloads
        • LFI/RFI
          • Payloads
        • LDAP Injection
      • Port Swigger
        • Access control
          • Lab: Unprotected admin functionality
          • Unprotected admin functionality with unpredictable URL
          • User role controlled by request parameter
          • User ID controlled by request parameter, with unpredictable user IDs
          • User ID controlled by request parameter with password disclosure
        • Authentication
          • Username enumeration via different responses
        • Server-side request forgery (SSRF)
          • Basic SSRF against the local server
          • Basic SSRF against another back-end system
        • File Upload Vulnerabilities
          • Remote code execution via web shell upload
        • SQL Injection
          • SQL injection vulnerability in WHERE clause allowing retrieval of hidden data
      • Burp
        • Setting up Macro for intruder
      • ☁️Cloud
        • Tools
        • AWS
          • 🪣S3 Buckets
          • Amazon IAM
          • Dockers
            • Tools
        • Azure
        • GCP
      • Networking
        • Cheat Sheet
      • Hardware Hacking
        • Computer BIOS
    • HTML/CSS/JAVA
      • Tools
      • HTTP Response Status Codes
      • Bootstrap Templates
      • SSL
      • cURL
      • Grep
    • DataBase
      • My SQL
        • Cheat Sheet
        • Tools
    • PYTHON3
      • Code Resources
      • Python Reference Guide
        • Cheat Sheet
      • Code Projects
        • Jiggler Mouse
        • loan calculator
        • Bilnd LDAP Data Exfiltration
    • SEO
      • Tools
      • On-Page SEO
      • Local SEO and Keyword Research
      • Content Optimization
      • Technical SEO
      • Off-Page SEO Tools
      • Google Ads
    • Cloud
      • AWS
        • Light Sail
          • Hosting Website on Light Sail and Namecheap
        • Boto3
      • Azure
      • GCP
    • Files
      • PDF
Powered by GitBook
On this page
  1. Reference
  2. SEO

Technical SEO

Tools

Measurement Tools

https://web.dev/measure/
https://search.google.com/test/mobile-friendly 
https://webvitals.dev/cls

Optimization Tools/plugins

- Litespeed Cache with memcache
- WP-Rocket
- Autoptimize
- WP fastest cache
- perfmatters.io
- Clearfy

Techniques

  • Make sure to choose a good hosting and stay away from shared hosting plan. Buy a dedicated server and choose the specs depending on your website and how much resources you need. In the appendix below you can find recommended hosting websites.

  • If you are using Wordpress or any other CMS, make sure to choose a light theme and try to stay away from themes that use heavy builders such as Elementor if possible.

  • PHP version should be not below than 7.4.

  • Redirect or Delete Dead Weight Pages Such as Tag, Categories, Out- dated Pages and Low Traffic Pages.

  • Disable embeds and Emojis, Disable XML-RPC, and Disable Self Pingbacks. These functions can be disabled using any Wordpress Performance plugins such as the ones listed in the appendix.

  • Always disable plugins that you don't use. This will reduce the load on the server

    • Delay loading of scripts that send external requests such as Google Adsense scripts. For example, adsbygoogle.js can be delayed using any Wordpress Performance plugins such as the ones listed in the appendix.

    • Use Lazy Loading and you can exclude your logo from being lazy loaded. Lazy loading can be done using any Wordpress Performance plugins such as the ones listed in the appendix.

    • If you have many external resources in your website then you need to use DNS prefetch, prerender, preconnect, prefetch, and preload. These can be achieved using Pre* Party Resource Hints plugin listed in the appendix.

PreviousContent OptimizationNextOff-Page SEO Tools

Last updated 1 year ago