Need some help regarding SEO

Asked By 10 points N/A Posted on -
qa-featured

I have created a website to share free and open source software, I'm updating the website content every day, but it is not finding by search engines, what are the steps do I need to follow to optimize my website to support search engines?

SHARE
Answered By 590495 points N/A #94035

Need some help regarding SEO

qa-featured

You can try using metadata so that search engine crawlers or robots can search and index your website’s pages.

Here are some of the metadata that can be used on your webpage.

  • <META NAME="REVISIT-AFTER" content="1 month">
  • <META NAME="REVISIT-AFTER" content="2 days">
  • <META NAME="ROBOTS" CONTENT="ALL">
  • <META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW">
  • <META NAME="ROBOTS" CONTENT="NOINDEX, FOLLOW">
  • <META NAME="ROBOTS" CONTENT="NONE">

The arguments inside CONTENT:

  • INDEX – search engine robots should include this page
  • FOLLOW – robots should follow links from this page to other pages
  • NOINDEX – links can be explored, although the page is not indexed
  • NOFOLLOW – the page can be indexed, but no links are explored
  • NONE – robots can ignore the page
  • NOARCHIVE – Google uses this to prevent archiving of the page

Related Questions