GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Calling Tags From my blog post to header keywords for SEO purpose. Is this Safe Code? (https://gfy.com/showthread.php?t=1351215)

lakerslive 01-06-2022 07:29 AM

Calling Tags From my blog post to header keywords for SEO purpose. Is this Safe Code?
 
<meta name="keywords" content="<?php
$title_slug = substr($_SERVER['REQUEST_URI'], strpos( $_SERVER['REQUEST_URI'],'/video') + 7);
$title_slug = rtrim( $title_slug,"/" );
$sqls = "SELECT * FROM posts where title_slug='" . sanitizeInput($title_slug) . "' ORDER BY id DESC";
$result = mysqli_query($conn, $sqls);
if ($result->num_rows > 0) {
while ($row = $result->fetch_assoc()) {
$actortags = $row['actor_tags'];
echo $actortags;
}
}
?>">


thaanks!

Arnox 01-06-2022 02:06 PM

Do not bother using meta keywords. They're ignored by Google + other search engines and the only benefit they serve would be to give competing websites a look at the search terms you're targeting.

Colmike9 01-06-2022 02:25 PM

Yeah ^ These days Google will look at the meta KWs, giggle, then ignore it. ...But SEs like Bing, Baidu, Yahoo, Yandex, probably Duck Duck Go, etc. still use it, so why not try it? :upsidedow


All times are GMT -7. The time now is 04:22 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc