A few things will cause your site to not appear in the search engines. First thing is to be sure this line of code IS NOT in your pages:
<meta name="robots" content="noindex,nofollow">
... The above code tells the search engines to ignore your page and any links in the page. Instead, use this code:
<meta name="robots" content="all">
You can learn more here: https://developers.google.com/search/reference/robots_meta_tag
Check out this screenshot for details: