Is there any Rich Snippets to display the related links from that page in search results like my attachment Untitled2

Dani AI

Generated

The screenshot you attached is showing Google "sitelinks" — the extra, indented links under a main result. Sitelinks are chosen algorithmically by Google; there is no single schema you can drop onto a page that guarantees those sublinks. That explains the confusion from and the mixed replies here.

What can be done (to influence, not force) — practical checklist:

  • Make a clear site hierarchy and visible navigation (semantic <nav>, logical folders, pages reachable in a few clicks).
  • Use unique, descriptive title tags and meta descriptions for every important page.
  • Use consistent, descriptive internal anchor text so Google can identify important child pages.
  • Ensure canonical tags, a valid XML sitemap, and no accidental robots blocking so pages are crawled and indexed.
  • Add structured data where it helps search appearance: use BreadcrumbList and WebSite (SearchAction) markup so Google understands page relationships and, separately, can show a site search box.
  • Keep low-value duplicate pages cleaned up; consolidate where appropriate.

JSON-LD examples you can adapt (insert real URLs):

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://www.example.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.example.com/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
</script>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {"@type":"ListItem","position":1,"name":"Home","item":"https://www.example.com/"},
    {"@type":"ListItem","position":2,"name":"Category","item":"https://www.example.com/category/"}
  ]
}
</script>

Validate any markup with Google’s Rich Results test and monitor indexing. Echoing , this is part of ongoing SEO work: tidy structure and clear internal linking steadily improve the chance Google will choose useful sitelinks for your site. For schema reference see WebSite and BreadcrumbList.

Recommended Answers

All 5 Replies

I'm not quite sure what you're asking, but you can use Google Webmaster Tools to suggest the rich snippets that you want to use for your site. Is that what you're asking? Sorry, I'm confused by your question.

Shared post by you is not clear.

SEO is technique which in imporve website popularity, ranking, visibility on the major search engines like Google, Yahoo and Msn.

This conspt is not clear.

SEO is a process of getting high in search engine ranking , it is a slow and steady process which include continuous link building strategies and content optimization .
there are two types of SEO which starts when you start building your site and continue with promoting site .

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.