mirror of
https://github.com/YGGverse/YGGstate.git
synced 2025-02-04 10:54:12 +00:00
update meta
This commit is contained in:
parent
cad6c52142
commit
96a518d96c
@ -171,8 +171,9 @@ $peers = $memory->getByMethodCallback(
|
||||
<title>
|
||||
<?php echo sprintf(_('%s - Yggdrasil network explorer since %s'), WEBSITE_NAME, date('Y', $memory->getByMethodCallback($db, 'getPeerFirstByTimeAdded')->timeAdded)) ?>
|
||||
</title>
|
||||
<meta name="description" content="<?php echo _('Yggdrasil network analytics: peers, ip, traffic, timing, geo-location') ?>" />
|
||||
<meta name="keywords" content="yggdrasil, yggstate, yggverse, analytics, explorer, open-source, open-data, js-less" />
|
||||
<meta name="description" content="<?php echo _('Yggdrasil network analytics: peer info, ip, traffic, timing, routing, geo-location') ?>" />
|
||||
<meta name="keywords" content="yggdrasil, yggstate, yggverse, analytics, explorer, search engine, crawler, ip info, geo location, node city, node country, traffic stats, ports, node coordinates, connection time, routes, open-source, js-less" />
|
||||
<meta name="author" content="YGGverse" />
|
||||
<meta charset="UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -125,8 +125,9 @@ $peerInfo = $memory->getByMethodCallback($db, 'getPeerInfo', [$requestPeerId]);
|
||||
<title>
|
||||
<?php echo sprintf(_('Peer %s - %s'), $peerInfo->address, WEBSITE_NAME) ?>
|
||||
</title>
|
||||
<meta name="description" content="<?php echo _('Yggdrasil network analytics: peers, ip, traffic, timing, geo-location') ?>" />
|
||||
<meta name="keywords" content="yggdrasil, yggstate, yggverse, analytics, explorer, open-source, open-data, js-less" />
|
||||
<meta name="description" content="<?php echo _('Yggdrasil peer info analytics: ip, traffic, timing, routing, geo-location') ?>" />
|
||||
<meta name="keywords" content="yggdrasil, yggstate, yggverse, analytics, explorer, search engine, crawler, ip info, geo location, node city, node country, traffic stats, ports, node coordinates, connection time, routes, open-source, js-less" />
|
||||
<meta name="author" content="YGGverse" />
|
||||
<meta charset="UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -64,8 +64,9 @@ $results = $sphinx->searchPeers($requestQuery,
|
||||
<title>
|
||||
<?php echo sprintf(_('%s - Search - %s'), htmlentities($requestQuery), WEBSITE_NAME) ?>
|
||||
</title>
|
||||
<meta name="description" content="<?php echo _('Yggdrasil network search: peers, ip, traffic, timing, geo-location') ?>" />
|
||||
<meta name="keywords" content="yggdrasil, yggstate, yggverse, analytics, explorer, open-source, open-data, js-less" />
|
||||
<meta name="description" content="<?php echo _('Yggdrasil network search: peer info, ip, traffic, timing, routing, geo-location') ?>" />
|
||||
<meta name="keywords" content="yggdrasil, yggstate, yggverse, analytics, explorer, search engine, crawler, ip info, geo location, node city, node country, traffic stats, ports, node coordinates, connection time, routes, open-source, js-less" />
|
||||
<meta name="author" content="YGGverse" />
|
||||
<meta charset="UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user