Bunun adı google sitelinks. Kendiliğinden çıkar bir süre sonra (google ziyaretçilerinizin en çok ulaştığı, onlara en faydalı olan sayfaları sitelinks e eklediğini söylüyor.) WP de seo eklentisi kullanıyorsanız eklenti ayarları yapmıştır.

Örnek kod:
<html>
  <head>
    <title>The title of the page</title>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "url": "https://www.example.com/",
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://query.example.com/search?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    }
    </script>
  </head>
  <body>
  </body>
</html>