urlInSitemap: Function to check if a given URL is in a XML-Sitemap

Description Usage Arguments Examples

View source: R/urlInSitemap.R

Description

This function allows you to check if a given URL is found in a XML-Sitemap. For this you can also put in your Index-Sitemap.

Usage

1
urlInSitemap(url, sitemap)

Arguments

url

The URL you want to check

sitemap

The Link to the Sitemap you want to find the URL in urlInSitemap()

Examples

1
urlInSitemap("http://ohren-reinigen.de/", "http://ohren-reinigen.de/sitemap.xml")

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

Related to urlInSitemap in seoR...