Bu kod ile hiiiiç uğraşmadan sitemap ınıza ping attırabilirsiniz böylelikle hiiç uğraşmadan her eklenen makale haber ve forum konusunda google a 3 dakika izin verin =]

<?php
// FILENAME: cron-sitemap-generator.php
// ====================================

// php code that generates sitemaps and sitemap index files
// ...

// Once the sitemaps are ready, we ping Google...
if( 200 === ($status=pingGoogleSitemaps('http://www.gidforums.com/sitemap-index.xml')) )
   report( "Ping to Google Sitemaps successful.\r\n\r\nStatus code: $status.", REPORT_MODE );
else
   report( "Cannot ping/connect to Google Sitemaps.\r\n\r\nStatus code: $status.", REPORT_MODE );

// end the script.
?>