save url config to bdd
1 2 3  | config_to_bdd(site_url, max = 100, timer = 10, validite = 24 * 60 * 60,
  bdd = file.path(find.package("SEO"), "mabase.sqlite"),
  source = "https://www.google.com")
 | 
site_url | 
 url website to find  | 
max | 
 maximum position to scan  | 
timer | 
 time in second between each query  | 
validite | 
 cache validity  | 
bdd | 
 the sqlite database path  | 
source | 
 google's url  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.