Gatsby: How does google know what pages to crawl when using GatsbyJS

Created on 25 Jan 2019  路  2Comments  路  Source: gatsbyjs/gatsby

Pardon my lack of knowledge here, I am still new to using GatsbyJS.

When building out locally if I hit a 404 page I get a list of available pages. (see attached)

Just wondering if google indexes all these pages?
screen shot 2019-01-24 at 3 37 57 pm

question or discussion

Most helpful comment

@jephjohnson That page is development only and doesn't get into the production bundle

Most search engines crawl pages by following links from one page to another. You _can_ make this easier for them by building a sitemap.

Check out the documentation at https://www.gatsbyjs.org/docs/creating-a-sitemap/

Closing this for the moment but please feel free to reopen or comment if I haven't answered your question completely!

Thanks @sidharthachatterjee

All 2 comments

@jephjohnson That page is development only and doesn't get into the production bundle

Most search engines crawl pages by following links from one page to another. You _can_ make this easier for them by building a sitemap.

Check out the documentation at https://www.gatsbyjs.org/docs/creating-a-sitemap/

Closing this for the moment but please feel free to reopen or comment if I haven't answered your question completely!

@jephjohnson That page is development only and doesn't get into the production bundle

Most search engines crawl pages by following links from one page to another. You _can_ make this easier for them by building a sitemap.

Check out the documentation at https://www.gatsbyjs.org/docs/creating-a-sitemap/

Closing this for the moment but please feel free to reopen or comment if I haven't answered your question completely!

Thanks @sidharthachatterjee

Was this page helpful?
0 / 5 - 0 ratings