SEO is search engine optimization, altering a web site so as to improve its ranking in search engines.
0
votes
3answers
699 views
Serving images from another hostname vs Apache overload for the rewrites
We are trying to improve further the speed of some sites with older HTML in order as well to obtain better SEO results. We have now applied some minify measures, combined html, css etc.
We use a small ...
0
votes
2answers
55 views
Recoomend company to take care or webserver and wordpress management?
I'm interested in setting up a professional WordPress site but I'd like to explore the pssibilities to leave the management of the webserver and even WordPress' management to a company that guarantees ...
1
vote
1answer
85 views
404 error on existing file for bots
My website works fine for users, but apache2 gives 404 error for some pages to bot requests (google and yandex). How can I solve this problem?
one row from apache access.log:
66.249.76.215 - - ...
1
vote
1answer
57 views
Trying to test Domain Collapsing / Consoldiation validity for SEO purposes
At work, we're trying to determine the effectiveness of domain collapsing for SEO purposes. Our current structure is to have multiple web apps served from different servers, such as
PUBLIC URLS - ...
0
votes
1answer
387 views
Nginx simple redirect old uri to new uri
I've got problems with simple SEO friendly redirect. Web page has changed and I'd like to redirect old uris to new ones. For example I'd like to redirect /contact to /contact.html
I've tried
...
0
votes
1answer
247 views
Lighttpd redirect from www.domain.com to domain.com
I need to permanently redirect all www.domain.com to domain.com in Lighttpd.
Here's relevant part of my lighttpd.conf:
$HTTP["host"] =~ "^www\.domain\.com$" {
url.redirect = (
"^/(.*)" ...
0
votes
1answer
132 views
Subdomain is preventing my search results from rising as expected in page rank
My problem is that I have a site which has requires a dedicated page for every city I choose to support. Early on, I decided to use subdomains rather than a directly after my domain (ie i used ...
0
votes
0answers
86 views
seo urls with nginx and php-fpm
I would like to get nginx and php-fpm (chroot) works with SEO and usual URLs.
1 - domain.com/clear/path
2 - domain.com/clear/path/?arg=val&arg1=val1
3 - domain.com/clear/path.php
4 - ...