1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Linux command line: How to invite Google to index my site

Discussion in 'Site & Server Administration' started by postcd, Aug 31, 2016.

  1. #1
    How to invite google to check and index my new site if i want to do it via Linux command line/bash script?

    So far my idea is to have multiple sites on free hostings and using FTP update these sites files to include link to my new site and wait until google visit them and hopefully finds the new link..

    What are other more effective powerful faster ways to get new site indexed by Google, when i can initiate this process via command line/bash script/e-mail only?
     
    postcd, Aug 31, 2016 IP
  2. insidex

    insidex Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #2
    Hi, If I understand it correctly you need a bash script which does two functions:

    1. generate sitemap.xml
    2. submit sitemap.xml to Google Search Console

    By the way I'll choose php/python for that purpose.
     
    insidex, Aug 31, 2016 IP
  3. postcd

    postcd Well-Known Member

    Messages:
    1,037
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    190
    #3
    insidex: wrong, i need to notiffy google about my site only
     
    postcd, Sep 3, 2016 IP
  4. girls magazine

    girls magazine Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    ping your site or submit it to google webmaster submit tool.
     
    girls magazine, Sep 3, 2016 IP
  5. postcd

    postcd Well-Known Member

    Messages:
    1,037
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    190
    #5
    Can i do it via Linux command line or Linux bash script? i know what is ping and gwt, but not aware about any api or command line/captcha-less way to work with it.
     
    postcd, Sep 10, 2016 IP
  6. NaughtySpider

    NaughtySpider Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    3
    #6
    Google submit url page has a captcha, so you can't make a simple curl request from command line.

    But mby you can find other services (without captcha) that will ping your site for you and make request to them.
     
    NaughtySpider, Sep 12, 2016 IP
  7. postcd

    postcd Well-Known Member

    Messages:
    1,037
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    190
    #7
    @NaughtySpider please provide google search query that will show me such a ping service that can be sent data from Linux command line/bash?
     
    postcd, Sep 12, 2016 IP
  8. NaughtySpider

    NaughtySpider Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    3
    #8
    Send ping to pingomatic.com:

    curl 'https://pingomatic.com/ping/?title=Example&blogurl=http%3A%2F%2Fexample.com&rssurl=http%3A%2F%2Fexample.com%2Ffeed.rss&chk_weblogscom=on&chk_blogs=on&chk_feedburner=on&chk_newsgator=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blogdigger=on&chk_weblogalot=on&chk_newsisfree=on&chk_topicexchange=on&chk_google=on&chk_tailrank=on&chk_skygrid=on&chk_collecta=on&chk_superfeedr=on' --compressed
    Code (markup):
    Don't forget to change title, blogurl and rssurl params.
     
    NaughtySpider, Sep 12, 2016 IP
    postcd likes this.
  9. JeffMichaels

    JeffMichaels Well-Known Member

    Messages:
    207
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    125
    #9
    Using Google Analytics or Google Webmaster Tools is a sure-fire method to get your website indexed by Google quickly.

    In all honesty though, it's almost impossible not to get indexed by Google. One inbound link to your website, even a record that your domain name was recently registered, and their robots will be paying your website a visit.
     
    JeffMichaels, Sep 14, 2016 IP