Search results

  1. E

    Google indexing and backlinks really quick

    Well... I'm lazy in fact, but it proves useful if you need to do it for a bunch of sites and it also becomes a reference "document" that's available in an organized place, my PC, and not the internet. Best regards
  2. E

    Google indexing and backlinks really quick

    For linux and firefox: #!/bin/bash DOMAIN=$1 BROWSER="firefox" firefox siteurlhere/$DOMAIN Repeate the firefox line and use like: # sh script.sh yourdomain.com It will open a window with all the URLs in tabs, which you can dismiss quickly. Sorry about the lack of URLs...
Back
Top