Questions created by 3plains
-
.htaccess redirects
I've done some research but can't find a good answer to this question. Here's my situation: Site redirects from example.com to www.example.com just fine. However, it doesn't work so well for internal pages. My site incorrectly redirects (non-www) example.com/page2 to www.example.com when it should instead go to www.example.com/page2 So I need a method to redirect non-www internal pages to www versions. Currently I have this in my .htaccess - do I need to modify the rules? RewriteEngine on
Technical SEO | | 3plains
RewriteCond %{HTTP_HOST} !^www.example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L] Thanks0 -
Video SEO Markup Test
Hey Everyone, I'm trying to get a video marked up on my (test) website and it is not working. I was hoping someone around here could lend a hand. the post is www.zachsemago.com/?p=28 This is my first ever markup attempt. I assume I just put the markup that applies in the appropriate place in the wordpress post. I thought I had it setup right, and the google rich snippet testing tool told me it extracted some video data. I chose to rank for something without competition so I targeted "how to buy a car on jupiter, mars". The post shows up #1 for that term and some other related ones, but no video. I thought I had covered all my bases, can someone please take a peek and let me know if I'm screwing up somewhere? FYI, I don't have a video sitemap operating. Of the articles I read, it seemed a video sitemap was not mandatory. But regardless my brain has turned to mush on the subject so if I should/shouldn't use one pleas tell! Thanks
Image & Video Optimization | | 3plains0