Skip to content
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

Closed
tobyzerner opened this issue Dec 20, 2014 · 9 comments
Closed

SEO #13

tobyzerner opened this issue Dec 20, 2014 · 9 comments
Assignees

Comments

@tobyzerner
Copy link
Contributor

_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.

@mikedugan
Copy link

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.

@tobyzerner
Copy link
Contributor Author

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.

@tobyzerner
Copy link
Contributor Author

List of routes that the Ember app currently supports that need to be supported in Laravel app:

  • Index: /?sort={sort}&q={search}
  • Discussion: /{id}-{slug}?start={number}
  • User: /u/{username}

@franzliedke
Copy link
Contributor

I would totally assign this to myself, if I could ;)

@tobyzerner
Copy link
Contributor Author

Sorry, I thought I had granted you access to this repo but I hadn't :S Done now!

@solhuebner
Copy link

👍

@zairl23 zairl23 mentioned this issue May 8, 2015
@tobyzerner tobyzerner mentioned this issue May 13, 2015
53 tasks
@tobyzerner tobyzerner added this to the Migrate discuss.flarum.org milestone May 13, 2015
@romanov
Copy link

romanov commented Jun 6, 2015

If JS renders the site, why do you need to make a pure HTML version of it?
http://searchengineland.com/tested-googlebot-crawls-javascript-heres-learned-220157

@franzliedke franzliedke modified the milestones: 1.0 API Freeze, Migrate discuss.flarum.org Jun 25, 2015
@tobyzerner tobyzerner changed the title Make web layer support routes, render basic content, and bootstrap Ember app accordingly SEO Jun 25, 2015
@tobyzerner tobyzerner modified the milestones: 1.0 Beta 2, 1.0 API Freeze Jun 25, 2015
@tobyzerner
Copy link
Contributor Author

Starting a fresh with this issue: #189

@tobyzerner
Copy link
Contributor Author

@romanov In my experience, Googlebot's JS crawling isn't reliable, and other search engines don't crawl JS at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants