Update src/app/layout.tsx
This commit is contained in:
@@ -9,14 +9,14 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StockTracker - Real-Time Stock Market & Crypto Tracking", description: "Track stocks, gold, silver, Nifty, and cryptocurrencies in real-time. Join with 3-day free trial. Professional market insights at your fingertips.", keywords: "stock market, stock tracker, gold price, silver price, nifty index, cryptocurrency, bitcoin, ethereum, real-time quotes, trading platform", robots: {
|
||||
title: "Veltrix - Real-Time Stock Market & Trading Platform", description: "Trade stocks, gold, silver, Nifty, and cryptocurrencies with real-time data. Start your 3-day free trial today. Professional trading tools for Indian investors.", keywords: "stock market, stock trading, gold price, silver price, nifty index, cryptocurrency, bitcoin, ethereum, real-time quotes, trading platform, NSE, BSE", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "StockTracker - Real-Time Market Data", description: "Track stocks, gold, silver, Nifty, and crypto with real-time data and professional analytics.", type: "website", siteName: "StockTracker"},
|
||||
title: "Veltrix - Real-Time Trading Data", description: "Track stocks, gold, silver, Nifty, and crypto with real-time data and professional trading tools.", type: "website", siteName: "Veltrix"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "StockTracker - Market Tracking Made Easy", description: "Real-time stock, gold, silver, Nifty, and cryptocurrency tracking."},
|
||||
card: "summary_large_image", title: "Veltrix - Professional Trading Platform", description: "Real-time stock, gold, silver, Nifty, and cryptocurrency trading with advanced tools."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user