Learn R Programming

seoR (version 0.1.0)

SEO Related Analyses

Description

Help SEOs (Search Engine Optimization) retrieve relevant informations from various APIs or websites. It is possible to scrape SEO-relevant parts of a website. So you are able to extract links, meta-tags, h-tags, and many more. The package also provides functions to scrape informations form search engines. Like indexed pages, number of results for a given keyword or complete search results. The third part of the package are the SEO-Tool APIs, that are connected. It's possible to get Informations from 'Whois', 'Google Pagespeed' and many more direct in R.

Copy Link

Version

Install

install.packages('seoR')

Monthly Downloads

8

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Daniel Schmeh

Last Published

January 29th, 2018

Functions in seoR (0.1.0)

allowedByRobots

Function to check if URL is blocked by robots.txt
choice

Check general choices
HTMLdescription_length

Function to retrive the number of characters a Meta Description contains for a given URL
HTMLrobots

Function to retrive the Meta Robots for a given URL
domainAge

Function to retrieve the Age of a given Domain
downloadSitemap

Function to download the Sitemap.xml of a given Webpage
HTMLtitle

Function to retrive the Title of a given URL
HTMLtitle_length

Function to retrive the number of characters a Title-Tag contains for a given URL
hrefLang

Function to retrive the hrefLang-Tag for a given URL
htag

Function to retrive the specified H-Tag of a URL as a Data Frame
mozLinkMetrics

Function to retrive Link Metrics from Moz-API
mozUrlMetrics

Function to retrive URL Metrics from Moz-API
HTMLcanonical

Function to retrive the Canonical Link element for a given URL
HTMLdescription

Function to retrive the Meta-Description of a given URL
extractLinks

Function to extract all links of a given Url.
getBingResults

Function to retrive data from Google Suggest for a specific keyword
htag_count

Function to retrive the number of specified H-Tag for a given URL
htag_input

Check h-Tag Input
linkCount

Function to retrive the number of outgoing links for a given Url.
mobileFriendly

Function to retrieve Data from Googles Mobile Friendly Testing API
googleSuggest

Function to retrive data from Google Suggest for a specific keyword
host_tld

Check if the User just provided the Hostname and TLD
pageSpeed

Function to retrieve Data from Googles Pagespeed Testing API
pagesInIndex

Function to retrive the number of indexed URLs for a given Domain or URL-String
w3cValidate

Function to preform a W3C Validation Test for a specific URL
keywordResults

Function to retrive the Number of results for a given Keyword
lastCached

Function to get the last Google Cache Date for a URL
urlInSitemap

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

URL Input checks
internal_all_file

Check Screaming-Frog Input Files
isIndexable

Function to check if a URL is indexable
responseCode

Function to get the Status Code of a given URL
screamingfrog_crawlVsSitemap

Function to compare the crawled URLs with the URLs in the sitemap.xml
sharedcount

Function to get the Social Shares for a given URL
screamingfrog_internalPagerank

Function to calculate the internal PageRank of a crawled Page
seoDiver

Function to retrive data from the SEO Diver API
sitemapxml_check

Check if the User provided a correct Sitemap.xml