"Canonical Issue" and 301 Redirecting?

Hi.
A SEO optimisation company has pointed out that our site
doesn't have a 301
Redirect which they state is required to avoid a "canonical
issue" with the
http://domain.com and
http://www.domain.com addresses
for our site. Out
host allows both to act as the address for the site but the
SEO company are
suggesting that this could lead to "duplicate penalties" with
Google?
I've never heard of this, can anyone shed any light on it, or
confirm/contest what the SEO are telling us?
If it is so bad, why is our host allowing it?
Thanks
Regards
Nath

Michael, will a .htaccess file work on a Windows server?
If not, is there a Windows alternative? I've uploaded the
following
.htaccess file to my Windows server but my SEO is still
telling me that
there is a problem:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} !^domain\.co.uk$ [NC]
RewriteRule .*
http://www.domain.co.uk
[L,R=301]
</IfModule>
Appreciate the assistance, thanks.
Nath.
"Michael Fesser" <[email protected]> wrote in message
news:[email protected]..
> .oO(gareth)
>
>>At the worst, the search engines can see it as two
different sites, ie
>>with
>>the same content at two different addresses, and will
slap a duplicate
>>content penalty on you. Doesn't happen to everyone,
but can happen.
>
> And it can become even worse if you don't watch your
links:
>
>
http://example.com/
>
http://www.example.com/
>
http://example.com/index.html
>
http://www.example.com/index.html
>
> Four different URLs, but in fact (usually) the same
resource. For SEO
> and cache-friendlyness that's a really bad thing.
>
>>The solution is to either change the httpd.conf file
(for apache) to do a
>>permanent redirect from domainname.com to
www.domainname, or if you don't
>>have access to your server configuration, create a
.htaccess file in the
>>root directory of your site containing:
>
> Personally I prefer the version without the leading
'www' (for nicer,
> shorter URLs), but YMMV.
>
>><IfModule mod_rewrite.c>
>>RewriteEngine on
>>RewriteCond %{HTTP_HOST} !^example\.com$ [NC]
>>RewriteRule .*
http://example.com/ [L,R=301]
>></IfModule>
>
> Just for the records my general version, also taking
into account the
> URL path, not only the host name:
>
> RewriteCond %{HTTP_HOST} ^www\.(.*)$
> RewriteRule (.*)
http://%1/$1 [R=301,L]
>
> So
>
>
http://www.example.com/foo/bar
will become
http://example.com/foo/bar
>
> Micha

Similar Messages

  • Htaccess 404 and 301 redirect

    I have a muse website hosted on windows azure.
    I have created a .htaccess file and added o the root.
    The webpage is still not redirecting to the 404 error page or my 301 redirect that i have set

    Hi Kurian,
    You can Go to Server Settings>>Settings>> Missing Template Handler and setup the same.
    To use the missing template handler with IIS, the Custom Error page of your website must be configured to use the page. For this example, we'll assume a directory name of /errorpages and a file named missingtemplate.cfm. Therefore, the path to the missing template handler will be /errorpages/missingtemplate.cfm.
    The steps below explain how to configure IIS to use the template for the Custom Error page:
    1.          Right-click on the website in the IIS Management Console, then select Properties.
    2.          Select the Custom Errors tab.
    3.          Select the 404 in the HTTP Error column and click Edit Properties...
    4.          Select URL from the Message type dropdown and enter /errors/missingtemplate.cfm in the URL text box.
    5.          Click OK.
    6.          Right-click on the website again and select Properties.
    7.          Select the Home Directory tab and click the Configuration... button.
    8.          Select .cfm from the list and click the Edit button.
    9.          Check the "Check that file exists" checkbox.
    10.          Restart IIS and the ColdFusion Server.
    Regards,
    Anit Kumar

  • CSS 11500 and 301 redirect

    Does anyone know if it is possible to do a 301 redirect as opposed to the 302 redirect in a CSS 11500?

    Everything I have read and these forums indicate 302 only I am just wondering if anyone knows of a way to work around via script or possibly any CSS updates that can add 301 functionality.

  • Business catalyst, muse and 301 redirects - help!

    I have uploaded my muse website to business catalyst, using the free hosting service that adobe gives to CC subscribers.
    However, under site manager, it only gives me two option (web forms and emails) and no ability to do url redirects etc.
    Can anyone help? I urgently need to set up my 301 redirects

    This might help as well :
    Go to 'My Details', "Screen shot: http://project02.businesscatalyst.com/Jing/2013-0..."  and check the option of 'Enable online content editing', "Screen shot: http://project02.businesscatalyst.com/Jing/2013-0..."

  • 301 redirects and iWeb index page

    Our site has grown and we will be changing our domain name and hosting co. (We are keeping the old domain active for a while at MME before we change domain name and hosting) I will need to redirect traffic for a while so as not to lose those who have just bookmarked us. Will just redirecting on the index page that iWeb creates (post publish) do that without creating a mess of our page rankings at Google? Currently we are in the top 15 responses for our search terms. Or should i create some other type of redirect? 301? (via cname or htaccess) will that ding me at google? Thanks- try to keep it as simple as possible - I don't code - I experiment and Apple has made it easy.
    jy

    What I would do is purchase the hosting and see if you can have more than one add-on domain. Most web hosts let you do this on one account so it doesn't cost you any more money. You are doing this because you will need a .htaccess file to set up your 301 redirects properly. This is what you should do;
    1) Register your new domain and publish your site to it.
    2) Create a webmaster tools account for BOTH your old and new domain name.
    3) Create a 301 redirect for each individual page to the new corresponding page on your new domain. This can be done with a few lines in your .htaccess file. The file should be in your root folder of your OLD domain. Put this on your .htaccess file (NOTE: This assumes you will have the exact same website structure on the new domain);
    RewriteEngine ON
    RewriteRule ^(.*)$ http://mynewdomain.com/$1 \[R=301,L\]
    OPTIONAL: Use Google's canonical tag on each one of your pages to avoid any issues with duplicate content. Link the old page to it's new corresponding page. This is optional but recommended if you can;
    <link rel="canonical" href="http://www.newdomain.com/newpage.html" />
    4) Login to your Webmaster Tools account and select your OLD domain. Then select 'Site Configuration' and then 'change of address'. Follow the steps provided (which are basically what I told you above). Step 4 in there is the important one.
    5) Submit a sitemap for your new website. This will make sure you know when Google has indexed your new website.
    6) Important: Even though you have done everything properly there is a chance your rankings will change. To help prevent this, update as many third party links as you can to your new site. This won't be possible for all links since you won't have control over them but you should try contacting the website owners who have linked to you to update their links. You should also try getting new links to your new domain.
    You can find all the sites you have linked to you by logging into your webmaster tools account and clicking your OLD domain. Then go to 'Your site on the web' and then to 'Links to your site'.
    Nothing will be instant here, it will take a few days for everything to update but the above is the way Google recommends you do it.
    HTH

  • CWA redirect issue and access across the WAN

    Hello,
    I am trying to get CWA working on my wireless ISE setup and am having an issue where the guest portal redirect is pointing to the wrong port.  My setup is as follows:
    The PSN has two connections - Gig 0 is on our management VLAN 172.24.x.x  Gig 1 is on our guest network VLAN 10.190.x.x
    Using a laptop I connect to the guest ssid and guest portal times out as it is pointing to 172.24.x.x instead of the guest vlan 10.190.x.x
    We do not want guest traffic on the corp network for obvious reasons.
    One more question - Is it possible to have guest access work across the WAN?  For example, we have the admin box in Detroit and a PSN in Chicago.  Detroit's guest network is routed through a tunnel to Chicago currently.
    Some more info:
    Here is from the radius authentication details -
    cisco-av-pair=url-redirect=https://172.24.24.41:8443/guestportal/gateway?sessionId=ac18180a000024a45151d92d&action=cwa
    How do I force it to 10.190.x.x and how does ISE get 172.24.24.41 for the redirect address? DNS? I guess I am unfamiliar with how cisco-av-pair attribute is determined.  Any help will be greatly appreciated.

    Have you ran anything such as MTR on a Linux box (or WINMTR equivalent on PC)?  If so, can you find a trend in loss or high latency on a specific hop on the path? I would ensure you adjust the ICMP payload size to a higher size such as 1000Bytes and adjust the ping interval to every two seconds or so.  This ensures you are not running into an issue where the provider is rate limiting your pings, which is not uncommon for some providers, if the pings (ICMP messages) are terminating on their endpoints.
    Do you have QoS policies applied on interfaces on either end of these pings / traces?  If so, do you have assurance that ICMP messages will not be impacted by queue based dropping or shaping latency?  One solution is, move traffic from your ICMP traffic with the source or destination of your ICMP ping and trace endpoint in a priority queue with adequate bandwidth (should be a very low requirement).  This may not make sense since your bandwidth utilization is low, but shaping of busy flows can actually occur long before congestion, depending on your design. 
    Another item that may give you better insight is running and monitoring / graphing IP-SLA probes between your routers on each end.  You could then trend issues and give graphed evidence to your provider.  They could then compare your lossy  and high latency periods to their appliance interface, memory, and CPU loads to see if they can find a correlating trend.  It can be a hard battle to get ISPs to not only admit they have issues, but allocate resources to isolate and resolve these issues.  Good SLA probe data showing that their paths are not meeting delivery standards speak much louder that pings to them.

  • I can't import video from my Canon XF 100 into Final Cut Pro X. I'm told they are not compatible. Anyone have similar issues and/or solutions?

    I can't import video from my Canon XF 100 into Final Cut Pro X. I'm told they are not compatible. Anyone have similar issues and/or solutions?

    Google XfcpX.

  • Windows Server 2012R2 RDS sound and smartcard redirection issues

    We are using RDS collection with two Windows Server 2012R2 session hosts. Both hosts are virtual servers (clean installation) and are used as session hosts (terminals) with 10 to 25 users each.  RDS Connection Broker is also virtual machine with
    Windows Server 2012 R2. Our users are using Windows 7 Embedded thin clients with MSTSC RDP 8.0.
    Our terminals are running correctly after fresh boot, but in 12 to 48 hours after boot we encounter problem with sound and smardcards redirection in RDP. Remote sound stops working and users cannot login with their smardcards.
    Relogging users doesnt help, deleting profiles doesnt help, restarting sound service doesnt help, only viable way to solve issue is server restart. There is not any event in event log about this issue.

    Hi,
    Thank you for posting in Windows Server Forum.
    Sound Redirection:
    Please check the following GP setting as well.
    Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Device and Resource Redirection
    Limit audio playback quality: Enabled
    Audio Quality: High
    On the Client PC, in the .rdp file that you use to connect to the server, make sure you have the following line:
    audioqualitymode:i:2
    In addition check that the Windows Audio and Windows Audio Endpoint Builder services must be running for audio to work.
    Smartcard redirection:
    Kindly try to update the patch for Smartcard redirection and check the result.
    Smart card redirection in remote sessions fails in a Windows 7 SP1-based RDP 8.1 client
    http://support.microsoft.com/kb/2913751
    Hope it helps!
    Thanks,
    Dharmesh

  • 301 Redirections - Proper way to set up?

    Hi - I have an quick and hopefully easy 301 redirect question.
    Here is the duplicate title Notice from Webmaster Tools (and this is also showing duplicate content in SEOMoz).
    So obviously I need to do a 301 redirect.
    The top level menus on the site point to the /about version and not the index.html
    the /index.html is NOT the one I want to use for the 301 if possible - does anyone have a suggestion for how to accomplish this?
    Thanks!

    Have you just tried doing the basic issue there and changed title tags?
    Had someone ask this on the forums before and over complicating looking at 301's when they just changed names of items and page titles and fixed it
    Not sure what you mean about /about etc.
    If you have an about page you got several pages related to it? You have a dropdown menu? So you made a folder /about and the landing page index.html?
    If not and it is just one page and you did that you do not need to. /about as a page is all you need.
    You got to remeber that when  you post on the forums you see all your information and sites, we do not so you need to be detailed or exact in your posts so we can get to the same pooint as you in our heads

  • 301 redirect - best way?

    i've been reading about 301 redirects which talk about modifying either .htaccess or httpd.conf but none of the suggestions i've found are working... my goal: if someone enters example.com, i want the server to change the url to www.example.com
    i've read server admin does not do 301 permanent redirects. does anyone know the best way to do this? thanks.

    Hi Scott,
    I recommend not doing major edits to the config files in the /etc/apache2/sites directory. These are sometimes 'auto-cleaned' of custom edits by Server Admin when editing and committing through it (very annoying). Here's what I did that works well for me and has not been auto-cleaned so far:
    1) Make a dir /etc/apache2/users
    2) Make new files in that dir that have names based on your server's web users, e.g. myuser.conf (should not be system users, and not have their web directories in the /Library/Webserver area, IMHO).
    3) Add *Include "/etc/apache2/users/myuser.conf"* to the end of and inside of the <VirtualHost> directive in your site config file in question from /etc/apache2/sites dir.
    4) Add all your custom edits to the user file you need, in this case the 301 redirect (see below for my favorite add-www-301 redirect). If using BBEdit, make sure to re-lock the files when done, but you can leave them open.
    5) In Terminal run +apachectl -t+ to make sure you have no syntax errors in your config edited files, or the Apache will crash when you try to restart it, taking your sites off-line.
    5) Open /var/log/apache2/error_log, with +tail -F -n 50 /var/log/apache2/error_log+ or in Console on the server.
    5) Then, in Server Admin under Web -> Sites, make a trivial change and reverse it (like checking then un-checking a box) as this allows you to gracefully restart Apache without screwing up the Webcache feature (see Web PDF docs about not using +apachectl graceful+ ).
    6) Go back to your Apache error log and make sure Apache did not crash. If it did, reverse your edits and restart Apache again.
    Here is my favorite add-www-301 redirect:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    # Google canonical redirect
    RewriteCond %{HTTP_HOST} ^\[^\.\]+\.....?$ \[NC\]
    RewriteCond %{HTTPS} !^on$ \[NC\]
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}$1 \[R=301,L\]
    RewriteCond %{HTTP_HOST} ^\\[^\.\\]+\.....?$ \[NC\]
    RewriteCond %{HTTPS} ^on$ \[NC\]
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}$1 \[R=301,L\]
    </IfModule>
    As opposed to other redirects that state the name of the domain, this will cover sites that have multiple domains assigned to them and up to four letters in the TLD (like .info). Also, it handles https redirects as well. Always adding (or removing) the www is important to keep your sites page ranking in Google from being diluted by the non www use (or use) of the base domain. You may already know this, of course.
    The new book http://buildingfindablewebsites.com/ explains this well, though its mod_rewrite solution in limited. Caveat: HTTPS part may not work well with older browsers that do not support HTTP 1.1.
    Larry

  • 301 Redirects not working properly?

    I have 301 redirect that I update monthly to point to the correct page. It has worked flawlessly until the past week. I have noticed that it has taken longer for the update to happen. Meaning I want to redirect "page1" to "page3". I make the change in the admin and I see the update within a few minutes reflected on the site (before this past week it would happen almost instantly.)
    Then today it has been more than 30 min and the update still has not happened. Is this just an issue of slow propagation through the network and it can take some time or is this an issue?
    Note: The redirect in the admin reflects the correct link on the page itself and in the URL Redirect section of the admin.

    That's good, Lynda, because from the description we couldn't really tell what the problem could be. Perhaps you can provide the following to give us a better idea of what it may be:
    - The URL of the page you're adding the 301 to
    - The destination URL
    - The screenshot of the 301 setting in page properties.
    -m

  • Moved Podcast Feed - 301 Redirect partially working

    Recently moved our RSS feed.
    Old -  http://www.edgemerechurch.org/wordpress/feed
    New - http://edgemerechurchorg/feed/podcast
    I modified .htaccess file to include 301 redirect from old feed to new one. 
    Posts on the new feed are showing in iTunes
    Two issues:
    1. Links
    "Podcast Website" links point to the old webpage in both iTunes, iTunes Store, and iTunes preview.
    I am using Wordpress and Blubrry plugin
    How is the podcast website determined?
    Is it determined by the podcast file location?
    Is there a way to change it?
    2. Album Cover Art
    Updated album cover art has propagated to iTunes app and iTunes program. However the iTunes store and iTunes preview (online) still shows old OLD album art work. https://itunes.apple.com/us/podcast/id639715033?i=335063000&mt=2
    I'm not sure why the art is not updating in iTunes Store and iTunes preview (which I think are connected).
    Is there a way to force the iTunes store to update?
    Website:   http://edgemerechurch.org
    Old Feed site: http://edgemerechurch.org/wordpress  (this was set up as a podcast only site)  I want to incorporate them both into one.
    Thanks for any help.

    The original feed URL you give redirects to the new URL you give, except that you have left out the dot before 'org'.
    However this is not the feed that the Store is using. That is at
    http://feeds.feedburner.com/EdgemereChurchOfChrist
    This has episodes up to 7 February, and an image which is the same as that shown in the Store. The feed at
    http://www.edgemerechurch.org/feed/podcast
    has five episodes dated 8th February, and a different image. So basically you've been updating the wrong feed. I'm not sure how you got yourself into this position; probably you need to update Feedburner to using the latter feed, but if you want to retain the older episodes in the Store you will have to add them to that feed first.

  • ADVICE needed --- use  301 Redirect or revert to HTM   from  HTML  ?

    Due to ignorance, I now have two versions of the same website online, the only difference being one is all HTM while the newer one is HTML
    The original was built using DW MX2004  with all pages having an HTM extension while DW CS5.5 has all pages with an HTML extension.
    Obviously I want to replace the old with the new but don't know how to.
    Should I use a 301 redirect in the new folder and upload it with the relevant details ie.  Redirect 301/index.htm http:// www.cumbria-dog-training.com/ index.html    OR   rename the new pages with an htm extension and hope that they've not been crawled yet ( they were uploaded 2 hours ago)
    I'd be very grateful for any good advice as I'm staring into a rather dark hole at the moment.
    Paull

    Hi
    Go into your dreamweaver preferences, (Edit - Preferences) and select the 'New Document' category, there you will see your default extension, change this to .htm and change any documents you have already created to the htm file type, (don't forget the dot before the htm file type).
    On new sites you create, I would recommend changing this preference back to html for those sites.
    PZ

  • Canon MF4150 and Airport Extreme

    A good friend of mine recently bought the Canon MF4150 (on my recommendation) for his home office. He needed to replace his ageing laser printer and wanted a AIO laser with faxing support, preferably from the Mac. According to the specs, the MF4150 did all this, so he purchased the unit and rang me when he couldn't get it working on his AEBS.
    The MF4150 uses Canon's proprietary pdl called UFR2. Having used this driver with the imageRUNNER MFD's, I knew it was a driver that worked via TCP/IP and AppleTalk. So I thought it would work fine with his wireless network. But I was wrong!
    After connecting the MF4150 to the AEBS USB port, the PSU was opened and Add selected. The MF4150 was displayed as a Bonjour device in the Default Browser view, but when the MF4150 was selected, the Print Using menu couldn't find the correct driver. If you browsed to the Canon folder, no UFR drivers were available, only the Canon BJs and GIMP/Gutenprint drivers.
    Now, according to the manual, the correct procedure to add an iR via UFR is to select More Printers > Canon IP (UFR2). Then you input the IP address and leave the queue name blank. The driver then queries the printer and selects the appropriate 'ppd'. So, hoping that the USB port is somehow mapped to the AEBS's IP address (which according to Apple tech info (107998) it is possible for XP to print to the USB port by using IP) I was hoping the same could be done for OS X. But unfortunately it didn't work; the spooler stops as soon as the job is sent. The cups log shows the following...
    I [26/Jul/2007:13:27:52 +1000] Job 195 queued on '192168_11' by 'wazza'.
    I [26/Jul/2007:13:27:52 +1000] Started filter /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr (PID 373) for job 1.
    E [26/Jul/2007:13:27:52 +1000] [Job 1] fatal: The printer is not supported, or the printer information is not acquired correctly. If the printer is supported, delete the printer from the printer list then add it again.: 10322
    E [26/Jul/2007:13:27:52 +1000] PID 373 stopped with status 82!
    The error was generated because it is not possible to manually select the UFR2 driver, and the driver fails to find the printer on the AEBS USB, so it defaults to a Generic device, which the printer does not support. If the printer supported PS, or even PCL, then we may have been able to use a compatible driver, such as one of the Gutenprint drivers. But alas, the MF4150 only supports UFR2, and it only has a USB port, so it seems that there is no way that this model can be connected to wirelessly from OS X
    So let this be a warning to anyone looking at the Canon MF4150 and who wants to use the device on their wireless OS X network. It works fine via the Mac USB (and Windows via wireless) but cannot be installed via the AEBS USB (AFAIK)...

    Hi Greg,
    The UFR2 driver supports both network and USB printing, so what you have written is not the issue. If the printer is connected directly to the Mac's USB port, the driver software will determine the printer model and select the appropriate 'ppd'. However, it seems that when the same device is advertised via Bonjour, whatever information the software is expecting to be received is not, and therefore the 'ppd' is not selected. I therefore believe this is a Canon software procedural issue, rather than a protocol issue. And in typical Canon style, rather than resolving this problem, they release another model (MF4680) that can work around this limitation...
    Paul

  • Canon Elura and Powershot no longer are recognized by 10.4.7

    Looks like others are having this same problem, but there are no answers to the previous posts, so thought I'd add my problem to the queue. I'm pasting in the response I got from Canon when I emailed them. Apparently they recognize that the recent upgrade has created communication/recognition problems with Mac. Obviously their suggestion to use iPhoto to upload pics is not a solution. They state that they are working on it, and I wondered if Mac was working on the problem from their end. Thanks.
    Dear Customer;
    Thank you for your inquiry. We value you as a Canon customer and
    appreciate the opportunity to assist you.
    Please note, with the update of OS 10.4.7, we are experiencing an issue
    with USB communications. You may attempt to download using Apple's
    software iPhoto.
    Currently, our only suggestion is to revert back to Mac OS 10.4.6 if you
    wish to keep USB communication. Our engineers have been notified and
    are currently investigating the cause of this issue. You may also wish
    to contact Apple for possible updates to resolve this issue.
    Please let us know if we can be of any further assistance with your
    PowerShot A60 and Elura 60.
    Thank you for choosing Canon.
    Sincerely,
    Technical Support Representative G5 Desktop   Mac OS X (10.4.7)  
    G5 Desktop   Mac OS X (10.4.7)  

    aspi5:
    Welcome to the Apple Discussions. Which Powershot camera are you having problems with? Did you update to 10.4.7 via the Software Update preference pane? If you download and reinstall the 10.4.7 COMBO updater followed by a repair of disk permissions.
    With the camera attached check System Profiler and see if it recognizes the camera. You can try using Image Capture, located in the Applications folder, to download from the camera to the desktop. If will often work.
    Do you Twango?

Maybe you are looking for

  • A newbie problem - Why 'ORA-00942: table or view does not exist'

    Hi, I am a newbie having a very basic problem. I have just created a table by reading in a CSV file. However when I try to SELECT from it, I get an error message saying :- ORA-00942: table or view does not exist How can this be when I can see the tab

  • Why can't I send or get email from an AOL account!

    Good Evening,  I should say if u could try to keep this simple as I am by no means a computer wiz!. Having said that I have a Verizon account & friend's of mine have AOL but for some reason we can not send email to each other as it keeps coming back.

  • How to restrict  sale offices under company code

    Hi guru's I want to see all the sales offices under the company code, like comapny code br11 and sales office is br01, if i select comapny( user entry) it will display all the invetory information then in the filter if i slect saleas office it should

  • Proxy :No implementing class registered for the interface

    <b>Hi    I am executing an Out bound proxy from client 101. when i execute the proxy, i could see the following error in moni. error info---- No implementing class registered for the interface (type ifmmessif, name PORequest_Out, namespace http://sap

  • Error in transformation - Record (0) or segment (0001) unknown

    Hi gurus, I am using expert routine to update from DSO1 to DSO2. However, in the DTP monitor, it failed at the "update to ods" step, with the above error message. Any input is appreciated. Thank you! /BR Ben