Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO: indexing dynamical pages #6046

Closed
nikbelikov opened this issue Jun 20, 2018 · 6 comments
Closed

SEO: indexing dynamical pages #6046

nikbelikov opened this issue Jun 20, 2018 · 6 comments
Labels
type: question or discussion Issue discussing or asking a question about Gatsby

Comments

@nikbelikov
Copy link

Hello!

Please tell me, how can I bring seo indexing by google and other search engines to my website?

I have a template for all news items. It's one js-file with some logic, which includes ajax queries after componentDidMount. Data becomes from the server and renders on the page.

But now I'm thinking how to handle seo on that? I need indexing every my news item one by one by search engines. May be it must be some kind of sitemap or something? Or I'm doing something wrong?

@pieh pieh added the type: question or discussion Issue discussing or asking a question about Gatsby label Jun 20, 2018
@nikbelikov nikbelikov changed the title SEOL: indexing dynamical pages SEO: indexing dynamical pages Jun 20, 2018
@KyleAMathews
Copy link
Contributor

Gatsby has excellent support for SEO! https://www.gatsbyjs.org/docs/seo/#seo-with-gatsby

@nikbelikov
Copy link
Author

It’s true. I read it. But it’s not my case. I have a dynamic page with an api requests when componentDidMoumt for news items. And Gatsby does not generate all news static pages.

@tmfelwu
Copy link
Contributor

tmfelwu commented Sep 12, 2018

@nikbelikov Even I am curious how we can index these dynamic pages for SEO. Did you find a possible solution for this?

@wahlforss
Copy link

@KyleAMathews is this solved?

@md-abdul-halim-rafi
Copy link

@KyleAMathews Badly need the solution, please.

@md-abdul-halim-rafi
Copy link

It’s true. I read it. But it’s not my case. I have a dynamic page with an api requests when componentDidMoumt for news items. And Gatsby does not generate all news static pages.

I've same situation here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question or discussion Issue discussing or asking a question about Gatsby
Projects
None yet
Development

No branches or pull requests

6 participants