Questions created by dwebb007
-
Canonical URL Tag Usage
I have a large website, almost 1500 pages that each market different keywords for the trucking logistics industry. I don't really understand the new Canonical URL Tag USAGE. They say to use it so the page is not a duplicate but the page that MOZ is call for to have the tag isn't a duplicate. It promotes 1 keyword that no other page directly promotes. Here is the page address, now what tag would I put up in the HEAD so google don't treat it as a duplicate page. http://www.freightetc.com/c/heavyhaul/heavyhaul.php 1. Number 1 the actual page address because I want it treated like its own page or do I have to use #2 below? 2. I don't know why I would use #2 as I want it to be its own page, and get credit and listed and ranked as its own page. Can anyone clarify this stuff to me as I guess i am just new to this whole tag usage.
On-Page Optimization | | dwebb0070 -
Site map creator
I have a large website with about 1300 pages. I can't find a good sitemap creator that will crawl the whole site and spit out the xml file. Any ideas or suggestions for good services? Also, a site this large, should I consider mutiple site maps?
Intermediate & Advanced SEO | | dwebb0070 -
Keyword Ranks Jumping all over? Top 10 to 40 back to top 5?
So thanks to MOZ I now can track my very large website which has several hundred pages built for specific keywords. The problem is that If I have a page built for a keyword like "equipment transport" for example, and one week that keyword will rank top 5 and the next week in the 40's and then all the way back up to top 5 or 10 again. Google is bouncing these pages/keywords around like a trampoline would. How do I stop this. Do I need to make changes to slow down how often I want the pages to be crawled? In my research this is what I am hoping the problem is because my 1200 page site has no consistency on a 1000 keywords. One week 350 increase and the next week 600 decrease. And I track each keywords changes week to week in an excel sheet. Feedback would be greatly appreciated, because until I can get these pages to quit bouncing around so much a lot of my efforts are pretty much a waste as I can seo a top 5 ranked page/keyword that is ranked 40th the next week and back down to top 5 because of the lack of consistency.
Intermediate & Advanced SEO | | dwebb0070 -
.htaccess file uploaded, website won't load
I uploaded the .htaccess file with the below, and now my website won't load at all? Then I deleted the htaccess file and it still won't load? But then it would load on my phone when I took it down, not on chrome, or explorer? Then I put it back up and looked again on my phone, wouldn't load on phone. Then deleted file and it still won't load on my phone? What is going on? RewriteEngine on
On-Page Optimization | | dwebb007
RewriteCond %{HTTP_HOST} !^http://freightetc.com$
RewriteRule ^(.)$ http://www.freightetc.com/$1 [R=301]
RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.*)index.php$ http://www.freightetc.com/$1 [R=301]0