Write the reason you're deleting this FAQ
Everyone that is a little more advanced online will have a support system for their visitors to contact them through. This doesn't mean it's the best thing in the world, it just means you have a support system that could need work. You could have something set up, that you think is working just fine, but you could actually be losing a decent amount of sales because of visitors leaving or not coming back when you respond. Don't worry, I will be going over many things for you to look over to figure out if your support system is top notch, which is what this entire discussion is about 
If you don't know what a support system is, don't worry, it's basically a support desk that your visitors can go to in order to get questions asked. It's far better than having them submit an email and wait for your response, since you can set everything up so they get notified as soon as you answer their questions. You can have a chat system on your website, but that's just an additional way to contact you, and it's not actually your support system.
Below are some things you should look over, and fix if you're actually doing them or not. You want the best support system possible to boost your sales and visitor satisfaction, and the following 5 things are signs your support system needs an overhaul.
Your time to respond is high
When one of your visitors comes and lands on your support system because they have a questions, you'll want to respond to them as quick as you can, because this will boost their satisfaction and your sales. If you're not responding quickly, you will give your visitors plenty of time to browse your competitors websites and purchase from them. If you are responding quickly, your visitors don't have time to leave your website or browse the internet very long before making a purchasing decision, leaving you as the front runner for the website they will be purchasing from.
Responding quickly pleases everyone, since no one wants to wait 24 or 48 hours for a response when it could be something they really don't want to hear. So, respond quickly and make your visitors more happy in the end 
You don't have a ticket system
If your support system doesn't have a ticketing system, you're just going to fall behind your competitors. A ticket system is the best way to let your visitors contact you. You will be able to see when the contact requests came in, their priority, and you keep logs of everything that was said. You can also assign tickets to specific people if you happen to have a team answering everything for you. Ticket systems are fairly cheap, and sometimes free if you don't mind a little branding on them, which is a great thing because you don't have to spend too much money using them in the beginning. If you do happen to make a decent amount of money, you can buy your own license and use the system on you own website without branding 
You don't have email updates
If you're using a ticket system, you can set up the emails to go out as soon as you respond, which will bring people back in right away. They will submit their questions and leave your website, then you'll respond and an email will get sent out, then they will come back in when they see the email in their inbox
If your ticket system is run through a 3rd party system, you won't have to worry much about hitting a persons inbox, because their IPs tend to be white listed and they monitor everything to keep your emails in front of your recipients 
Email updates are huge when you don't have time to respond right away and they leave. You can reel them back in with the email update that is linked right to their question, and now there will be a response for them to read and possibly make a purchasing decision from 
You don't have someone to handle the incoming requests when you're gone
When you have a busy website, and you're targeting worldwide traffic, you'll likely need someone to work on the support desk while you're sleeping. This will decrease your response times and increase your chances of capturing a sale because people won't have time to browse through all your competitors. Hiring a VA (virtual assistant) from the Philippines, or wherever you want actually, and have them work their normal hours which would be your odd hours in order to get everything answered extremely quick. You can hire someone for $300 to $500 a month to do this, and that's on the high side because you only need them to respond when you have requests. If you pay them per request that is solved, you will likely save money in the beginning, so you might want to start out that way before paying a monthly fee.
You don't have an FAQ for people to search through
This is actually pretty big if you have an active website. If you have an FAQ on your support system that is based on all the questions that were already asked, you will reduce the amount of people that are asking you "new" questions that were already answered. They will see the related questions, click through on a few of them, and usually get the answers to their questions without having to contact you. This saves you both time, which increases your own production and reduces their time to figure out an answer, which boosts your sales in the end 
In conclusion
A good support system is necessary when it comes to a website that is selling anything. It doesn't matter if you have a physical product or a digital service, having a support system is becoming more main stream and visitors are expecting to land on one more often today when they have to ask a question. So, set up a great support system and boost your sales almost immediately 
Remember to follow me!
https://www.seoclerks.com/user/TommyCarey
Thanks!
Tommy Carey
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='25446' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='25446' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=25446 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=25446
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='25446' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='25446' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=148686 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=148686
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=178176 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=178176
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=148725 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=148725
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=148773 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=148773
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=148827 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=148827
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=149292 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=149292
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=149764 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=149764
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=151862 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=151862
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=186339 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=186339
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='25446' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='25446' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='25446' AND status='1' AND (question like '%5 signs support system overhaul%' OR question like '%signs%' OR question like '%support%' OR question like '%system%' OR question like '%overhaul%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='25446' AND status='1'
AND (question like '%5 signs support system overhaul%' OR question like '%signs%' OR question like '%support%' OR question like '%system%' OR question like '%overhaul%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1856' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1856' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3764' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3764' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='18151' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='18151' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='14524' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='14524' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='10788' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10788' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=25446%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=25446%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='301993.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='301993.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='648563.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='648563.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='585810.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='585810.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='637300.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='637300.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='617077.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='617077.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
centurion
Thanks
Centurion The methods you have mentioned- every one is very much important now a day for any types of website who wants to get success quickly. Now a day live chat support system is also very much popular. People does not have enough time. Like I have a website and I provide live chat supporting system so that any body cna come at the time I am online- it is easy for em to answer any question about my website. Thanks Centurion
Are you sure you want to delete this post?