Calotype\SEO\Generators\RobotsGenerator::addSitemap PHP 메소드

addSitemap() 공개 메소드

Add a Sitemap to the robots.txt.
public addSitemap ( string $sitemap )
$sitemap string
    public function addSitemap($sitemap)
    {
        $this->addLine("Sitemap: {$sitemap}");
    }