screamingfrog_crawlVsSitemap: Function to compare the crawled URLs with the URLs in the...

Description Usage Arguments

View source: R/screamingfrog_crawlVsSitemap.R

Description

This function allows to compare the crawled URLs with the URLs in the sitemap.xml. The Output are the missing URLs - in the Sitemap or in the Crawl

Usage

1
2
screamingfrog_crawlVsSitemap(crawl, sitemap, deltaIn = "sitemap",
  checkImages = FALSE)

Arguments

crawl

The Path to the exportet Screaming Frog csv-File

sitemap

The Sitemap you want to compare with the Crawl

deltaIn

The Delta you want to analyze. Do you want to get the URLs in the Crawl missing in the Sitemap = "crawl" or the URLs in the Sitemap.xml not found in the Crawl = "sitemap"

checkImages

Logical. Do you want to check the Images as well. Default is FALSE. screamingfrog_crawlVsSitemap()


seoR documentation built on Jan. 29, 2018, 5:05 p.m.