-
-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEO #13
Comments
yuck, SEO. Anyway, @tobscure how's your javascript-foo? I've never worked with JS, and I'm the posterchild of people who have an irrational dislike for javascript, so I'm kind of curious where our strengths are there. |
I'm a bit of a jack of all trades. I've done everything you see in this project to date — design, PHP, and JavaScript/Ember — and would probably consider myself equally able at all of them. |
List of routes that the Ember app currently supports that need to be supported in Laravel app:
|
I would totally assign this to myself, if I could ;) |
Sorry, I thought I had granted you access to this repo but I hadn't :S Done now! |
👍 |
If JS renders the site, why do you need to make a pure HTML version of it? |
Starting a fresh with this issue: #189 |
@romanov In my experience, Googlebot's JS crawling isn't reliable, and other search engines don't crawl JS at all. |
_1 Upvote_ For SEO, Flarum's Laravel app needs to respond to the same URLs as in the Ember app, serving up very basic semantically-correct HTML within
<noscript>
tags. Additionally, the Laravel app should preload the page's data into the Ember Data store to avoid the need for additional requests after the page loads.The text was updated successfully, but these errors were encountered: