-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Comments
Gatsby has excellent support for SEO! https://www.gatsbyjs.org/docs/seo/#seo-with-gatsby |
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. |
@nikbelikov Even I am curious how we can index these dynamic pages for SEO. Did you find a possible solution for this? |
@KyleAMathews is this solved? |
@KyleAMathews Badly need the solution, please. |
I've same situation here |
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?
The text was updated successfully, but these errors were encountered: