I have a web page which is loaded by javascript. Frontend page is based on JS templating engine. I generate my content via javascript instead of PHP. I generate my contents in following ways I store the content in javascript variable as an object...
2 days ago I published my first blog post on Hashnode devblog. However, when I search the exact blog title on Google, it does not appear on the search result. I did submit sitemap to Google Search Console I republished the same article on Medium, the...
I'm trying to do server side rendering of images for a webapp. Since it has a lot of images, loading the full resolution image for all screen sizes doesn't seem to be ideal. I tried cloudinary using their client side sdk and found that the SSR versio...
I have read a number of articles singing praises for one or the other. SEO and performance are the two greatest weapons that SSR seems to wield over CSR. However it seems that in 2018 most search providers have crawlers capable of parsing JS and some...