All Projects β†’ pixgarden β†’ xsitemap

pixgarden / xsitemap

Licence: other
An R' πŸ“¦ to deal with XML sitemaps and help SEO

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to xsitemap

tenzing
tenzing: documening contributorship with CRediT
Stars: ✭ 42 (+180%)
Mutual labels:  rpackage
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+15940%)
Mutual labels:  seotools
keywordsextract
keywords-extract - Command line tool extract keywords from any web page.
Stars: ✭ 50 (+233.33%)
Mutual labels:  seotools
people-also-ask
People also ask Google scraper. Get as many questions as you need to optimize your site for voice or new content ideas or answering questions about your desired topic.
Stars: ✭ 39 (+160%)
Mutual labels:  seotools
Google-rank-tracker
SEO: Python script + shell script and cronjob to check ranks on a daily basis
Stars: ✭ 124 (+726.67%)
Mutual labels:  seotools
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+653.33%)
Mutual labels:  seotools
data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (+166.67%)
Mutual labels:  rpackage
seotool
New version of my keyword tracking tool with additional features - works currently for google.de!
Stars: ✭ 52 (+246.67%)
Mutual labels:  seotools
SEO-Dashboard
SEO dashboard from Search console Data using the Google Search API, Mysql database , NodeJS RESTAPI( ExpressJS) and reactJs Dashboard
Stars: ✭ 39 (+160%)
Mutual labels:  seotools
rmetalog
R package for the metalog probability distribution
Stars: ✭ 27 (+80%)
Mutual labels:  rpackage
sitemap-checker
a tool for validate xml sitemap and sitemap index files for broken links
Stars: ✭ 21 (+40%)
Mutual labels:  seotools
ecommercetools
EcommerceTools is a Python data science toolkit for ecommerce, marketing science, and technical SEO analysis and modelling and was created by Matt Clarke.
Stars: ✭ 41 (+173.33%)
Mutual labels:  seotools
google-search-results-nodejs
SerpApi client library for Node.js. Previously: Google Search Results Node.js.
Stars: ✭ 46 (+206.67%)
Mutual labels:  seotools
poke
A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata.
Stars: ✭ 24 (+60%)
Mutual labels:  seotools
slurmR
slurmR: A Lightweight Wrapper for Slurm
Stars: ✭ 43 (+186.67%)
Mutual labels:  rpackage
meetupr
R interface to the meetup.com API
Stars: ✭ 76 (+406.67%)
Mutual labels:  rpackage
Meta Tags
Search Engine Optimization (SEO) for Ruby on Rails applications.
Stars: ✭ 2,464 (+16326.67%)
Mutual labels:  seotools
netplot
Beautiful graph drawing
Stars: ✭ 47 (+213.33%)
Mutual labels:  rpackage
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (+20%)
Mutual labels:  seotools
rawDiag
Brings Orbitrap Mass Spectrometry Data to Life; Multi-platform, Fast and Colorful R package.
Stars: ✭ 29 (+93.33%)
Mutual labels:  rpackage

xsitemap

Description

This R' package aim to ease the work with XML sitemap and SEO related tasks. Tutorials will come later

Install

#Github (dev version)
library(devtools)
devtools::install_github("pixgarden/xsitemap")

Getting started

load xsitemap package

library(xsitemap)

xsitemap Functions

1. xsitemapGet()

This is the main function. Add domain hostname or an XML URL as a parameter

xsitemap_urls <- xsitemapGet("https://www.nationalarchives.gov.uk/")

2. xsitemapCheckHTTP()

Will check if sitemap urls are sending 200 http code.Beware it can take some time depending on the number of URLs

xsitemap_urls_http <- xsitemapCheckHTTP(xsitemap_urls)

3. xsitemapGuess.R()

Will try to guess XML Urls in this order:

sitemap_index.xml, sitemaps.xml, sitemap.xml, sitemap-index.xml", sitemap.xml.gz

4. xsitemapGetFromRobotsTxt()

Will search for xml sitemap URL inside robots.txt

5. xsitemapCheckWordpress()

Will check classic Wordpress sitemap urls

Tutorials

/!\ Work in progress /!\

English : https://www.gokam.co.uk/xsitemap-package/

French : https://www.gokam.fr/xsitemap/

Feedbacks

Questions and feedbacks welcome!

You want to contribute ? Open a pull request ;-) If you encounter a bug or want to suggest an enhancement, please open an issue.

  • FranΓ§ois
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].