LexWells.Infrastructure/LexWells.Infrastructure.Common/Models/RobotsEntry.cs

7 lines
169 B
C#

namespace LexWells.Infrastructure.Common.Models;
public record RobotsEntry(
bool IsAllowed,
int? CrawlDelay,
string? SitemapUrl,
DateTime ExpiresAt);