質問編集履歴
1
ソースコードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,6 +21,20 @@
|
|
21
21
|
```
|
22
22
|
|
23
23
|
|
24
|
+
htmlに出力されているmetaタグです▼▼▼
|
25
|
+
```html
|
26
|
+
<meta property="og:locale" content="ja_JP">
|
27
|
+
<meta property="og:type" content="website">
|
28
|
+
<meta property="og:image" content="https://******.com/wp-content/uploads/2023/01/Image2.jpg">
|
29
|
+
<meta property="og:title" content="*******">
|
30
|
+
<meta property="og:description" content="*******">
|
31
|
+
<meta property="og:url" content="https://******.com/">
|
32
|
+
<meta property="og:site_name" content="*******">
|
33
|
+
<meta name="twitter:card" content="summary_large_image">
|
34
|
+
<meta name="twitter:site" content="*******">
|
35
|
+
```
|
36
|
+
|
37
|
+
|
24
38
|
### 試したこと
|
25
39
|
|
26
40
|
・反映まで時間がかかるとのことでしたので、1日空けて確認しました
|