Skip to content

experius/SeoSnap-Dashboard

Folders and files

NameName
Last commit message
Last commit date
May 18, 2022
Sep 8, 2022
Feb 14, 2021
Feb 14, 2021
Mar 28, 2020
Feb 14, 2021
Jan 25, 2020
Mar 27, 2020
Jan 29, 2020
Jun 9, 2020
Feb 23, 2021
Mar 27, 2020
May 18, 2022
Jan 15, 2020
May 18, 2022
Jun 9, 2020

Repository files navigation

Seosnap Dashboard

Usage

  • Create a website in the admin panel
  • Add a sitemap, url and cacheable field to the website
  • Save the website id and use it with cachewarmer
  • View the cached pages and their metadata

Setup crawl error reporting

  • Modify .env file fields: EMAIL_HOST, EMAIL_HOST_USER and EMAIL_HOST_PASSWORD
  • Set per site error reporting treshold and timeout

Development

TO run the dashboard run the following

# Install
make install

# Serve
make serve
## For development use
make serve_dev