Class: ArRemovedUrl

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/ar_removed_url.rb

Overview

Schema information

Table name: ar_removed_url : List of URL-s removed from site

id Integer id created_at Time created_at updated_at Time updated_at url String URL that is no longer active ar_site_id Integer URL is valid only for the site

List of URLs removed from site so web crawlers will also remove them from their indexes. Use when creating sitemaps.