In today`s blog post I thought I would touch on the process of selling websites. I have sold a number of websites and domains over the years and I thought I would share some of my experiences and lessons I`ve learned in selling them. This has come about through a forum post I read today, the forum member wants to sell his website and is having little success.
Firstly why do you want to sell your website?
In my experiences the main reason I`ve sold websites is that I no longer have the time to actively maintain them anymore or I have moved on to other projects. Have you thought about why you want to sell your website? I have sold websites and regretted it afterwards, food for thought maybe.
In the coming weeks I`m planning on making the whole Sitebee website secure through the SSL protocol, now the only drawback is that the search engines will see two different versions of the Sitebee website. One on the standard http:// and the other on https:// protocols.
In the eyes of search engine crawlers that equates to duplicated content. We need to tell the crawler to which version of the website to crawl, you can do this using .htaccess and robots.txt
1. Create a robots file and name it robots_ssl.txt in the root directory (public_html).
2. Add the following code on the robots_ssl.txt file:-
User-agent: *
Disallow: /
3. Add the following code to your .htaccess file in your root directory.
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^robots.txt$ robots_ssl.txt
That`s it, you have now told the search engine crawler to index only your https: pages, thus removing the chance of receiving a duplicate content penalty. The .htaccess file will now redirect the search engine crawlers to the robots_ssl.txt which tells the crawler to use port 443. (If you have a custom port for ssl just replace 443 with your port number)
There`s a little more going on here, but without trying blow your brain, it`s the simplest way I can explain it.
Here is the expected arrival dates for the Google Page rank updates for 2013. If you followed the pagerank updates in 2012 you will notice that the time- frames are almost the same. The PR algorithm updates are performed 4 time per year.
Now as mentioned they are expected updates, Google may change the dates.
1st Update due around January 28 to February 6
2nd Update due around June 27 to July 7
3rd Update due around September 29 to 4 October
4th Update due around 24 December to 29 December
If you have recently setup a new website and wondering what page rank your domain will receive, I can tell you that most websites will receive a pagerank between PR1 to PR3.
In recent months you may have heard the Buzzword “Growth Hacker” being thrown around in various marketing and business community hubs. With the mention of the word “Hacker” it may put the wind up some people.
What is a Growth Hacker?
A growth hacker is an individual with various skill-sets, predominately in digital marketing (social, on page, off page) and web developer (front end, back end) skills. The role of a growth hacker is to market your products and services to your target audiences in a speedy manageable fashion. They may also suggest ways to improve your products, website and the way you deliver your products.
Seeing as FFMPEG Auto Installer do not give clear instructions on how to install their packages I have produced a easy guide which hopefully should be of some use to server admins and novices alike.
Firstly SSH into your server.
Now run the following commands:
mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg7/ffmpeginstaller.7.4.tar.gz
tar -xvzf ffmpeginstaller.7.4.tar.gz
cd ffmpeginstaller.7.4
Im using version ffmpeginstaller.7.4 for this installation, make sure you edit your command to coincide with the current package.
If your a Manchester Business with a website that you would like to promote on the internet then Sitebee can help! We provide local and national SEO campaigns using proven techniques, our SEO campaigns will get your website ranking for your products and services.
What makes us different from other SEO agencies is that we are small and provide the more personal touch. We strive to give you the best possible service at an affordable price. Many small businesses in the Greater Manchester have seen significant increases in leads and sales from the work carried out by Sitebee. (more…)