Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.