Google indexing and backlinks really quick

Sorry if this is a stupid question but aren't we doing manually what PRStorm does automatically?
 
Hi guys! I've just created my first and new website, so i'm a noob:D I've got a very noob question - how will I know that my site is indexed?
 
Last edited:
i am on page 8 of Google for my highly optimised just launched website. i have submitted as suggested and will report back when i wake up from sleeping to see if i have moved up or down!
 
Ok Ive had a look - no joy - my site isnt anywhere to be seen. Im going to reserve judgement on this and wait to see a little longer if it works. i suspect there are other factors at work here hence it works straight away for some people and not for others.
 
Update: The site in question has dropped from page 7 to 8 on Google. What that means i do not know. if it doesnt rise up in Google in a few days than i will have to conclude that personally this hasnt worked for me but im hopeful!!!
 
Site still in the same place and not moved BUT my traffic stats have gone crazy - i am getting lots of traffic - more than I normally do!! Whether its related or not i dont know. I saw a post on here about creating a mega amount of backlinks by registering with 15 blogs with 3 links in each blog pointing to your main page. You then RSS submit feeds for those blogs. I havent even submitted the rss feeds yet and only done 6 blogs so far so whether thats a factor or not I do not know.
 
just did that, il let u all know what happen in a few houres. but il guess it will only do good i know this cuz i did before but only with cubestat. thnx for shareing, let u know what happens tomorow:. btw my website was just indexed today with a random page cuz i forgot to allow google so il w8 some changes by tomorow. :)
 
didnt work very good for me i mean i still have nothing indexed when i search google with site:domain.com but in webmaster tools from google it says i have pages indexed strange. and no change of crawling to my site. at least not from google
 
This works great. Thanks Antx16. I pinged links about an hour or so after doing the list. Bookmark the list as you do the list and just go back and redo the list later if wanting to.
 
Okay, I created a new thread after taking all the ideas here and coded my own script which I think are far superior to everything seen here. That's not to say the ideas here are not great (cause they are) but my method basically automates the entire system.

You can read more http://www.blackhatworld.com/blackhat-seo/white-hat-seo/155949-get-indexed-google-immediate-pr7-backlink-results-improve-search-engine-optimization-rankings-free.html or just check it out directly.

Check it out here --> http://verifiedfile.com/seo

Cheers,
SharePro
 
Okay, I created a new thread after taking all the ideas here and coded my own script which I think are far superior to everything seen here. That's not to say the ideas here are not great (cause they are) but my method basically automates the entire system.

You can read more here or just check it out directly.

Check it out here --> http://verifiedfile.com/seo

Cheers,
SharePro


this is great but.. do we have to ping each site manually or your site do this for us ?
 
this is great but.. do we have to ping each site manually or your site do this for us ?

Pinging is planned for the next version which hopefully will be released next week with a new user friendly graphical CSS and many more options.

Cheers,
SharePro
 
I am reading for a long time in here.
I saw this posts and created a script for it.
Because I want to automate most of my stuff.
Anyway just wanted to share my code with you guys, so you can automate everything just like me.
Do you guys know more websites like these for backlinks? So we can create a huge list for free backlinks.

Also my script automaticly pings the submitted link with pingomatic.
This script also needs a keyword for the ping, so every links is pinged with your keyword.

Just copy paste it into a php file and automate this stuff, or rewrite it so it can query a database with all your domains in it or something.
Keep in mind it uses curl, so your hosting must have curl installed.
Here is my code :
Code:
<?


if($_POST)
{

$keyword = $_POST[keyword];
$domain = str_replace(array('http://','/'),'',$_POST[domain]);

$domainshort = str_replace('www.','',$domain);

$urls[] = 'www.websiteoutlook.com/' . $domain;
$urls[] = 'www.statbrain.com/' . $domain;
$urls[] = 'www.builtwith.com/?' . $domainshort;
$urls[] = 'snapshot.compete.com/' . $domainshort;
$urls[] = 'www.aboutus.org/' . $domainshort;
$urls[] = 'www.quantcast.com/' . $domainshort;
$urls[] = 'www.cubestat.com/' . $domain;
$urls[] = 'whois.tools4noobs.com/info/' . $domainshort;
$urls[] = 'www.alexa.com/siteinfo/' . $domainshort;
$urls[] = 'www.alexa.com/data/details/?url=' . $domainshort;
$urls[] = 'www.siteadvisor.cn/sites/' . $domainshort . '/summary/';
$urls[] = 'whois.domaintools.com/' . $domainshort;
$urls[] = 'www.aboutdomain.org/backlinks/' . $domainshort . '/';
$urls[] = 'www.whoisya.com/' . $domainshort;
$urls[] = 'www.who.is/whois-com/' . $domainshort;
$urls[] = 'www.robtex.com/dns/' . $domainshort . '.html';
$urls[] = 'www.zimbio.com/search?q=' . $domainshort . '&btnG=Search';
$urls[] = 'whois.ws/whois-info/ip-address/' . $domainshort . '/';
$urls[] = 'whoisx.co.uk/' . $domainshort;
$urls[] = 'searchanalytics.compete.com/site_referrals/' . $domainshort;

$ch = curl_init();

foreach($urls as $url)
{
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6");
    curl_setopt ($ch, CURLOPT_TIMEOUT, 60);
    curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt ($ch, CURLOPT_REFERER, 'http://www.google.com/');
    $AskApache_result = curl_exec ($ch);

    $regex = '/<title>(.+?)<\/title>/';
    preg_match($regex,$AskApache_result,$output);
    echo $output[1] . '<br>';
    flush();
    ob_flush();

    curl_setopt ($ch, CURLOPT_URL, 'http://pingomatic.com/ping/?title=' . urlencode($keyword) . '&blogurl=' . urlencode($url) . '&rssurl=http%3A%2F%2F&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&chk_feedburner=on&chk_syndic8=on&chk_newsgator=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blogdigger=on&chk_blogrolling=on&chk_blogstreet=on&chk_moreover=on&chk_weblogalot=on&chk_icerocket=on&chk_newsisfree=on&chk_topicexchange=on&chk_google=on&chk_tailrank=on&chk_bloglines=on&chk_postrank=on&chk_skygrid=on&chk_bitacoras=on&chk_collecta=on');
    $AskApache_result = curl_exec ($ch);


    if(preg_match('/Pinging complete!/', $AskApache_result))
    {
        echo $url . ' - Pinged!<br>';
    }
    else
    {
        echo $url . ' - <b>Pinging Failed!</b><br>';
    }
    
    flush();
    ob_flush();
}

} else {
?>
<form method="post">
Keyword :<br>
<input type="text" name="keyword"><br>
<br>
Domain :<br>
<input type="text" name="domain"><br>
<br>
<input type="submit">
</table>
</form>

<?
}
?>
 
1 - Access the address http://www.blogger.com
2 - Create an account.
3 - Then click create a blog.
4 - "Blog Title" put the URL of the site you want indexed. Ex: wwwyourwebsite dot com.
5 - In "blog address (URL) also repeat with your domain or URL Ex: wwwyourwebsite dot com.
6 - No (title and description) of the blog do the same 5 and 4.

Wait 10 minutes and then enter your URL in google as follows. Ex: site: wwwyourwebsite dot com.
If your website appears, then your site is already indexed.
If you do not appear yet, wait a few minutes. And if you persist in not appear again repeat the whole operation up.

And good luck!


Ah sometimes also works with Twitter and sites classified as vivastreet and hotfrog.
:)

Yes Twitter gets indexed just the same.
 
Sharepro's page is really wonderful. I hope he doesn't start charging for it soon. :)
 
Back
Top