Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Questions created by iamgreenminded
-
Trailing Slashes for Magento CMS pages - 2 URLS - Duplicate content
Hello, Can anyone help me find a solution to Fixing and Creating Magento CMS pages to only use one URL and not two URLS? www.domain.com/testpage www.domain.com/testpage/ I found a previous article that applies to my issue, which is using htaccess to redirect request for pages in magento 301 redirect to slash URL from the non-slash URL. I dont understand the syntax fully in htaccess , but I used this code below. This code below fixed the CMS page redirection but caused issues on other pages, like all my categories and products with this error: "This webpage has a redirect loop ERR_TOO_MANY_REDIRECTS" Assuming you're running at domain root. Change to working directory if needed. RewriteBase / # www check If you're running in a subdirectory, then you'll need to add that in to the redirected url (http://www.mydomain.com/subdirectory/$1 RewriteCond %{HTTP_HOST} !^www. [NC]
Intermediate & Advanced SEO | | iamgreenminded
RewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L] Trailing slash check Don't fix direct file links RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.)/$
RewriteRule ^(.)$ $1/ [L,R=301] Finally, forward everything to your front-controller (index.php) RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [QSA,L]0 -
Keyword Research and Planning Flow
Hello, First post here. I am a IT infrastructure engineer that does application and deployment work mostly, but new to SEO. That being said, I am a firm believer in demming wheel and defined process/flow charts. I have a website up, built as best practice, its a Magento CE open source Ecommerce store. After some initial research, it seems I really need to define my keywords before I start branding my landing pages and such. So i am going to have to go back and implement the keywords and evaluate. But as I am reading it seems most SEO people try their keywords in google ad words first? Then implement? I am hoping to find some flow or process sheets on how successful Keyword research is done via step by step process and evaluation. And explanations of each. How many keywords to start with per landing page, how many to try and get in the H1 headers, paragraphs, URL. How long to leave keywords in to test? Also, I am a start up company that is competing with the big boys in my market space. I know I cant compete for the big keywords in my market? What is my best strategy for getting any kind of ranking as a small business in a global market? SEO is a mysterious, intriguing thing to me! Very much reminding me of one of my favorite whimsical quotes I will leave you will now, and thanks for reading. -Alex "Invention, my dear friends, is 93% perspiration, 6% electricity, 4% evaporation, and 2% butterscotch ripple." - Willy Wonka
Moz Pro | | iamgreenminded0