0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MTタグを用いたアノテーションについて

0
Posted at

MTタグを用いたアノテーションについて質問させてください。

対象サイトはSPとPCとでURLが別れています。
SPサイトはPCページのURLのディレクトリ部分の前に/sp/が挿入される構造になっています。

そこで、下記のようなコードでalternateを指定しようとしたところ、エラーが出てしまいました。

<link rel="alternate" media="only screen and (max-width: 640px)" href="$<mt:CanonicalURL replace=“.jp/”,”.jp/sp/”$>" />

($は半角)

自力で解決できず、エラーが出ない記述方法か、そもそももっとスマートなやり方があればご教示頂けますと幸いです。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?