SEOPerfectCart Articles

SEOPerfectCart Articles

June 26, 2007

Blocking bad BOTS!

Filed by: alterego @ 10:25 pm Search Engines, Server

Blocking robots using robots.txt or IP addresses are both bad ideas.
Bad robots generally do not pay attention to robots.txt.
Blocking IP addresses as some have suggested has all kinds repercussions.

The following suggestings should help …..

Blocking bad BOTS! ... Read More

Filed by: alterego @ 10:58 pm PHP Toolbox 101

Have you lost the ability to display html or javascript or google adsense banners in phpnuke 7.9 3.2 patched?

Change line 1458 in mainfile.php from

1458 $ad_code = filter($row2['ad_code'], "nohtml"); to 1458 $ad_code = $row2['ad_code'];

this will re-enable your banners in 7.9 3.2 patched

Changing Line 227 will allow you to add html in the Content pages

$Default_Theme = filter($row["Default_Theme'], "nohtml"); to $Default_Theme = filter($row['Default_Theme']);

Use these fixes with care I am sure there may be security issues with the fixes

Filed by: alterego @ 4:52 pm HTML & CSS

Most web designers are still using gifs due to the fact that pngs are not transparent on Internet Explorer. There are fixes throughout the internet but I have discovered a fix that does not require any CSS or HTML or JAVASCRIPT programming.

So whats the secret you ask?

Secret to making transparent PNG images without IE javascript fix ... Read More

Filed by: alterego @ 10:05 pm Server

Installing a log file analyzer on your server is probably one of the most useful projects you can undertake other than security.

Installing Configuring PERL, AWstats on a Windows / Apache Server ... Read More

Filed by: alterego @ 7:58 pm Search Engines
Matt Cutts of Google Speaks at the SEO and Search Marketing EXPO at Seattle Washington.

Regarding claiming your own content and syndication of content.

Paid Links by major businesses and corporations.

Revising the Google Guidelines.

Leaning the the Google Index.

Click on the more link to watch the video.

Google Speaks! ... Read More

Filed by: alterego @ 5:51 pm HTML & CSS

A recent article in a Internet Search & Marketing Solutions blog resulted in the conclusion that valid W3C html in web pages have a higher chance of being indexed by Google-Bot. This and for other reasons such as page load times is the reason that SEOPerfectCart is W3C HTML compliant. Check it out at Obazaar - your online marketplace .


Valid HTML 4.01 Transitional CSS_Validator Feed_Validator