Hi,

I hv searched my site on google,bt it is not showing any result.I hv uploaded my site n can view the site frm its url,bt google can't search it...WHY..?

Reply soon.

Regards,

Dani AI

Generated

Summary of the situation: cannot find the site in Google. correctly pointed out submission as one route, and mentioned meta tags — both relevant. Below are concrete, current checks and quick fixes to run now so Google can crawl and index the site.

Start with these technical checks (run from your machine or ask your host):

  • Confirm pages return a normal page (HTTP 200). Example:
curl -I https://yourdomain.example/
  • Verify robots.txt does not block crawlers. An allow-all robots.txt looks like:
User-agent: *
Disallow:

Sitemap: https://yourdomain.example/sitemap.xml
  • Make sure there is no site-wide X-Robots-Tag: noindex header or <meta name="robots" content="noindex"> on the homepage.

On-page HTML and content improvements

  • Use a proper title and description and visible text (Google can read images poorly). Example meta block:
<title>Short descriptive title</title>
<meta name="description" content="One-sentence summary of this page.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://yourdomain.example/page.html">
  • If you used images for text, add real HTML text for headings or body and include useful alt text on images.

Practical next steps

  • Create and expose a sitemap.xml and (if available) use Google Search Console to inspect URLs and request indexing. Use the site:yourdomain.example search to see what Google has indexed so far.
  • Check server logs for Googlebot requests and any 4xx/5xx errors; ensure no firewall or host setting blocks common bot IPs.
  • Verify canonical tags don’t point to another domain, and fix any redirect loops or staging-site URLs.

If those checks look good and content is crawlable, indexing will follow once Google crawls your site. If problems persist after these steps, paste the exact robots.txt, one example page HTML head, and a sample curl -I result for more targeted diagnostics.

Recommended Answers

All 8 Replies

It takes several weeks for your site to appear in the search engines if you submit them...and much longer if they have to find your site on their own.

Thankx for ur reply,

Can u plz guide me that hw i can submit my site to google?

I hv added my site bt still google is not searching it.Also plz guide me tht whether I need to add a meta tag?If so thn plz guide hw to add it.

Thankx
Regards,

It will take 3 weeks or longer for Google to index your site.

Thankx for ur reply.

Is there any other way to submit my site to google n to other search engines,which give faster result?Also plz tell me tht is this problem related to:

1-Meta tags.
2-Usage of many images on site.

As I hv added txt in form of images to my site n also I hv added meta tag,bt it is still not working.

Regards,

The time it takes to get listed has nothing to do with your site. Google indexes millions of sites...that's just how long it takes to get to it.

Adding the meta tags will certainly improve the search engine capablity to find your site, try giving some catchy title or keywords in meta tag.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.