Class: DcRemovedUrl

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps
Defined in:
app/models/dc_removed_url.rb

Overview

Schema information

Collection name: dc_removed_url : List of URL-s removed from site

_id                  BSON::ObjectId       _id
created_at           Time                 created_at
updated_at           Time                 updated_at
url                  String               URL that is no longer active
dc_site_id           Object               URL is valid only for the site

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