onaseef / yomobi

YoMobi Mobile Builder Platform
http://www.yomobi.com
2 stars 2 forks source link

Create individual titles, keywords and descriptions for the various pages #424

Closed onaseef closed 12 years ago

onaseef commented 12 years ago

Right now, all of the pages share the same title, keywords and descriptions. The SEO company we're working with wants us to use different keywords and descriptions for each of the pre-login pages. How can this be done?

Also, how do I get more access to the help.yomobi.com environment so I can add titles, keywords, descriptions, and CSS there?

gilbert commented 12 years ago
  1. It would have to be done with each individual page. It's probably possible to factor this into a yml file.
  2. If you create another private repository for help.yomobi.com and give me access, I'll push the content to it and give you instructions on where to change certain things.
onaseef commented 12 years ago

I figured it would be on an page by page basis. Can you set it up to work that way so I can get the SEO started. It doesn't need to be a YML format, unless that's the better option.

I'll create a repository and let you know when it's ready.

On Jul 26, 2012, at 5:07 PM, Gilbert reply@reply.github.com wrote:

  1. It would have to be done with each individual page. It's probably possible to factor this into a yml file.
  2. If you create another private repository for help.yomobi.com and give me access, I'll push the content to it and give you instructions on where to change certain things.

Reply to this email directly or view it on GitHub: https://github.com/onaseef/yomobi/issues/424#issuecomment-7292078

gilbert commented 12 years ago

Ok, updated. If you look in home_controller.rb:42, you'll see the two meta tags that you can customize per page. That file should contain most if not all the non-logged in pages.

onaseef commented 12 years ago

Thanks. Does it include title, keywords and description? Those are the 3 we need access to.

On Jul 26, 2012, at 7:24 PM, Gilbert reply@reply.github.com wrote:

Ok, updated. If you look in home_controller.rb:42, you'll see the two meta tags that you can customize per page. That file should contain most if not all the non-logged in pages.


Reply to this email directly or view it on GitHub: https://github.com/onaseef/yomobi/issues/424#issuecomment-7294595

gilbert commented 12 years ago

Yes. I just added title.

onaseef commented 12 years ago

Excellent work!

How would I access the /users/sign_up page to modify the meta there? I think everything is based on the routes.rb file and I don't see a route for users/sign_up

gilbert commented 12 years ago

It's the one in sessions_controller.rb

onaseef commented 12 years ago

What do I put in sessions_controller.rb to change the title and meta information for /users/sign_up?