Archive

Posts Tagged ‘Google’

Error Chrome browser nspr4.dll

March 20th, 2011 No comments

From Roboform support:

Ruba replied (2011/03/17 09:50 am EDT):
Thank you for your message. Read more…

Categories: Software Tags: , ,

Google (and Yahoo!) Sitemap Generator for Windows

July 11th, 2010 No comments

Google Sitemaps allows the webmaster to help Google index their pages optimally. The GSiteCrawler will help you generate the best Google Sitemap file for your website. The GSiteCrawler uses different ways to find all the pages in your website and can generate all sorts of files, statistics and more. The sitemaps file format has lately been also adapted by Yahoo! – even MSN/Live.com is pledging it’s support.

GSiteCrawler will help you generate the best Google Sitemap file for your website

http://gsitecrawler.com

Categories: Webmaster Tags: , , ,

Google XML Sitemaps is not multisite compatible

June 27th, 2010 No comments

“Google XML Sitemaps is not multisite compatible” :(

I’ll be very happy when it’s available for WP 3.0 multi-user too!

I make changes for start it work:

1.Modification on wp-content/plugins/google-sitemap-generator/sitemap.php

//Check for 3.0 multisite, NOT supported yet! // if((defined(‘WP_ALLOW_MULTISITE’) && WP_ALLOW_MULTISITE) || (function_exists(‘is_multisite’) && is_multisite())) { // if(function_exists(‘is_super_admin’) && is_super_admin()) { // add_action(‘admin_notices’, array(‘GoogleSitemapGeneratorLoader’, ‘AddMultisiteWarning’)); // } // // return; // }

2. .htaccess

RewriteRule ^sitemap.xml sitemap-%{SERVER_NAME}.xml [L]
RewriteRule ^sitemap.xml.gz sitemap-%{SERVER_NAME}.xml.gz [L]

Categories: Wordpress Tags: , ,

XML Sitemap Creator

June 26th, 2010 No comments

XML Sitemap Creator, sitemap xml

Free script for creating xml sitemap:
http://enarion.net/google/phpsitemapng/

Categories: PHP, Tools Tags: ,