Calling Tags From my blog post to header keywords for SEO purpose. Is this Safe Code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lakerslive
    Confirmed User
    • Aug 2012
    • 929

    #1

    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
    Confirmed User
    • Sep 2009
    • 2169

    #2
    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.
    Need Text? X Copywriters | Adult Writing Service - [email protected]

    Comment

    • Colmike9
      (>^_^)b
      • Dec 2011
      • 7230

      #3
      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?
      Join the BEST cam affiliate program on the internet!
      I've referred over $1.7mil in spending this past year, you should join in.
      I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

      Comment

      Working...