mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tweak title and description for SEO
This commit is contained in:
parent
4b708a80eb
commit
7886ec4790
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@{
|
||||
ViewData["Title"] = "Subscriptions for AdBlock, Adblock Plus, uBlock Origin, and more.";
|
||||
ViewData["Title"] = "Subscriptions for uBlock Origin, Adblock Plus, AdGuard, ...";
|
||||
}
|
||||
<div id="react-app">Loading...</div>
|
||||
@section scripts {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>FilterLists | @ViewData["Title"]</title>
|
||||
<base href="~/"/>
|
||||
<meta name="description" content="FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. Lists like EasyList can be subscribed to in uBlock Origin or Adblock Plus to protect privacy and security and improve web performance. Open-source GitHub project by Collin M. Barrett."/>
|
||||
<meta name="description" content="FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances. By Collin M. Barrett."/>
|
||||
<link rel="icon" type="image/png" href="icon_filterlists.png">
|
||||
<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true"/>
|
||||
<environment exclude="Development">
|
||||
|
|
|
|||
Loading…
Reference in a new issue