Write the reason you're deleting this FAQ
My name is Dan and I sincerely hope that you can help.
I live in the U.S. and have a wife and 3 kids.
Our income plummeted a couple of years ago and now we are in a fight to keep our house, just to let you know our situation. I can't afford to make a mistake.
A few years back, I purchased a domain called MyTravelrite.com to sell travel packages through an affiliate program. I recently purchased MyTravelright.com, (for spelling concerns), and pointed it to my site. I tried to get travelrite.com but the guy wants $4,500 for the domain.
I started to work on the site maybe 2 years ago, but had technical issues and gave up. Now the site is up and fully functional. I never submitted the site because it was a work in progress. I checked the way back machine and got a result from 2011, but no image. Is the site still considered new and can the site do well with organic searches?
If you look at the site, all of the travelrite ads were created by me. I have similar ideas for youtube videos, but I’m still trying to do self SEO on the site. I don’t even know if my SEO ideas will work.
Because travel sites are highly competitive, I bought some current kindle books on SEO. I used google adwords for the ideas, so they may or may not work. I hope that you can help with this as well. I probably wasted the last month trying to figure this out with not a lot of money to hire someone to help. I am open to any changes that need to be made on the site. My home page is called The Travel Place, goggle shows 1.5 million global monthly searches with low competition. Hotels page is Your Travel Place, Flights page is Best Travel Places, 450,000 searches. Vacation Packages page is Places to travel to, 2.2 million searches. Am I on the right track?
My other pages are iframes with noframes text and pics in the background. I am open to make any changes to make this work.
What services should I be looking for to make this site work?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Hello Dan,
I just checked your website out, and I have a couple concerns:
Website logo needs a major redesign - no offense.
Website template needs a severe update, it looks like a website template from 2004 that was never updated/redesigned - no offense.
Advertising images do not look professional, looks like someone just made them with paint by copy & paste - no offense.
I went there and I got turned away because of the horrible design, and low quality images.. it seemed unprofessional, and I thought I was gonna get scammed if I used that site.
No worries though, these problems can be fixed. The template can be updated VERY easily if your using an iframe, the header, and footer areas need a new design.
Edit: You should fix these things before starting SEO services for the site.. believe me your 'image' sells.
Kind Regards,
Everett
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?
Hello Dan,
I just checked your website out, and I have a couple concerns:
Website logo needs a major redesign - no offense.
Website template needs a severe update, it looks like a website template from 2004 that was never updated/redesigned - no offense.
Advertising images do not look professional, looks like someone just made them with paint by copy & paste - no offense.
I went there and I got turned away because of the horrible design, and low quality images.. it seemed unprofessional, and I thought I was gonna get scammed if I used that site.
No worries though, these problems can be fixed. The template can be updated VERY easily if your using an iframe, the header, and footer areas need a new design.
Edit: You should fix these things before starting SEO services for the site.. believe me your 'image' sells.
Kind Regards,
Everett
Are you sure you want to delete this post?
Are you sure you want to delete this post?
I agree with Everett, you need a re-design, but not a complete one, just a small color changes, logo, menu, make links in the footer look like buttons... It's a simple thing and from this level to a good level, there's probably about 500% difference in conversions.
If you want to learn SEO, I suggest you check Matthew Woodward's blog and Youtube channel. He's one of the rare realistic guys out there that doesn't sell crap information, he gives you great information for free. Very newbie friendly.
For a project like this, you need monthly SEO to be done, that will cost you 200+$ per month and results will be seen in 4-6 months. I advise you to forget "I will get you to the top with this link pyramid" for 10$ type BS. I also advise you to focus on implementing attractive social widgets on the site.. . Than you should buy some FB shares, Tweets and so on. Not many, 100 of everything, just to build trust with your visitors. Now your niche is very competitive and many top sites from that niche have professional SEO work done with aged domains. Trying to outrank them just with link building will eat all of your nerves, so focus on attracting visitors to give you social signals, this is how you can probably beat competition.
And, you will have to write a blog just for SEO purposes because Google is biased towards fresh content.

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='15179' | 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='15179' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='54868' | 1 | SELECT * FROM seoclerks.members WHERE USERID='54868' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=54868 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=54868 | /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=15179 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=15179
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='15179' 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='15179' 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=80541 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=80541
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=80542 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=80542
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=80543 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=80543
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=80544 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=80544
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=80545 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=80545
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=80546 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=80546
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=80547 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=80547
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=80548 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=80548
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=80549 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=80549
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=80550 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=80550
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=187084 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=187084
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='15179' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='15179' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='15179' AND status='1' AND (question like '%Please advise%' OR question like '%Please%' OR question like '%advise%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='15179' AND status='1'
AND (question like '%Please advise%' OR question like '%Please%' OR question like '%advise%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='9874' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9874' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='4241' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4241' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='8520' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8520' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='10950' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10950' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='6628' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6628' 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=15179%' 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=15179%'
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='2951.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2951.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2077.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2077.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 |
MikeQ
So I would advice you to learn it first.
You an a lot of things about SEO in SEO forums, try joining some top SEO forums and participate there regularly, in few months you would learn a lot of things. What I tried to make out is you are trying to earn money via SEO but you don't have much knowledge of SEO. So I would advice you to learn it first. You an a lot of things about SEO in SEO forums, try joining some top SEO forums and participate there regularly, in few months you would learn a lot of things.
Are you sure you want to delete this post?