My forum is:

When i search in google.com: http://www.google.com/search?q=http%3A%2F%2Fwebmasterseoblog.com%2Fwebmaster-forum%2F&btnG=Search&hl=en&sa=2

Google show only, not show my forum...Do you know why?

But i can search: and

Please help me.....

Thanks

Dani AI

Generated

Quick troubleshooting notes for the symptom described (Google returning the site root instead of the forum page). 's quick check showing some indexed pages suggests the problem is likely local to the forum path rather than a sitewide deindex. Common root causes are a redirect from the forum URL to the homepage, a canonical tag pointing at the root, HTTP X-Robots-Tag or meta robots instructing noindex, or content that requires JS/login/cookies so crawlers never see the page HTML.

Useful, non-invasive checks to run from a server or local shell (placeholders used here):

curl -I -L 'http://example.com/forum-path/'
curl -s 'http://example.com/forum-path/' | head -n 200
grep Googlebot /var/log/apache2/access.log | tail -n 50

These reveal redirect chains, header-based noindex directives, canonical links in the head, and whether Googlebot actually fetched the page and what status code it received.

Corrective actions that follow those checks: eliminate accidental 301/302 redirects to the homepage; ensure any rel="canonical" on forum pages points to the page itself; remove X-Robots-Tag or meta robots noindex values; make thread content accessible without requiring client-side rendering or login; provide unique page titles/meta descriptions and solid internal links from other site pages so crawlers find and evaluate threads. Indexing updates can take days to weeks; server logs are the most reliable immediate indicator that crawlers have re-fetched changed pages. raised indexing steps earlier — address crawlability first, then proceed with index-submission workflows.

Recommended Answers

All 2 Replies

This could be because your site may be too new, now best you can do is to get your site listed in first of all, and then make an XML sitemap and post it in to google webmaster tools.

Regards,
Me!
E-Project BusinessManager

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.