SEO Technical Issues

Web and Mobile

Fix SEO technical issues to improve site performance and rankings. Learn how to troubleshoot errors and enhance search visibility.

Jump to Learn

SEO Technical Issues

Other Checkups

Check List

Competitors

Technical Coding

Headings Instructions

You can use as many heading tags as you want on your page. But the major question is which heading tag. There are 6 levels of heading tags present in HTML(5) – h1,h2,h3,h4,h5,h6. Firstly, good SEO headings should follow the proper hierarchy.

For example, h1 should be followed by h2 as a child element. You cannot keep h3 as a parent element and h2 as a child of h3. That will harm your SEO.

Secondly, there should be only:

  • One h1 tag in a page
  • 3 or 4 or 5 h2 tags

You can use other headings tags according to your requirements. Make sure you follow the above rules for good SEO.

Using the console to get the structure

var jqry = document.createElement('script');
jqry.src = "https://code.jquery.com/jquery-3.3.1.min.js";
document.getElementsByTagName('head')[0].appendChild(jqry);
jQuery.noConflict();

setTimeout(function(){

$("h1").css("background","RED");
$("h2").css("background","ORANGE");
$("h3").css("background","YELLOW");
$("h4").css("background","PURPLE");
$("h5").css("background","GREEN");
$("h6").css("background","BLUE");

}, 3000);

Schema Implementation

Schema Source Codes

You must minify the code after changing, select remove tab and lines, Minify with https://codebeautify.org/remove-extra-spaces

Make sure the below codes including WordPress and website, you can choose which one related to your development

Schema Code for WordPress: https://codepen.io/greenmindagency/pen/KKzdBvN

Schema code output for other websites: https://codepen.io/greenmindagency/pen/JjXYByB

Schema Video Instructions

Google Featured Snippets

The best example below if from Neil Patel website, he puts the important answer for the topic in a paragraph and em tag, example below:

https://neilpatel.com/what-is-content-marketing/#Definition

Technically google content snippet creation with paragraph and em tag


Images CDN compression

Using Shortpixel

https://cdn.shortpixel.ai/client/q_glossy,ret_img,w_1024,h_536 “then add the image Absolute URL”

Example:

https://cdn.shortpixel.ai/client/q_glossy,ret_img,w_1024,h_536/https://blog.greenmindagency.com/wp-content/uploads/2021/01/All-Ways-to-remove-Background-From-Images-1024x536.jpg
Table of Content
    Related Content