Apache :: Google Sitemap When Multiviews Activated

May 26, 2015

I have a web site running on Apache 2.2 with MultiViews activated.

I have a html document for each english an german content. For example: index.en.html and index.de.html.

All the linked content is given without file endings: For example /index instead of /index.en.html or /pict/logo instead of /pict/logo.png.

When I generate a google sitemap with gsitecrawler, the xml sitemap only contains the links without endings, the way they are given in the content.

But this also seems to be a problem for the google search engine: When I google some german...

View 4 Replies


ADVERTISEMENT

Apache :: Hreflang In Sitemap For Multiviews

Jun 11, 2015

I have a website with multiviews activated in the apache conf file.

Currently the site map is looking like this:

Code:

<url>
<loc>http://www.mydomain.de/index</loc>
</url>

I want that the sitemap also contains hreflang as recommended by Google:

Code:

<url>
<loc>http://www.mydomain.de/index</loc>
<xhtml:link
rel="alternate"
hreflang="de"
href="http://www.mydomain.de/index.de"
/>
<xhtml:link
rel="alternate"
hreflang="en"
href="http://www.mydomain.de/index.en"
/>
</url>

The question is, if google's search engine will see it as duplicated content, because visited from USA the URL http://www.mydomain.de/index will provide same content as the alternate URL http://www.mydomain.de/index.en.

So is this way of writing the sitemap okay or not?

View 2 Replies View Related

Urchin 5 / Google A . Transfering From Server To Server (Serial Already Activated)

Nov 21, 2006

I am currently running Google Analytics/Urchin 5 (v5.7.02), on a server, the server has started to act up, (on its last legs etc) and now I am trying to transfer the Urchin Software to a new server, where it would work effectively.

However upon installing the urchin software on the new server and running it (localhost:9999), I am presented with An Action Items Page, and these following choices

Obtain Demo License
Buy License
Activate Pre-Purchased License

I choose ‘Activate Pre-Purchased License’ pop in the Serial number and complete the registration then…

---------------------------------------------------------
Urchin Licensing Center -- Error!

An error has occured during your transaction, please use the back button and correct the problem. The specific error message is:

• Unable to generate a license. Some possible reasons:

Your serial code is currently active <<< How do I disable it and use it on another server?
---------------------------------------------------------

So all I want to do is deactivate the serial and reactivate it on another server.

Does anyone have experience with this or a similar problem or have a solution to this problem. Any help be most appriciated.

Or even a Contact Number so that i can get some one over the phone!

View 2 Replies View Related

CURLOPT_FOLLOWLOCATION Cannot Be Activated When In Safe_mode

Jun 13, 2008

i get an error message for a site im trying to build.

id like to know if there are scripts i can upload myself to turn off safe mode and to sto the base dir thing.

i understand this can be done in php.ini and htaccess.

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/g/public_html/term-sample.php on line 58

View 3 Replies View Related

Plesk 12.x / Linux :: Cloudflare Will Not Uninstall If Domains Activated

Jun 8, 2015

I deleted the Domain from Cloudflare but did not deactivate it before from Plesk. I add again the Domain and try to deactivate it but you can deactivate it.

(Error) CloudFlare can not delete domain.tld from this interface. your Plesk server is not the authoritative partner with CloudFlare for your domain.

What is the way to deactivate and uninstall Cloudflare?

View 6 Replies View Related

Apache :: Cannot Verify Google Account Because Of HTAccess

Jul 16, 2008

My .htaccess file redirects (rewrites) all .html to .php... I need to add Google's file in order to verify my account (Webmaster Tools) but it can't find the file because of my .htaccess.

Code :

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^mydomain.com [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]

rewritecond %{http_host} ^/index.html [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]

RewriteRule ^(.*).html$ $1.php [NC]

View 8 Replies View Related

Apache :: How To Keep Google From Indexing Redirect Domains

Jan 19, 2015

I have five domains redirecting to my main site. I originally setup these redirect domains because many people in my target demographic are not very computer literate, and I worried they would mis-spell or mis-type the site name. I want to do what Google does with gogle.com and their other domains.

exampledomains.com <-- Main Site
exampledomains.net
exampledomains.org
exampledomain.com
exampledomain.net
exampledomain.org

Now I'm seeing that Google is indexing about 3000 results for each redirect domain, and I'm worried it's going to hurt my SEO.

My host setup the domains with the same IP as my main site, then put non-masking redirects in the .htaccess. The sites do not have their own accounts on the server, so I can't setup a separate htaccess or robots.txt as their presently configured. How should I set this up? 

View 5 Replies View Related

Apache :: URLs Ending In / Show 404 When Exploring With Google Bot In

Nov 7, 2012

I have a WP online shop using WP E-commerce plugin 3.8.9 together with the SEO Yoast plugin.My problem in that when exploring the product URLs ending with / in google webmaster tools, it displays 404. But the same URL without / is found and ok. I must day that both URLs show up correctly in browsers and the non / version is redirected to the one ending in /.Here is my .htaccess:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

I could solve this problem by setting a redirect to non / URLs instead.

View 3 Replies View Related

Google Apps (Standard) And Two Different Domains: How Many Google Accounts Do I Need?

Jun 27, 2009

I hope some of you are using Google Apps and can help me to find an answer to the following question:

I own two different and independent domain names (e.g. domain1.com and domain2.com).
I'd like to use the Google Apps (Standard, free edition) with them to create two different and totally independent mailboxes (e.g. abc@domain1.com and xyz@domain2.com).

But how many Google accounts I need to do this? Can I manage two (or more) independent and fully functional domains using one Google account?

P.S.
Help section contains descriptions of aliases for multiple domains, which are just pointers or shortcuts, but not a fully functional mailboxes, so this solution isn't something I'm looking for.

View 7 Replies View Related

/?wcw=google In Google Analytics

Apr 30, 2008

There is probably a simple explanation for this, but in our Google Analytics stats one of the most popular pages is

/?wcw=google
Can anyone explain exactly what this is?

View 0 Replies View Related

How Does Google Do This

Aug 16, 2007

When i check dnsreport, i see that google.com has more than 1 server. And i wonder what is that method called? is that something called scalable servers ?

[url]

Your google.com A record is:

google.com. A 64.233.187.99 [TTL=300]
google.com. A 64.233.167.99 [TTL=300]
google.com. A 72.14.207.99 [TTL=300]

View 14 Replies View Related

Usa Hosting, In Google Uk ?

Jan 30, 2009

I was wondering if I went with a USA hosting company and had a .co.uk domain would I get into Google UK, or is that just for UK IP addresses?

View 9 Replies View Related

Google App Engine As CDN?

Jul 19, 2008

I have a site with heavy use of large and small images. The site gets majority of traffic from US and Asia. Using a CDN for JS, CSS, site images and user uploaded images will help the site a lot to speed up.

One of the cheaper options is Cachefly which I was considering, until I found an article about using Google's App Engine as CDN. http://www.google.com/search?q=google+app+engine+cdn

I think it is very inexpensive way to put your content on a CDN. Has anyone tried App Engine as a CDN? Does anyone know if they serve content from local servers in Asia, Europe or is the content served from US?

View 14 Replies View Related

What Network Does Google Use

Jul 8, 2008

I know google response times are the best. So my plan is to get a dedicated server from a web host that uses the same network that google uses.

View 13 Replies View Related

Using Google Apps

Jan 18, 2008

What can be disabled (Mail related) if the only domains on the server use google apps "gmail" for mail? I only really need roots mail. Anyone tried this yet, I figured I asked before I use trial and error.

antirelayd
exim
imap
pop

View 0 Replies View Related

Postfix + Google = Headache

Feb 25, 2008

I installed recently Postfix + Dovecot (yum) on a CentOS 5.1 test box. The configuration went OK, I can telnet on port 25, 587 and 465 with no problems.

# hostname -f
localhost.localdomain

#openssl s_client -connect localhost:465
CONNECTED(00000003)
depth=0 /C=CA/ST=Quebec/L=Montreal/O=Axivo Inc./CN=localhost/emailAddress=webmaster@localhost
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=CA/ST=Quebec/L=Montreal/O=Axivo Inc./CN=localhost/emailAddress=webmaster@localhost
verify return:1
[more certificate code here ...]
---
220 localhost.localdomain ESMTP Postfix
ehlo localhost
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

# telnet localhost 587
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 localhost.localdomain ESMTP Postfix
ehlo localhost
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN ....

View 8 Replies View Related

Google Apps Alternative?

Mar 17, 2009

does anyone know of a google apps alternative seeing as google apps is no longer free.

View 4 Replies View Related

Global DNS To Enhance Google

Oct 5, 2009

Is there a way to use DNS system (eg. Power DNS) so that based on geographical location Googlebot will locate a localized version of the site and hence will get a higher ranking for that country?

View 4 Replies View Related

Can't Verify My Site On Google

Jan 30, 2009

please bear w/ me since this is my first time on launching a site online..

My site is being hosted by a free hosting company..

When I tried viewing the source code of my page some of the html tags are not seen like the <html>,<meta>,<head>...

and I can't seem to verify my site on google...

Verification status: NOT VERIFIED

Last attempt Jan 30, 2009: We've detected that your 404 (file not found) error page returns a status of 200 (Success) in the header.

why is this so?

Did the host delete those?

what should i do?

View 7 Replies View Related

Google APp Engine App Spot

Mar 14, 2009

Is google app engine good for hosting web applications?

View 3 Replies View Related

Google APPS And MX Settings

Feb 7, 2008

I want to shift my mail to Google Apps (standard version). Currently my DNS is pointed towards 1and1 dedicated servers (having problems with 1and1 mail services). Want to keep hosting with them but change the Email to Google apps.

The Registrar of the domain is Netfirms, Inc.

My current Settings for nameservers in Nefirms CP are:
ns29.1and1.com
ns30.1and1.com

Google Instructed me to verify first by creating a CNAME, which I did in Netfirms control panel.

'googlexxxxx.mydomain.com' Pointing to 'google.com'

DONE.

Google gave me the MX records to enter in the Netfirms panel.

ASPMX.L.GOOGLE.COM
ALT1.ASPMX.L.GOOGLE.COM

DONE.

It's been more than 24 hours, neither MX updated not that CNAME lookup 'googlexxxxx.mydomain.com is propogating.

What I am supposed to do here? I am waiting here for last 24 hours. I think that I have to set up these settings with my registrar (Netfirms) rather than it has to do something with 1and1?

Any suggestions?

View 1 Replies View Related

Does Hosting Affect Google PR?

Oct 3, 2006

If I change hosts, will that affect my google pagerank?

View 5 Replies View Related

Iptables + Google Smtp

Dec 16, 2008

iptables + google smtp

I've got OpenSSL Version OpenSSL 0.9.8b 04 May 2006 running on PHP5 and am having some trouble sending mail through an external SMTP.

What rules would I need to setup on my iptables to allow the server to send mail through tls://smtp.gmail.com rather than on my local mail server?

Google seems to allow SMTP traffic through port 465 and 587.

View 2 Replies View Related

Did You Guys Know Google Is A Web Host

Apr 10, 2009

Yup,Its True Google Has Been a Web Host for quite some Time. Well They don't host Website's but they have an ICANN accrededited License(Domain Registrar Licence) as well.

View 14 Replies View Related

Google Hammering My Site....

Dec 12, 2008

So I checked on the Google Webmaster tools, it has a nice graph now saying that it's hit my site 30 times/day for the last month or so. HOWEVER, when I look at my logs (I log googlebot) I have over 17000 page views in the last three days. Already I am using the Agent to remove images and some of the more expensive queries which are too old to be in the cache (Googlebot looks at pages on my site which are very old).

What other things should I be doing...? I appreciate that Google is indexing my site, but this is more of a scrape, than index. Just for this month alone, looking at my stats, I see the following:

144360 10.03% 143949 12.31% 1724938 17.72% 2 0.01% crawl-66-249-66-1.googlebot.com

2 visits, generating 144360 page views!!!!

View 7 Replies View Related

Awstats And Google Earth

Apr 29, 2008

Not sure if this is the right forum; please go ahead and move if necessary.

I host a Google Earth file, and in awstats, GE shows up as an unknown browser. For that reason, it's pretty impossible to get more-or-less accurate statistics for what version of GE people are using by looking at the analysis in awstats. Example output:

Unknown browsers (useragent field) User agent (178)Last visit GoogleEarth/4.2.0205.5730(X11;Linux_(2.6.22.0);ja-JP;kml:2.2;client:Free;type:default)28 Apr 2008 - 19:17 GoogleEarth/4.2.0205.5730(Windows;Microsoft_Windows_XP_(Service_Pack_2);es-MX;kml:2.2;client:Free;type:default)28 Apr 2008 - 19:17 GoogleEarth/4.2.0198.2451(Windows;Microsoft_Windows_XP_(Service_Pack_2);es-ES;kml:2.2;client:Free;type:default)28 Apr 2008 - 19:13 GoogleEarth/4.2.0205.5730(Macintosh;Mac_OS_X_(10.5.2);en;kml:2.2;client:Free;type:default)28 Apr 2008 - 18:59

In Webalizer, it does show you the top 55 Agents, and does manage to show some GE agents there, but it's not very pretty nor is it complete. Example output:

Top 15 of 236 Total User Agents
# Hits User Agent
1 120168 34.41% GoogleEarth/4.2.0205.5730(Windows;Microsoft Windows XP (Servi
2 37391 10.71% GoogleEarth/4.2.0198.2451(Windows;Microsoft Windows XP (Servi
3 32127 9.20% GoogleEarth/4.2.0205.5730(Windows;Microsoft Windows Vista (Se
4 28562 8.18% GoogleEarth/4.3.7191.6508(Windows;Microsoft Windows XP (Servi
5 13101 3.75% GoogleEarth/4.3.7191.6508(Windows;Microsoft Windows Vista (Se
6 8649 2.48% kh_lt/LT4.0.2737

My question is, is there a plugin for awstats that'll give me better results for my stats? Or any other solutions that people want to suggest? I'd like something easy to install or set-up, please don't suggest I run any funky cron-jobs or something.

View 4 Replies View Related

How To Fix A Harmful Website On Google?

Jun 1, 2009

Hi one of our websites had been infected when it was injected with malicious javascript codes. However google picked up on this and marked the website as harmful, its been sitting infected for a few days before we realised.

Now i have removed all the malicious codes and have been waiting for upto a week for google to remove the harmful message from its search engines.

Im guessing i have to wait even longer? Is there anything else i can do to speed up the process?

View 6 Replies View Related

CPanel And Google Apps

Oct 5, 2009

I'm using cpanel and google apps. I made mail in google apps mail@mydomain.com

I set up MX entries. When I sending mail from e.g. yahoo or hotmail to mail@mydomain.com I can receive it. But when I'm sending mail from php contact skript which is located at my site I cannot receive mail, like it doesn't exist. why?

View 4 Replies View Related

Need A UK Web Host That Google Recognises As Such

Apr 15, 2005

Need a UK web host that uses UK IP numbers that Google recognises as such, for my .com domain name.

How to tell?

Pick one of your most popular .com sites on the IP range you give new customers, copy a line of unique text from it, or popular keyword they rank for.

Enter it into Google.co.uk. See where their site comes up. Then tick the 'pages from the UK' option. Is it higher in the SERPs, or gone? Try the same thing with Yahoo.

If higher (i.e. Google thinks the .com (or .net) is hosted in the UK) I also need:

- SSH access
- SSI
- Cpanel
- 10 MySQL databases
- PhpMyAdmin
- Linux/Unix variant
- SpamAssassin
- 8-10 GB bandwith pm
- 500mb disk space.

And how much per month?

View 5 Replies View Related

MSN Or Google Hosting Serivce

Feb 13, 2009

I know that Yahoo has Small Business hosting service. How about Google or MSN/Hotmail/W Live? Do they have similar services?

Unfortunately, my client insisting on hosting with on of the above companies as he heard that Yahoo offer unlimited space for email and their private email xyz.my-client-website.com emails can be accessed through yahoo interface.

View 14 Replies View Related

Google And Yahoo Robots Ips

Apr 28, 2009

Do you know what is most important search engine robot ips?

I need to all serach engine robot ips too firewall white list.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved