When I use google to search my site, it shows my link but it is without any information under the link. I check the robots.txt in my home directory, I saw something like this. User-agent: * Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php Sitemap: http://rcjeep.com/sitemap.xml Can you see any problem? Carlos
Your sitemap is fine. Your site doesn't have a meta description after the <head>. You need to add something like: <meta name="description" content="Rc Jeep, a place for model rc jeep mechanics"> You can change that description to whatever.
Hi macau The problem is still there, the description part is not shown by the Google if I searched for your website on Google. Your Website is on WordPress platform, try this, LogIn to your WordPress account, go to Settings then go to the privacy option and set it to the public to make it visible for everyone and indexed by the SE. Hope this will help you.
@macau2009 Your site is still not indexed and there's no description showing. However, your site does show like it is shown here: https://support.google.com/webmasters/answer/7489871?hl=en Which tells me that it is possible that your robot.txt file is blocking Googlebot. Somehow the Disallow: /wp-admin/ is blocking the entire site. Put this in your robot.txt file instead and give it a couple days to let Googlebot crawl your site: User-agent: * Disallow: Code (markup):