Our Picks
Top content from across the community, hand-picked by us.
Mentoring Program Orientation - Start Here!
administrator posted a topic in Mentoring Program Orientation - Start Here!,
Mentoring Program Overview - Start Here!
-
- 9 replies
Picked By
administrator,My website is not appearing in Google - HELP!
administrator posted a topic in Social Media Marketing & Web Marketing,
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:
<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:
-
- 14 replies