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

CFInclude and Search Engines

Guest
Nov 25, 2009 Nov 25, 2009

Hello,

I am creating navigation for my website and I would like to use cfInclude to create navigation in the header and footer of my pages. I'm relectant to do this, however, as I suspect using cfinlcude is not best practice for search engine optimization. Are my suspicions correct? Would anyone recommend using cfincludes? Any thoughts or comments would be extremely helpful.

Many thanks.

246
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
Nov 25, 2009 Nov 25, 2009
LATEST

Search engines have no idea you're using cfincludes within your site. ColdFusion just processes the cfincludes on the web server and sends it as normal HMTL (or whatever) to the browser, search engines are clueless to this. I use them throughout my sites and Google indexes them just fine.

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