Tagged Questions
The canonical tag has no wiki summary.
14
votes
3answers
2k views
C#: Canonical HTTP POST code?
I've seen so many implementations of sending an http post, and admittedly I don't fully understand the underlying details to know what's required.
What is the succinct/correct/canonical code to send ...
13
votes
3answers
214 views
What is the canonical implementation of markdown?
The problem with writing my own Markdown parser in Clojure is that Markdown is not a well-specified language. There is no "official" grammar, just an informal "Here's how it works" description and ...
6
votes
1answer
3k views
Canonical vs. non-canonical terminal input
I am studying for an exam and I am confused as to how canonical vs. non-canonical input/output works in Unix (e.g., curses). I understand that there is a buffer to which "line disciplines" are ...
5
votes
4answers
238 views
What is the canonical way of handling different types in Python?
I have a function where I need to generate different output strings for another program I invoke, depending on which type it wants.
Basically, the called program needs a command line argument telling ...
5
votes
1answer
269 views
Canonical links and paging
Google has been pushing its new canonical link feature, I agree it is really useful. Now instead of having a ton of entry points in to an area you can have one entry.
I was wondering, does this ...
4
votes
2answers
57 views
Do canonical links require a full domain?
I want to add canonical links to my pages, but do I need to specify the domain, or will a relative URL do?
In other words, is:
<link rel="canonical" href="/item/1">
good enough, or do I need ...
4
votes
4answers
72 views
Number to String - How to turn 150 into “One Hundred and Fifty”
Just wondering if there are any libraries that can easily turn numbers into their string representations in javascript, jquery, php, python etc...
Ex: I need to turn 1,210 into "One Thousand Two ...
4
votes
3answers
200 views
Pretty URLs Vs. Duplicate Content
I'm trying to clear up a grey area about this much talked about topic...
Like most devs, I've made some pretty URLs with mod_rewrite. My sites internal links point to the pretty URLs and things are ...
4
votes
3answers
509 views
Adding rel and title to ASP.NET MVC Action Links
I decided primarily for SEO reasons to add the "rel" to my action link, but am not sure that the way I have gone about this is going to follow "best practices." I simply created a new Extension ...
3
votes
1answer
449 views
Canonical Correlation Analysis in R
I'm using R (and package CCA) and trying to perform regularized canonical correlation analysis with two variable sets (species abundances and food abundances stored as the two matrices Y and X, ...
3
votes
3answers
180 views
ColdFusion security by checking ARGUMENTS.TargetPage in Application.onRequestStart?
I have a ColdFusion app in which I wish to restrict access to certain pages, based on some criteria. I am currently doing it like this, in Application.cfc:
<cffunction name="OnRequestStart" ...
3
votes
4answers
439 views
How can I normalize/canonize a regular expression pattern?
I have a complex regular expression I've built with code. I want to normalize it to the simplest (canonical) form that will be an equivalent regular expression but without the extra brackets and so ...
3
votes
1answer
141 views
Canonical Link as a Way of Fighting Scrapers?
Let's say several external sites are scraping/harvesting your content and posting it as their own. Let's also say that you maintain a single unique/permanent URL for each piece of content, so that ...
3
votes
6answers
2k views
SEO - noindex, nofollow and canonical tag
I need some explanation about my question.
Example on my header already added
<meta name="robots" content="noindex, nofollow" />
Should I add canonical tag again to my header?
<link ...
3
votes
1answer
270 views
What are canonical URLs and how does it effect your SEO?
I've heard people mention the Canonical URL tag but I don't know what it means or what its purpose is.
What is it and how does it effect SEO?
2
votes
1answer
101 views
Make the Facebook crawler ignore the Canonical link
I wonder if there is a way to make the facebook crawler ignore the canonical link on a page.
I have a situation where the canonical link points to a different URL than the one that you are actually ...
2
votes
2answers
123 views
How to get/read the cleanest url into Meta Canonical via PHP?
Given: old ugly urls like /somepage?ln=en are rewritten in htacces to /en/somepage
Given: used canonical meta tag, with this php script above it to fill in the tidy url:
How to make them like ...
2
votes
1answer
209 views
How can I convert a java.util.Date object to the restricted form of the canonical representation of dateTime
I need to convert a java.util.Date variable to a representation similar to the one below.
1995-12-31T23:59:59.999Z
The format for this date field is of the form 1995-12-31T23:59:59Z, and is a ...
1
vote
1answer
50 views
Is there a way I can find the canonical domain name for a list of websites?
I'm working on a page tracking web app and I'd like to get the canonical domain for a list of sites. As far as I know there is no good way of telling where a site's ownership of subdomains and top ...
1
vote
1answer
41 views
Oracle: Canonical expression of “union” or “variant record”?
Suppose I have some data where several types need to be expressed in one table. For example, an "events" table might have entries for these user events: ("login", "logout", "create", "delete"). Of ...
1
vote
2answers
212 views
Removing index files from the URL with Nginx
At work we are switching from a shared LAMP stack to a VPS running nginx. I'm significantly more comfortable with Apache but learning to use Nginx has been pretty exciting (or as exciting as learning ...
1
vote
1answer
102 views
What is the proper use of canonical tags
We run a large news site and a number of much smaller news sites. The smaller sites will frequently carry content that comes from the large site on their own pages. For example
Big News Site
...
1
vote
0answers
117 views
Canonical no-www URLs with Rails 3?
What do you think about this solution? The idea is to make the no-www version as the canonical one. So we simply strip out the 'www.' from the request url:
!= '<link rel="canonical" href="' + ...
1
vote
1answer
61 views
Is there an example XML document that uses every feature of XML for testing?
Does anyone know where I can get a canonical XML document that uses every feature of the XML 1.0 specification that aren't mutually exclusive?
Not including various encoding flavors.
If I can get a ...
1
vote
2answers
357 views
Detecting position of mouse click within an image on varied screen sizes - JS/Jquery
I've asked this question before, and the responses told me what I knew I needed to do but didn't provide an example, so I haven't figured out a solution yet.
I've got an initial div called ...
1
vote
1answer
193 views
UMBRACO SEO Issues : Multiple Canonical Formats
I am having issues with umbraco (v 4.5.2) and the MS Seo Toolkit.
I get the "this page has multiple canonical formats" error from both the home page and pretty much all the items in the "media" ...
1
vote
2answers
103 views
1 bug to kill… Letting PHP Generate The Canonical
for building a clean canonical url, that always returns 1 base URL, im stuck in following case:
<?php
# every page
$extensions = $_SERVER['REQUEST_URI']; # path like: /en/home.ast?ln=ja
$qsIndex ...
1
vote
2answers
115 views
Linq2EF: Return DateTime with a TimeZone Offset
Our database has all times stored as UTC, and we know the user's current timezone, so want to return it relative to that. So we want to incorporate the offset in a LINQ projection as so:
var users = ...
1
vote
2answers
358 views
Canonical File Path in Ruby
Is there an easy way in Ruby to find a canonical file path out of a messy file path?
For example:
a/b/../c/x is the same as a/c/x
a/./b/c/x is the same as a/b/c/x
a/./b/../../c/x is the same as c/x
...
1
vote
5answers
348 views
Converting graph to canonical string
I'm looking for a way of storing graphs as strings. The strings are to be used as keys in a map, so that two topologically identical graphs will map to the same value in the map. Does anybody know of ...
1
vote
5answers
1k views
If a URL contains a quote how do you specify the rel=canonical value?
Say the path of your URL is:
/thisisa"quote/helloworld/
Then how do you create the rel=canonical URL?
Is this kosher?
<link rel="canonical" href="/thisisa&quot;/helloworld/" />
...
1
vote
4answers
129 views
Massive URL Change
We need to make changes to an app that will cause all its URLS to change, we dont want to lose value and too many urls to 301. I am looking to change a mod rewritten URL to a non written one.
My ...
1
vote
5answers
881 views
How can I canonicalize Windows file paths in Perl?
Update:
I can make this a simpler problem to solve:
I want to figure out what the correct regex would be to substitute any single occurrence of a back slash with two back slashes.
I want to turn ...
1
vote
2answers
568 views
LDAP attribute to encode the language of human users mother tongue?
What would be the canonical attribute in an LDAP schema to encode the mother tongue (first language) of a user?
Interop with default/existing administration tools for Windows Active Directory would ...
1
vote
2answers
1k views
canonicalize a path name on solaris
On a GNU system I would just use readlink -f $SOME_PATH, but Solaris doesn't have readlink.
I'd prefer something that works well in bash, but other programs are ok if needed.
Edit: The best I've ...
1
vote
3answers
2k views
What does Canonical Representation mean and its potential vulnerability to websites
I searched on google for a meaning of canonical representation and turned up documents that are entirely too cryptic. Can anyone provide a quick explanation of canonical representation and also what ...
1
vote
1answer
172 views
What is the best approach for creating a Common Information Model?
I would like to know the best approach to create a Common Information Model. Just to be clear, I've also heard it referred to as a canonical information model, semantic information model, and master ...
0
votes
1answer
19 views
How do I create canonical meta tags for mutli-lingual websites to improve SEO?
I have a company website (Visual Studio / VB / ASP.NET 4.0) and it's now localized in 10 different languages.
The problem: My URLs do NOT change when switching from, say, English to Swedish. Only ...
0
votes
1answer
22 views
Canonical path not working
So i'm trying to use the canonical path to access a sound file, but it does not seem to work. Here is my code:
// load wave data from buffer
WaveData wavefile = ...
0
votes
1answer
31 views
Normalize a Unicode string to get its canonical representation
Given that for example "à" (one Unicode character) can also be encoded as "\u0300a" (two Unicode characters, i.e. a combining grave accent (U+0300) followed by an a), is there functionality in .NET to ...
0
votes
2answers
86 views
Redirect to canonical route in without trailing slash in Rails 3
On Rails 3, I'm trying to redirect from a URL without a trailing slash to the canonical URL that has a slash.
match "/test", :to => redirect("/test/")
However, the route above matches both /test ...
0
votes
0answers
14 views
How to handle the Old URLs which were re-written?
I have re-written few URLs for the inner pages of my website. Now , what I am finding is both the old and the new URLs are existing and opening the same page. I want to handle this situation in manner ...
0
votes
1answer
32 views
301 + Canonical to link subdomain to root domain for search engines?
I'd like to have the search ranking on my root domain to carry through to my blog subdomain. I'm not sure if this makes sense, but I thought perhaps 301 Redirect from mydomain.com/blog to ...
0
votes
0answers
63 views
How to get Facebook to crawl og tags using URL parameters?
How can I get "sweeps" and "bonus" URL parameters passed to my facebook page when a user "Like's" the page?
Am trying below ... but "sweeps" and "Bonus" do not appear. Is this a canonical issue?
I ...
0
votes
0answers
23 views
Matrix conversion with Canonical signed Digit and matrix multiplication
I got a code which takes an input value and gives the output in Canonical Signed Digit (CSD) form. I took the code from this link: ...
0
votes
1answer
34 views
301 redirect for www and non-www canonical problems
i have a web site on a Microsoft IIS Web Server and my web site is consisting of simple static html pages.
I need to solve my canonical problems as the following are all valid for my page;
...
0
votes
0answers
51 views
Group Facebook likes on canonical url
I run a Magento site and as such there are several ways to get to the same product where my like button is.
Now for an example:
www.mysite.co.uk/cat1/product1.html
is the same product as:
...
0
votes
2answers
52 views
Should the home page canonical URL end in a “/” or does it matter?
For the home page's canonical URL...
<link rel="canonical" href="http://mysite.com" />
OR
<link rel="canonical" href="http://mysite.com/" />
AND
Where should it be placed within the ...
0
votes
1answer
83 views
wrong canonical url in facebook cache?
i have a like button on this page: http://magazin.skiinfo.de/kaestle
this morning i made a mistake and put in a wrong canonical url.
<link rel="canonical" href="/skiurlaub-12833-de.jhtml"/>
...
0
votes
1answer
20 views
Canonical Links - Same file on server
I am using Microsoft's IIS SEO analyzer, and it keeps showing me a warning that I have a canonical link error because I'm storing the same file in different folders on the server. Doing this makes my ...