I am planning to make a responsive+mobile first web design. So here is my plan:
- Making a mobile first website.
- Using Javascript to load desktop or big screen HTML
However, I have a problem here. From my knowledge, the HTML content which I will load using javascript will not be readable by search engines? I have searched a lot on internet but I could not find a reasonable answer to this problem.
Can anybody tell me if it is possible to do SEO friendly conditional loading using Javascript? Or do I have to look into server side language i.e PHP/ASP to load content using device detection?