Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SEO with Coldfusion, dynamically insert 'title' and 'meta' tags ?

Participant ,
Nov 23, 2010 Nov 23, 2010

with regards to a database driven site that relies on a single page, 'show_merchandise.cfm' to display products, is it ok for Coldfusion to fill in the title and meta tags ?

eg.

<title>#title_info#</title>

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

9.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

LEGEND , Nov 23, 2010 Nov 23, 2010

Sure.  Just because a site is constructed via a single CFM template, doesn't mean web users see that.  They still see individual (ie: discrete) web pages.

It's important to get clear in your mind the difference between CFM files (templates) and web pages (as served by a URL).  They are not the same thing at all, and bear only a superficial corelation to each other.

A single web page can comprise the processing of dozens or hundreds of separate CFM files.  Or a single CFM file.  Web users (be they

...
Translate
Community Beginner , Oct 05, 2024 Oct 05, 2024
 

You can use ColdFusion to dynamically insert 'title' and 'meta' tags by pulling data from your database and embedding it in your page headers. I’ve done this before while working at an SEO agency (https://pearllemonseo.ca/), and it’s a great way to optimize content for search engines!

Translate
LEGEND ,
Nov 28, 2012 Nov 28, 2012

A few things:

* BKBK is correct: don't crash two-year-old, alredy-closed threads with your own questions. Start your own thread.

* This is not a ColdFusion question, it's an HTML question.

* Read the HTML spec. If you're creating websites, you have a professional responsibility to know the tools you're working with.

* The spec is here: http://www.w3.org/TR/REC-html40/, and relevant bits for you to read (although you need to read the whole lot) are: http://www.w3.org/TR/REC-html40/struct/global.html; http://www.w3.org/TR/REC-html40/struct/global.html#h-7.4.4

* You should try to use Google to answer your questions before you solicit people to invest their time and energy answering questions for which the answers are readily accessible if you put some effort into it.

* If you have follow-up questions, start a new thread and ask your own question. However the stuff above should answer your current question, I think?

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 28, 2012 Nov 28, 2012

Adam. Thanks for your pointed comments and I didn't realise I was doing something wrong by asking within a thread. I appreciate and thanks again for your time. I will remember that next time, but in the meantime I will find an alternative. Thanks again.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 23, 2010 Nov 23, 2010

As usual, some great info.

Thanks again guys.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 01, 2010 Dec 01, 2010

I myself find this topic rather humorous. Just in this post alone you find two different view points, as I have found through a couple months of research, forum posts, and my own testing and google searches. Its rather like the arguement over which came first, the chicken or the egg.

I have articles on my desk right this minute, both of which supposedly quote sources from google, saying complete opposites about dynamic URL structures. One says "the default of dynamic url structures contain parameters which google is not capable of indexing". Then I have another article that says google CAN index dynamic URL's as long as they arent passing more than 2 and dont contain certain characters like slashes and periods.

As far as I have read and found out personally, google search engines index already parsed webpages. I have a totally dynamic website I have been building the last few months, and as I have read, as long as you are not passing more than 2 parameters in the URL, then the site gets indexed fine. I think it's more important to have a unique page title and relevent page content with images and alt & title tages.

For me I just did what I thought would work, and so far it has. I have dynamic URL's that pass a brand name and a product number. Within the next couple of months, I will definately be able to see for sure.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 11, 2018 Oct 11, 2018

Having no knowledge regarding Meta tags and titles for indexed marketing. Targeted customers and inbound link building are performed by seo services Los Angeles in a presentable way. Their top priority is customer satisfaction. Boosting traffic through optimization is undoubtedly common but long term results are availed only with quality publishing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 05, 2024 Oct 05, 2024
LATEST
 

You can use ColdFusion to dynamically insert 'title' and 'meta' tags by pulling data from your database and embedding it in your page headers. I’ve done this before while working at an SEO agency (https://pearllemonseo.ca/), and it’s a great way to optimize content for search engines!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources