is it good practice to use iframe to implement header/navbar?
- by Xah Lee
is it good practice to use iframe to implement header/navbar?
my website is basically 5 thousand pages but all static html (not using any content manager, php, etc.).
am in the process to add a navbar at the top of each page. e.g. tabs, or crumbs, or any sort of header with js menu. (the exact design not decided yet)
my question is, is it good practice to use a iframe for this? (so, instead have same text repeated in all 5 thousand pages, each will just have a short iframe pointing to a header file)
am aware that one should reduce http request for speed, but this is ok with me. Any other problems i might have with this? SEO or any tech issue?