Hello I have a website and have some problems whit index of him on google search.I wish indexing my site with several under it, not sure how to explain but I will put a picture below so you can understand more easily. Thank you!

If there is any method relies code or by Trafficator site.
I apologize if I'm wrong section, but did not know where to Fit

Dani AI

Generated

— for pages to appear under a domain in Google, ensure they are crawlable, discoverable, and listed. was correct that this is an SEO issue; the checklist below gives practical, verifiable steps that work for PHP sites and static sites alike.

First, confirm crawlability and HTTP behavior: pages must return HTTP 200 (not 4xx/5xx), not be blocked by robots.txt, and not carry a meta name="robots" content="noindex". Confirm rel="canonical" points to the correct URL and pages are reachable through internal links (sitemap or nav). Server authentication, session IDs in URLs, or heavy client-side rendering can prevent indexing unless server-side output is available to crawlers.

Create and submit an XML sitemap and use Google Search Console to monitor indexing. Generate a sitemap that lists canonical URLs, place it at the site root, add a Sitemap: line to robots.txt, and submit it in Search Console. Reference: Google Search Console, Sitemaps protocol, and robots.txt rules.

A minimal robots.txt example:

User-agent: *
Disallow:

Sitemap: https://example.com/sitemap.xml

On-page signals matter. Provide unique title tags, clear H1 headings, meaningful meta descriptions, and useful, non-duplicate content on each page. Prefer stable, human-readable URLs (avoid long query strings or session tokens); use 301 redirects for moved content so Google learns the new addresses.

If pages still do not index after these steps, check Search Console Coverage and URL Inspection for errors, review crawl logs for blocked requests, and inspect for manual actions. Building a few internal links from well-crawled pages or obtaining a few legitimate backlinks can speed discovery, but indexing starts with correct server responses and a valid sitemap.

Recommended Answers

All 2 Replies

You are in the wrong section, you want Internet marketing > Search Engine Optimization.
there you may find what you are looking for.

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.