Tuesday 21 January 2020

2021Google Search console index - Get newly hosted website on Google search


   Search 
    site:mydomin.ca 
    to see search results of pages in your domain thats being indexed by google
 
  If no results :
    Need to submit a site map

Any structural changes(new pages, folders) in website will need to regenerate site maps. (If you want faster google search you can resubmit sitemap
   
    a) Create mydomin.ca/mysite.xml, using the following tool

    b) Submit site map to google search console (https://search.google.com/)
            https://developers.google.com/search/docs/advanced/sitemaps/build-sitemap
(Google will periodically look for ur site map in mydomin.ca/mysite.xml for changes, but you can manually upload it again to refresh it right away, just submit mydomin.ca/mysite.xml again)
  • Submit a sitemap using the Sitemaps report.
    • This requires to login google search console
    • Open sitemap report,
    • Add a property domain (your site domain), and follow the steps :
      • Create a txt record with value of provided by google in your domain for google to verify (TXT records are a type of Domain Name System (DNS) record that contains text information for sources outside of your domain. You add these records to your domain settings. https://support.google.com/a/answer/2716800?hl=en))
      • Click Site Maps, and submit mydomin.ca/mysite.xml

   Google takes 2 days or up to 2 weeks to index pages

------------------------------------------------------------------------------------------------------------
2) Claim google my business so your site shows up when people search
      Login to google my business to claim business

3) Add title and meta tags to web page to improve SEO
   (The <metatag provides metadata about the HTML document. ... Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. https://www.w3schools.com/tags/tag_meta.asp)


    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="content_1,content_2">
    <meta name="keywords" content="kew_words1,kewords_2">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>SharkWriting &#8211; MY TITLE &amp;</title>

4) Google ads, redirect links from other site, paid searches, Facebook ads




No comments:

Post a Comment