fu-hsi/sitemap-submitter

Sends a sitemap to Google and Bing search engines.

dev-master 2015-01-17 16:57 UTC

This package is auto-updated.

Last update: 2025-04-17 03:42:13 UTC


README

Sends a sitemap to Google and Bing search engines.

Usage

<?php
use FuHsi\SitemapSubmitter\SitemapSubmitter;
include 'SitemapSubmitter.php';

SitemapSubmitter::submit('http://example.com/sitemap.xml');
?>