Skip to main content
Participant
May 1, 2013
Question

Is SEO fine with variables for keyword content?

  • May 1, 2013
  • 2 replies
  • 604 views

I'd like to do the following in CF.

I understand the CF vars will be resolved on the server side and clients won't see the CF, but just making sure.

I want to do this in my CF pages.

<title>#title_info#</title>

<meta name="keywords" content="#keyword_info#">

Then I can update #keyword_info# and #title# elsewhere.

(Maybe this is also good for a Google site question, but SEO won't be affected, right?)

Thanks for any suggestions/advice.

Cheers.

This topic has been closed for replies.

2 replies

Participant
May 5, 2013

If you change the title and description then SEO will be affeted. This make your site ranking up or down. The up and down is depend upon the keywords, title, content and description.    

Participating Frequently
May 1, 2013

SEO spiders will be completely oblivious to the fact you've set the title and keywords server-side.  There's absolutely nothing wrong with what you're suggesting.

Participant
May 1, 2013

Thanks for the input.