Forum Moderators: Robert Charlton & goodroi
My points are
1) Relevant Title
2) Relevant Meta tags
3) Internal linking
4) Content
5) Page size 500k or 100k? still not sure
What are the other things I should take in to consideration while changing. Also I am scared of making these many changes bc i heard Mr G can get mad and penalize me. Now stuck with the problem of changing things and time constraints.
What is the optimal time for the implementing of all these changes such that i dont go in bad book of G
What is the optimal time for the implementing of all these changes such that i dont go in bad book of G
and google still loves me, although I was in the sandbox for 2 global changes my traffic is on a steady upward climb over the past 4 months.
> 5) Page size 500k or 100k? still not sure
I assume you meant 50K or 100K. 100 K is the absolute largest any file should be, however, 50K is still a very large file size for an average, everyday page.
Most of my info sites' pages average 10 - 18K, with images.
You might want to do a search in Yahoo for links to your site so that you can see what pages people have linked to. You'll definitely want redirects for those if you want to retain that traffic and keep whatever PR you have earned flowing from your inbound links.
1. read and implement this WW classic
[webmasterworld.com...]
2 View the site with a googlebot simulator like 'poodle predictor' and make sure it crawls well
2a validate robots.txt or make sure the robots exclusions are in order
One of the main issue I am facing is that at present my site is in cfm and i want to change to .php. Now all of my urls will change.
There is a very big lesson to be learned from the mistake you made...
Cool URIs don't change [w3.org]
You should not use technology specific extensions in your URIs.
I'm assuming that at the moment your URIs look like this...
[example.com...]
Rather than changing this to:
[example.com...]
You should change it to:
[example.com...]
This way, when another language comes into vogue and you want to switch, you won't have to change your URIs
1. You MUST create it in 6 (six) days. Not seven, not five :)
2. Other than the title, other metas really don't matter that much.
3. Home > Category > Subcategory > Page
4. If possible, have like a related pages feature, where 5-10 pages are linked from each page, this ensures that every pages has enough links to it.
home> widget2 > product 1,2,3,4,...
In this care i need a url like www.mysite.com/widget1/product1.php
www.mysite.com/widget1/product2.php
www.mysite.com/widget2/product1.php
www.mysite.com/widget2/product2.php
So what should i do in this case?
You should see if you can get your server to parse .cfm for php in .htaccess - that way you don't have to lose your indexed pages, but you can switch to php technology.
Most of my sites use php in html files, by adding this line to the htaccess file:
AddHandler application/x-httpd-php .shtml .htm .html
I am sure adding .cfm to that list will work fine.
I posted a question on WebmasterWorld as to how to go about changing it to make it better for my visiters without losing Google rankings, and got many good suggestions, like doing it in stages.
I finally decided to do things based on the mantra of WebMasterWorld. Build it for the visiters, not the search engines. Based on that, I rebuilt the entire site at once. The only thing I did not change was the names and locations of the pages. I hoped(prayed) that Google would have mercy on my site.
I was rewarded with now being in the top 5 for my most competitive keywords, and still being number 1 for most of my product pages. My amount of sales have gone way up, with more people buying more things per order.
My advice is the same advice that's been repeated here for years. Build your site for the visiters and the search engines will find you and reward you.
I think the add handler type is great advice, and as far as creating sub-directories, etc... mod_rewrite is your friend - you don't actually need to create directories, just the links to them... then use mod_rewrite to take care of the serving/content portion from your .php pages.
Justin
If I have to change from .cfm to .net then what are the complications. How can I retain my pages but still use .net technology.
You don't have to change from .cfm to .net (or .aspx for that matter)
You need to associate the .cfm extension with the asp.net dll. You can do this in the IIS console.
Then your .cfm pages will execute as if they were .aspx pages.