admin管理员组

文章数量:1418717

I have a Wordpress promotional website for our web application and we have around 400 people every day. We have google analytics and Hotjar on our website to gather data on our users, and we can see that around 70% of our users just come to the website to get to the login screen of our application.

I was wondering, is it possible to have a different landing page for these users, so they might land on our blog for example. If it is possible, would it be a good idea?

I have a Wordpress promotional website for our web application and we have around 400 people every day. We have google analytics and Hotjar on our website to gather data on our users, and we can see that around 70% of our users just come to the website to get to the login screen of our application.

I was wondering, is it possible to have a different landing page for these users, so they might land on our blog for example. If it is possible, would it be a good idea?

Share Improve this question asked Jul 30, 2019 at 7:56 B-boyB-boy 1
Add a comment  | 

1 Answer 1

Reset to default 0

You could cookie them. Issues you may run into: users with ad-blocking software may reject the cookie altogether, but they may also be familiar with that pitfall. Users may also manually clear cache/cookies and not benefit. Another caveat is if you use caching, cookies can be a bit tricky to get working reliably. Finally, depending on whether you have any EU users, you may also need extra data security and privacy policy info (and have to have your users opt in to cookies) so that may be a sticky situation.

I'd suggest putting a login form in top navigation instead. This way you can help any user from any page quickly log in. No matter where they land, and no matter whether they can be cookied reliably, they can still get to that form and jump to their desired content. You can include a parameter in the form that redirects them immediately to a specific landing page upon successful login, if you like.

本文标签: redirectHaving a different landing page for returning users