Learn R Programming

seoR (version 0.1.0)

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

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

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

Run this code
# NOT RUN {
urlInSitemap("http://ohren-reinigen.de/", "http://ohren-reinigen.de/sitemap.xml")
# }

Run the code above in your browser using DataLab