Write the reason you're deleting this FAQ
Now a lot of you may not have heard of slideshare, but it's a pretty big website that is owned by social media giant, LinkedIn.
Basically all you do is set up a slideshow and publish it under your profile on slideshare.net But is that all you do in order to get views, subscribers and in the end some new clients?
I've been thinking a lot of how to do some marketing on slideshare but I've been busy with some other websites we're working on. So that's why I'm here to ask you guys and girls to see what you think or know about slideshare 
I know how to do on page optimization so setting the titles and descriptions are easy for me. But what kind of search feature is there on slideshare and how well does it work? I know for a fact that the search function on LinkedIn isn't great because I can keyword stuff and get top rankings in the search results lol. Does slideshare run on the same search function used by LinkedIn?
Are there loads of people browsing slideshare to see what's new and amazing or is the traffic mainly coming from Google, Yahoo! and Bing? This is a big thing in my eyes because optimizing for the search function in slideshare may conflict with the optimization for the search engines, and vice versa. Keyword stuffing on LinkedIn will easily get you ranked in their own search results but will most likely get you on page 10 in Google, Yahoo! and Bing 
Do certain niches on slideshare get more traffic than others? And by this I mean does one niche get millions of views per day while others get a few. I understand there are more popular niches than others, but is the traffic on slideshare leaning hard to one niche or is it spread pretty evenly?
Well, there are a lot of questions in here, but I'm pretty interested in knowing about slideshare so I can begin to pull in traffic 
After someone responds (hopefully) to this discussion with some information, I will begin my testing and let everyone know what happened 
Thanks,
Razzy

I'm not sure which types (categories) of presentations do best on SlideShare or where the traffic mostly comes from. But I can tell you that SlideShare is very much a visually stimulating place much like Pinterest where slides that are very visually stimulating and pleasing are more preferred by the users and as such are the slides that get the most likes, saves and shares.
There are many different categories on SlideShare. You can see the most popular by using the [url=http://www.slideshare.net/explore]Explore page[/url]. Then if you click on [url=http://www.slideshare.net/popular]Most Popular[/url], you do get some search filter options you can play around with to which slide is most popular in all or any specific category, as well as by period too such as today, last 7 days, 30 days, all year and all time which is based on number of views and likes they get.
This way, you can drill down to what the most popular slides are for a category you're thinking of working in to see why it is those slides are the top ranking slides for that category for the past year, month, week or just today and why. :)
If you then check out some of those top ranking slides, you'll see how they are not only entertaining and informative but also vivid and bright and a treat for the eyes and are fun to click through and you can't help but click the like and save button lol.
Remember it's not just slides you can upload to SlideShare, you can also upload infographics, documents and videos. Although currently, [url=https://www.linkedin.com/help/linkedin/answer/53681/uploading-a-video-to-slideshare]it's not possible to upload videos directly to SlideShare[/url]. However, you can embed YouTube videos as part of your presentations.
[video]https://www.youtube.com/watch?v=ZfHJ6Dxc-IY[/video]
Hope this helps mate! :)
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 members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| 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='20046' | 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='20046' | /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=20046 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=20046
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='20046' 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='20046' 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=109393 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=109393
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=109589 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=109589
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=110729 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=110729
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=109634 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=109634
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='20046' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='20046' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='20046' AND status='1' AND (question like '%How optimize slideshare.net?%' OR question like '%optimize%' OR question like '%slideshare.net?%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='20046' AND status='1'
AND (question like '%How optimize slideshare.net?%' OR question like '%optimize%' OR question like '%slideshare.net?%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='17031' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='17457' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17457' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='840' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='840' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3968' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3968' 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=20046%' 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=20046%'
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='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /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 |
Lynne
IdealMike is the one you need here to answer all your questions!
I want to start using Slideshare for my online marketing blog and also for my addiction blog.I think those niches will do quite nicely. I am not sure how well it will work for my mommy blog. I think my mommy blog is more suited to Pinterest and Facebook! Hi Razzy. I have registered on Slideshare a while back since I read a great [url=https://www.seoclerk.com/faq/17973/How-to-Use-SlideShare-Presentations-to-Drive-Traffic-to-Your-Site]Slideshare tutorial [/url]here that IdealMike created. This Slideshare tutorial will probably answer all of your questions since I honestly can't answer your questions. I have only gone so far as to register on Slidsehare but I have not gotten around to adding any content yet. IdealMike is the one you need here to answer all your questions! I want to start using Slideshare for my online marketing blog and also for my addiction blog.I think those niches will do quite nicely. I am not sure how well it will work for my mommy blog. I think my mommy blog is more suited to Pinterest and Facebook!
Are you sure you want to delete this post?