For organic traffic
0. Never use a shared IP address for hosting as shared IP address gets blacklisted and negatively impacts SEO.
1. Use original IP of the server only do not implement Cloudflare or any proxy as these are shared one which badly impacts your SEO.
2. Submit Sitemap to the webmaster for scrolling.
3.
symbol for Description SEO ☑️
Create backlinks
https://ahrefs.com/backlink-checker
https://www.serprobot.com/serp-check.php
Meta Description Is Not Correct
You had this code in your theme’s header.php file that was causing this issue:
<meta name="description" content="<?php
if (is_single()) {
single_post_title('', true);
} else {
bloginfo('name');
echo " - ";
bloginfo('description');
}
?>" />
check the theme header and remove meta line