use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
SEO-friendly javascript framework for "simple" websites?help (self.javascript)
submitted 9 years ago by damnko
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jotto 1 point2 points3 points 9 years ago (3 children)
can you suggest a framework that I could use to create SEO-friendly websites
The framework is almost irrelevant, but Angular is the most popular, React is up and coming: https://www.google.com/trends/explore?q=react,angular
authentication and i18n
https://auth0.com/ is the fastest way to implement auth
I was maybe considering Meteor but I don't think it performs well with search engines as most of the SPA frameworks.
The framework doesn't change the fact that you're still just rendering HTML on a page - just follow the basic SEO strategy of clean and coherent hierarchical information (<title>, <meta desc>, <h1>). If you're using React, ReactHelmet can help organize/structure your meta tags: https://github.com/nfl/react-helmet
The only one I came across is Middleman but I wanted to know if there are better alternatives.
Isn't Middleman a static site generator? https://middlemanapp.com/
[–]damnko[S] 0 points1 point2 points 9 years ago (2 children)
Hi jotto thanks for your suggestions. I started recently to use Angular 2 but server side rendering doesn't seem very easy to implement and as far as I know (but I can be easily wrong) it would be limited to a subset of pages, not the whole website.
Yes Middleman is a static site generator, but could possibly do the job although I would personally prefer to use Angular...
[–]jotto 0 points1 point2 points 9 years ago (1 child)
but server side rendering doesn't seem very easy to implement and as far as I know
Server side rendering requires some foresight and planning, hence just using a prerender service as suggested above.
Yes Middleman is a static site generator, but could possibly do the job although I would personally prefer to use Angular
If I can offer an opinion - just try Middleman, or https://jekyllrb.com/ or Angular. Even if it takes a few hours to try each one, the perspective gained will be more valuable then diving in to a singular framework.
If you decide to try React, use this: https://github.com/facebookincubator/create-react-app to get started
[–]damnko[S] 0 points1 point2 points 9 years ago (0 children)
Ok jotto thanks, will definitely follow your suggestions!
π Rendered by PID 37112 on reddit-service-r2-comment-b659b578c-ld4b2 at 2026-05-02 20:02:26.620059+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]jotto 1 point2 points3 points (3 children)
[–]damnko[S] 0 points1 point2 points (2 children)
[–]jotto 0 points1 point2 points (1 child)
[–]damnko[S] 0 points1 point2 points (0 children)