Other Checkups
- https://seositecheckup.com
- https://sitechecker.pro
- https://app.neilpatel.com/
- https://majestic.com/
- https://www.wmtips.com/tools/keyword-density-analyzer/
- https://suite.seotesteronline.com/seo-checker
- https://moz.com/link-explorer
- https://moz.com/domain-analysis
- https://www.seoptimer.com
- https://www.seoreviewtools.com/seo-checker
- https://app.upcity.com/free-tools/seo-report-card/greenmindagency-com-165593
- https://ahrefs.com/backlink-checker
- https://technicalseo.com/tools/
- https://www.aleydasolis.com/english/international-seo-tools/hreflang-tags-generator/
Check List
Competitors
- Technical: https://chechk the website with 2 checkers – gtmetrix and woorank
- Keywords: https://neilpatel.com and prepostseo.com/keyword-density-checker
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
- https://schema.org/
- https://neilpatel.com/blog/get-started-using-schema/
- https://technicalseo.com/tools/schema-markup-generator/
- https://search.google.com/structured-data/testing-tool/u/0/
- https://search.google.com/test/rich-results
- https://thomas.vanhoutte.be/miniblog/schema-org-social-media-websites/
- Minify the code: https://codebeautify.org/text-minifier
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
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