DEV Community

Discussion on: I'm SEO Consultant, Ask Me Anything!

Collapse
 
loukilaymen profile image
Aymen Loukil

Hi Nottiela and thank you for passing by,

Are you obliged to build it with a JS framework ? If yes ok but should be aware of the amount of additional efforts to do to be comparable to non JS website. SSR and dynamic rendering could be a solution. SSR'ed pages are ok.
This solution also comes with risks :

  • SSR server could be a SPOF (Single point of failure)+ If SSR goes down => Googlebot will see empty pages
  • SSR must be well configured (UA, proxy etc)

If your business rely on SEO try to avoid these technologies.

4-Try to link between your website and your App stores pages, put them also on your Schema.org structured data. Yeah ranking depends on the web mobile version (Mobile bot of SE). Do you think about creating a PWA ? :)

Collapse
 
goalworld22 profile image
nottiela

Hi ,
Thank you for your answer. I wanted to use JS to save some development time, but I will go with PHP for web.
And I wasn't thinking about pwa , since Im focused on the mobile apps. But this is a very good suggestion, I will definitely use it.

Thank you (:

Thread Thread
 
loukilaymen profile image
Aymen Loukil

Great !