I’m used to ASP.NET masterPages to help me maintain a consistent look and feel in an ASP.NET site without a lot of duplication. I’m trying to do more pure HTML/Javascript sites but find myself wanting to go back and use masterPages. I also don’t want to ruin my chances of good ratings in search engines. How can I simulate the templating features of asp.net masterpages in html/javascript while keeping my site search engine friendly?
Note: I’d like to stick to just HTML/Javascript. No server-side solutions, please.
I’ve landed on a great solution that doesn’t require server tech: Single Page Applications (SPA).