diff --git a/src/routes/sitemap.xml/+server.ts b/src/routes/sitemap.xml/+server.ts index cb3b51cc..eae5665a 100644 --- a/src/routes/sitemap.xml/+server.ts +++ b/src/routes/sitemap.xml/+server.ts @@ -2,19 +2,15 @@ const pages = [ { title: "/" }, { title: "/cramer-tracker" }, { title: "/reddit-tracker" }, - { title: "/corporate-lobbying-tracker" }, { title: "/most-shorted-stocks" }, { title: "/stocks" }, { title: "/etf" }, { title: "/crypto" }, { title: "/etf/etf-providers" }, { title: "/etf/new-launches" }, - //{ title: "/trending" }, { title: "/price-alert" }, { title: "/heatmaps" }, { title: "/donation" }, - //{title: "/portfolio"}, - { title: "/sentiment-tracker" }, { title: "/insider-tracker" }, { title: "/industry" }, { title: "/industry/sectors" }, @@ -32,9 +28,15 @@ const pages = [ { title: "/list/market-cap/small-cap-stocks" }, { title: "/list/market-cap/micro-cap-stocks" }, { title: "/list/market-cap/nano-cap-stocks" }, + { title: "/list/highest-open-interest" }, + { title: "/list/highest-open-interest-change" }, + { title: "/list/highest-option-iv-rank" }, + { title: "/list/highest-option-premium" }, { title: "/list/bitcoin-etfs" }, { title: "/stock-screener" }, { title: "/market-news" }, + { title: "/advertise" }, + { title: "/data-disclaimer" }, { title: "/market-news/general" }, { title: "/earnings-calendar" }, { title: "/economic-calendar" }, @@ -43,23 +45,21 @@ const pages = [ { title: "/market-mover/losers" }, { title: "/market-mover/active" }, { title: "/market-mover/premarket/gainers" }, - { title: "/market-mover/premarket/losers" }, + { title: "/market-mover/premarket/losers" }, { title: "/market-mover/afterhours/gainers" }, - { title: "/market-mover/afterhours/losers" }, + { title: "/market-mover/afterhours/losers" }, { title: "/hedge-funds" }, { title: "/login" }, { title: "/register" }, { title: "/watchlist/stocks" }, { title: "/watchlist/options" }, - //{ title: "/leaderboard" }, - //{ title: "/tournament-rules" }, { title: "/pricing" }, { title: "/terms-of-use" }, { title: "/privacy-policy" }, { title: "/imprint" }, { title: "/about" }, { title: "/contact" }, - //{ title: "/blog" }, + { title: "/blog" }, { title: "/politicians" }, { title: "/politicians/flow-data" }, { title: "/analysts" },