Prevent static site from being found without having the link #14168
Unanswered
enricoschaaf
asked this question in
Help
Replies: 1 comment 1 reply
-
By "prevent from being found" do you mean by being crawled by Google/other search engines? If so, those would perform the same and be just as easily found no matter which you choose. At the end of the day the crawlers will render your site as it finds them, whether or not it is static or server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there are any differences between getStaticProps and getServerProps when I don't want to site to be found without the user having the link. For example if you have a polling app and every poll has its own unique url and is static, does that make the poll easier to find compared to server rendering the unique url?
Beta Was this translation helpful? Give feedback.
All reactions