#1: Optimize every page in your OpenCart store
Just login to your OpenCart dashboard and follow these steps to get it done:
- Optimizing for your Home page: Go to System > Settings > Edit > tab Store, fill out in the Title and Meta Tag Description box, then click Save.
- Optimizing for your each Catalog: Go to Catalog > Categories > Choose category to edit or insert new > fill out in the Category Name, Meta Tag Description and Meta Tag Keywords box, then click Save.
- Optimizing for your each product: Go to Catalog > Products > Choose product to edit or insert new > fill out in the Product Name, Meta Tag Description and Meta Tag Keywords box, then click Save.
#2: Optimize URL’s Structure
Follow these steps to do it now:
- Login to your OpenCart dashboard > Go to System > Settings > Edit > tab Server > Set the SEO URL’s radio to “Yes” and save your settings.
- Go to your hosting control panel and rename the file .htaccess.txt to .htaccess
- Finally, you need to enter SEO keywords for every page, information, product and category you want to have URL rewrite (You can find the field for the SEO Keywords under the Data tab when editing and creating items).
#3: Avoid Duplicate Content
What is the solution?
All of your links MUST go to one place!
By default, OpenCart doesn’t handle this redirect for you. You have to do that manually. But how?
Simple, you just need to edit your .htaccess file which can be found in the same folder that you installed OpenCart on your server. Here is what the code looks like:
# Begin Redirect 301
RewriteEngine On
RewriteCond %{HTTP_HOST} !^Worldwebsolutions\.in[NC]
RewriteRule (.*) http://Worldwebsolutions.in/$1 [R=301,L]
# BEGIN OpenCart
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END OpenCart
That is all you need to redirect your OpenCart site from the “www version” to the “non-www version”. If you want to redirect from the non-www to the www, then swap lines 3 and 4 with this:
RewriteCond %{HTTP_HOST} !^www\.kulerthemes\.com [NC]
RewriteRule ^(.*)$ http://www. kulerthemes.com/$1 [L,R=301]
Notes: You should make sure that your host allows you to edit the .htaccess file (most will) and remember to change Worldwebsolutions.in to your domain name.#4: Create a Robots.txt File.
That’s why you should have a robots.txt file for your OpenCart site (click here to learn more about the robots.txt file and then create your one).
You still don’t know what to do? (Sorry the robot.txt thing is way too complicated).
So just copy and paste this code in an archive called “robots.txt” and upload it to your Opencart root directory:
User-agent: *
Allow: /
User-agent: Mediapartners-Google
Allow: /
User-agent: Googlebot
Allow: /
User-agent: Adsbot-Google
Allow: /
User-agent: Googlebot-Image
Allow: /
User-agent: Googlebot-Mobile
Allow: /
#5: Create XML Sitemap for your Opencart website.
With a XML sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. That’s why it will help search engines like Google, Bing, Yahoo and Ask.com to better index your OpenCart web pages.
To create a XML sitemap for OpenCart,
#6: Use a clean OpenCart Theme
After I have worked in the SEO field for a while, I found that using a XHTML valid theme is very important for getting high ranking on search engines. It helps the crawlers to easier get your website data, so your site will be index faster, and rank higher.
#7: Add Google Analytics to Your OpenCart Site.
#8: Create a Blog for Your OpenCart Site
It’s simple to create a blog for your OpenCart site by using an Opencart blogging module. If you care about this, we’d love to help.
#9: Let’s Get Indexed Faster
#10: Create a Video Channel on YouTube
YouTube helps you get more backlinks and increase trust from search engines.
By adding a video clip to the blog post, you can keep your customers stay longer on your site. This will help the search engines evaluate your site has useful content, attract readers and therefore, you get higher ranking.
#11: BOOST Social Networking
It’s easy to create your business profile on Social Networking sites and start build community, then share your store information.
No comments:
Post a Comment