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?
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.
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.
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 please provide google search query that will show me such a ping service that can be sent data from Linux command line/bash?
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.
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.