GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   ALL IN ONE SEO help for TUBE THEME TEMPLATE (https://gfy.com/showthread.php?t=916602)

smutnut 07-18-2009 09:45 AM

ALL IN ONE SEO help for TUBE THEME TEMPLATE
 
I finally broke down and bough this this tube theme http://www.tubetheme.com/ and it doesn't look like all in one seo works very well with it. at least not according to submit express meta tags analysis where everything else always checks out just fine.

I always checked on a couple other blogs that are linked here and found the same problems. Whether the webmasters are aware of it or not I don't know.

Wondering if any of the people using this theme is using all in one seo tag and if they have this problem and know how to fix it.

If not, any idea where I should start looking at templates or changing settings in admin panel would be appreciated just to get me in the semi-correct area.

Seems kind of pointless to use this theme if it can't be seo manipulated like other basic blogs and even ones with complex themes like cutline.

Any help appreciated thanks

TheSenator 07-18-2009 09:51 AM

I think the SEO part is the most important aspect of a WordPress site. If a theme is not designed with SEO as a foundation then it is pretty much a gamble when it comes to SEO.

I have been experimenting with http://diythemes.com/thesis/ Thesis theme for SEO purpose and can consistently score high a 97/100 for a specific keyword.
http://www.pineberry.com/en/skills/seo/analysis-tool

Anway, I am sure with a little modifications you can get that tube theme to work with all-in-one SEO plugin.

smutnut 07-18-2009 09:59 AM

Someone actually got back to me already from their support. Not sure whether or not they can help me but that was pretty quick. Thought I'd be waiting until Monday for sure.

I agree, it's no point to a blog that can't be seo optimized correctly. Could have just used a tube script itself

pornguy 07-18-2009 10:02 AM

What the script does not do you can add manually.

:)

HorseShit 07-18-2009 10:06 AM

You finally broke down and bought a $40 item? Did I read that right?

San 07-18-2009 10:11 AM

Quote:

Originally Posted by Justin (Post 16080552)
You finally broke down and bought a $40 item? Did I read that right?

:1orglaugh

smutnut 07-18-2009 10:14 AM

Quote:

Originally Posted by pornguy (Post 16080545)
What the script does not do you can add manually.

:)

I don't think it's reading anything at all cause I punched in the description manually like always and it works fine on all my other blogs.

smutnut 07-18-2009 10:16 AM

Quote:

Originally Posted by Justin (Post 16080552)
You finally broke down and bought a $40 item? Did I read that right?

Don't understand the response. If you know something about something please explain yourself clearer

who 07-18-2009 10:17 AM

If you need help I'm available.

smutnut 07-18-2009 10:21 AM

Quote:

Originally Posted by who (Post 16080580)
If you need help I'm available.

Just trying to get this all in one seo to read through that theme, but the support that got back to me isn't familiar with ALL IN ONE SEO and it telling me what my source file is reading.

Don't know. It's not big deal if the theme doesn't work I'll just scrap it and alter one myself using that as a guide, but can't figure out why all in one seo doesn't work with it since it works with some rather complexly designed themes.

smutnut 07-18-2009 10:35 AM

They just spotted the error (I think in the template) and they are going to fix it. I'm still waiting to see what it is so I can hack it while I wait for the fix, but it's supposed to be fixed soon

smutnut 07-18-2009 10:58 AM

Quote:

Originally Posted by who (Post 16080580)
If you need help I'm available.

Thanks for the offer.

I know what's causing it now, but not sure if I can fix it. Going to give it a shot.

They're fixing it, but I don't want to wait until Monday LOL.

Thanks again.

I'm wondering how many people thought this was seo friendly until just now.

Angel R. 07-18-2009 11:00 AM

theme has a small problem that I have noticed and fixed for audreybitonitube_com for mediumpimpin.

download your "header.php" from the tubetheme folder.
<?php wp_head(); ?> tag must be BEFORE closing </head>
so it should be

<?php wp_head(); ?>
</head>

that should fix your SEO problem ;)

lol I need 30 posts to be allowed to post URLs. I guess I should be on forums more often :)

smutnut 07-18-2009 11:15 AM

Quote:

Originally Posted by Angel R. (Post 16080667)
theme has a small problem that I have noticed and fixed for audreybitonitube_com for mediumpimpin.

download your "header.php" from the tubetheme folder.
<?php wp_head(); ?> tag must be BEFORE closing </head>
so it should be

<?php wp_head(); ?>
</head>

that should fix your SEO problem ;)

lol I need 30 posts to be allowed to post URLs. I guess I should be on forums more often :)

That's exactly what I just did and was coming back to post it. Now, I'm feeling better knowing I did it correctly.

Thanks!:thumbsup

MediumPimpin 07-18-2009 11:17 AM

Quote:

Originally Posted by smutnut (Post 16080690)
That's exactly what I just did and was coming back to post it. Now, I'm feeling better knowing I did it correctly.

Thanks!:thumbsup

We had the same issue, Angel fixed it for us, been getting good SEO results from that theme :)

Angel R. 07-18-2009 11:19 AM

nice! Glad it works for you.

smutnut 07-18-2009 11:21 AM

Quote:

Originally Posted by MediumPimpin (Post 16080693)
We had the same issue, Angel fixed it for us, been getting good SEO results from that theme :)

Cool.

Now, I have to figure out this difference between the actionscript 3 and actionscript 2 flv's for the ones I'm not going to embed. There's some change up in actionscript 3 that keeps fucking me up.

Angel R. 07-18-2009 11:25 AM

what exactly is your problem with flvs?

smutnut 07-18-2009 11:42 AM

Quote:

Originally Posted by Angel R. (Post 16080710)
what exactly is your problem with flvs?

I'm not exactly sure. That's the problem LOL :1orglaugh

I'm actually just learning actionscript. I've just discovered there's a difference where movies are concerned when I'm tearing my hair out following certain tutorials just to discover I'm using the wrong version :1orglaugh

It's no biggy. I'm pretty quick learning stuff like this. I've played with 3D studio max, after effects, premiere etc. I have about three or four tutorial links just for the creating the flash clips, I'm just trying to figure the techniques that look the best. Probably I'll end up using the sponsors stuff more or less anyway.

Angel R. 07-18-2009 11:49 AM

you gotta learn about listeners. You can't do "almost" anything without listeners in AS3.0
gotoandlearn com probably have some tutorials about it if you wanna check out.

smutnut 07-18-2009 12:13 PM

Quote:

Originally Posted by Angel R. (Post 16080781)
you gotta learn about listeners. You can't do "almost" anything without listeners in AS3.0
gotoandlearn com probably have some tutorials about it if you wanna check out.

I'll do that. Thanks.

I have heard about listeners but like I said I'm just learning the code. I actually end up using version 2 more than 3 just because it's easier to me, and just for basic stuff so far, but I'll check out that link.

Thanks again

Si 07-18-2009 12:22 PM

bookmarking this incase mine is doing the same thing.

Wondered why it took 4 days to get it listed in google :(

usually only takes me a day.

smutnut 07-18-2009 12:42 PM

Quote:

Originally Posted by mobilefun1987 (Post 16080867)
bookmarking this incase mine is doing the same thing.

Wondered why it took 4 days to get it listed in google :(

usually only takes me a day.

It's going to be if you don't move that wp head call tag up above the header closing tag. You can go to submit express and check out the meta tags analyzer and if you're not seeing your keywords or description, that's what's happening.

smutnut 07-18-2009 01:06 PM

Quote:

Originally Posted by Angel R. (Post 16080781)
you gotta learn about listeners. You can't do "almost" anything without listeners in AS3.0
gotoandlearn com probably have some tutorials about it if you wanna check out.

Hey, you wouldn't happen to have some code for actionscript 2 that I could add to this and make the play button disappear when the movie is playing and maybe appear when you roll over it and when the movie stops would you.

This is the code I'm using for the clips:

var nc:NetConnection = new NetConnection();
nc.connect(null);

var ns:NetStream = new NetStream(nc);

theVideo.attachVideo(ns);

ns.play("clip.flv");

playButton.onRelease = function() {
ns.pause();
}

Robocrop 07-18-2009 01:07 PM

Yah I noticed this after I bought the theme...took me 3s to figure out what the problem was and I am far from experienced ;)

fris 07-18-2009 01:15 PM

If a theme developer doesnt add wp_head in the theme they should be shot in the head

smutnut 07-18-2009 01:39 PM

Quote:

Originally Posted by Robocrop (Post 16080983)
Yah I noticed this after I bought the theme...took me 3s to figure out what the problem was and I am far from experienced ;)

You're like the AWESOMO 2000!

smutnut 07-18-2009 01:42 PM

Quote:

Originally Posted by fris (Post 16081008)
If a theme developer doesnt add wp_head in the theme they should be shot in the head

Well, I certainly question whether or not he should be charging for his theme yet, but time will tell.

P.S. it was in the theme. it was just under the closing tag, but it took me a while to notice it because I'm not the AWESOMO 2000

d-null 07-18-2009 01:51 PM

Quote:

Originally Posted by Justin (Post 16080552)
You finally broke down and bought a $40 item? Did I read that right?

:1orglaugh:1orglaugh:1orglaugh

smutnut 07-18-2009 01:55 PM

Quote:

Originally Posted by d-null (Post 16081098)
:1orglaugh:1orglaugh:1orglaugh

:1orglaugh

What's funny about that? I forgot to ask the guy cause I was in the middle of stuff. Is it cause it sounds like 40 dollars is a lot of money, or did I miss the entire joke?

d-null 07-18-2009 02:30 PM

Quote:

Originally Posted by smutnut (Post 16081104)
:1orglaugh

What's funny about that? I forgot to ask the guy cause I was in the middle of stuff. Is it cause it sounds like 40 dollars is a lot of money, or did I miss the entire joke?

yeah, the board and adult in general is starting to look more like DP where someone will post a thread "Just made my first $9 sale!" and a couple dozen people will post "congrats, how did you do it?" .... no big inside joke here or anything, carry on :winkwink:

smutnut 07-18-2009 02:38 PM

Quote:

Originally Posted by d-null (Post 16081203)
yeah, the board and adult in general is starting to look more like DP where someone will post a thread "Just made my first $9 sale!" and a couple dozen people will post "congrats, how did you do it?" .... no big inside joke here or anything, carry on :winkwink:

Actually, my slant was - and this may be just as bad - I can't believe buying a wordpress theme when their are so many out there that are free that you can just tweek (or more on your own), but this one had that tube look I was never saw before.

To me buying a theme for wordpress was like buying free samples that they hand out to promote things, so that's actually where I was coming from but like I said that might be just as bad.

d-null 07-18-2009 02:43 PM

Quote:

Originally Posted by smutnut (Post 16081226)
Actually, my slant was - and this may be just as bad - I can't believe buying a wordpress theme when their are so many out there that are free that you can just tweek (or more on your own), but this one had that tube look I was never saw before.

To me buying a theme for wordpress was like buying free samples that they hand out to promote things, so that's actually where I was coming from but like I said that might be just as bad.


I actually agree with you on that, I don't think that add-ons or plug-ins for free open source software should be charged for, I believe it is wrong to piggy back on the whole opensource thing

smutnut 07-18-2009 03:15 PM

Quote:

Originally Posted by d-null (Post 16081203)
yeah, the board and adult in general is starting to look more like DP where someone will post a thread "Just made my first $9 sale!" and a couple dozen people will post "congrats, how did you do it?" .... no big inside joke here or anything, carry on :winkwink:

You know what I find just as funny as the 9 dollar sales people? the posers who come here after their 9 to 5's flopping burgers cause their ITT Tech diploma doesn't play off and they probably never made a sale in their lives but they are acting like big time webmasters and parroting their posts with what they have read in other threads

Jack Sparrow 07-18-2009 03:16 PM

Quote:

Originally Posted by smutnut (Post 16080577)
Don't understand the response. If you know something about something please explain yourself clearer

:1orglaugh

I teeheed :)


All times are GMT -7. The time now is 04:12 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123