Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
daffy
I've been wondering why people use the Firefox browser? On my computer monitor, the text is jagged, thin, the boldface isn't bold. The text is actually pixelated: there are whitespaces gaps so the black letters aren't totally connected. All this makes the text hard to read. The photos and graphics are ok but the text drives me crazy. Is there a way to adjust this? I find it hard to believe that this browser is popular. But maybe I don't have it setup right.
Cyndy
Cyndy, the real problem is IE, not FF.
IE is a browser that doesnt work to the standards, if your site doesnt work on FF then
1. it doesnt conform to the standards
2. it probably will not work well on other browsers such as safari or chrome or opera as well
FF is used by almost20% of the world, and mostly young people.
Re: Simple SEO URL [support thread]
My site works fine on FF, that's not a problem. I'm talking about the FF browser: the display is pretty lousy on my monitor. So I've wondered why people like this browser. Is there some way to improve the appearance of the text? Maybe I don't have the right kind of screen fonts? Something? It's puzzled me for awhile.
Cyndy
Re: Simple SEO URL [support thread]
Oh, never mind... I found something on Google about how to set Cleartype font smoothing and that totally changed how Firefox displays. Huge difference. Wow. Here's the link:
http://www.exploroz.com/Customers/82..._XP_Fonts.aspx
Very Sorry to interrupt this thread for this topic. I wanted to ask people that I knew were using Firefox: why do you like it?
Cyndy
Re: Simple SEO URL [support thread]
1. It is very fast
2. It has tons of add-ons, some are so important that we developers can NOT live without it. (which is why most sites are designed on FF first)
3. It is more secured, less vulnerable to some bugs IE has
4. It is updated more frequently.
Re: Simple SEO URL [support thread]
Yellow -
Just wanted to thank you for the Simple SEO add on. I installed the latest version on my ZC v1.3.7.1, and it worked without one single problem!
One concern I had was that my current links will be broken - I have a lot of them pointing to my products from outer pages. They all redirect perfectly fine!
One question I would have - are Google spiders happy with the redirect?
Thanks again!!
Gabstero
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
gabstero
Yellow -
Just wanted to thank you for the Simple SEO add on. I installed the latest version on my ZC v1.3.7.1, and it worked without one single problem!
One concern I had was that my current links will be broken - I have a lot of them pointing to my products from outer pages. They all redirect perfectly fine!
One question I would have - are Google spiders happy with the redirect?
Thanks again!!
Gabstero
Yes, but as warned it will take time. For many people it takes a few days, in rare cases it can take weeks.
Again, 301 redirection is the correct method recommended by google and other SEs.
Re: Simple SEO URL [support thread]
Thanks Yellow!
Would the Google XML Sitemap add-on be useful to speed things up maybe?
I have it installed.
Thanks
Gabi.
Re: Simple SEO URL [support thread]
Google analytics says my site traffic is up 7% overall, but the amount of traffic from search engines directly has increased from 8% to 16% since I installed Simple SEO Url last week. I think that's very impressive. Search engine traffic has doubled in only a few days. :yes:
Cyndy
Re: Simple SEO URL [support thread]
Hello,
I am having a problem with my htaccess file. I got everything installed and once I turn the mod on I get an internal server error. If I use this htaccess which is what it contained before plus your info I get internal server error on ever page even my admin. If i set htaccess to blank and just add your info I can get to my main page and admin but all links return and error.. any suggestions?
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName bombshelllingerie.com
AuthUserFile /home/bombshel/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/bombshel/public_html/_vti_pvt/service.grp
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Re: Simple SEO URL [support thread]
Can you check your server error log to see the error in details?