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

View source: R/urlInSitemap.R

urlInSitemapR Documentation

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

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

dschmeh/seoR documentation built on Jan. 7, 2023, 12:19 a.m.