Why Google sitelinks does not work with my WordPress website? -


i have xml in wordpress root directory few months now:

<?xml version="1.0" encoding="utf-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">     <url>         <loc>https://example.com/</loc>         <lastmod>2017-08-10</lastmod>         <changefreq>monthly</changefreq>     </url>     <url>         <loc>https://example.com/about</loc>         <lastmod>2017-08-07</lastmod>         <changefreq>monthly</changefreq>     </url>     <url>         <loc>https://example.com/portfolio</loc>         <lastmod>2017-08-07</lastmod>         <changefreq>monthly</changefreq>     </url>     <url>         <loc>https://example.com/contact</loc>         <lastmod>2017-08-07</lastmod>         <changefreq>monthly</changefreq>     </url> </urlset> 

but does not on google sitelinks @ all. don't see "about", "portfolio", "contact" in google search result.

any ideas else have missed?

these 3 different things:

  • sitemap (the xml included)
  • google sitelinks (what seem ask about)
  • google sitelink searchbox (the tag used)

a sitemap (following sitemaps.org protocol) file can search engines , other consumers find/crawl relevant pages.

sitelinks additional links displayed page’s search result in google search. can’t specific them.

sitelink searchbox search form gets displayed page’s search result in google search, typically sitelinks. can use structured data (schema.org’s searchaction type) power search form site’s own search engine.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -