Skip to content

Commit ecfa069

Browse files
committed
add json ld schema main pages
1 parent c015895 commit ecfa069

9 files changed

Lines changed: 263 additions & 3 deletions

File tree

banners.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,31 @@
110110
]
111111
}
112112
</script>
113+
114+
<script type="application/ld+json">
115+
{
116+
"@context": "https://schema.org",
117+
"@type": "CreativeWork",
118+
"name": "بنرهای حمایتی | حق فراموش شدن",
119+
"description": "در این بخش می‌توانید بنرهای حمایتی حق فراموش شدن را دریافت کنید و از آن‌ها در وب‌سایت/اپلیکیشن/سرویس‌های خود استفاده کنید.",
120+
"creator": {
121+
"@type": "Person",
122+
"name": "Amir Shokri"
123+
},
124+
"publisher": {
125+
"@type": "Organization",
126+
"name": "RTBF",
127+
"url": "https://rtbf.ir"
128+
},
129+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
130+
"image": "https://rtbf.ir/assets/img/og-image.png",
131+
"isPartOf": {
132+
"@type": "WebSite",
133+
"name": "RTBF",
134+
"url": "https://rtbf.ir"
135+
}
136+
}
137+
</script>
113138
</head>
114139

115140
<body dir="rtl">

blog.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,31 @@
109109
]
110110
}
111111
</script>
112+
113+
<script type="application/ld+json">
114+
{
115+
"@context": "https://schema.org",
116+
"@type": "CreativeWork",
117+
"name": "وبلاگ | حق فراموش شدن",
118+
"description": "در بخش وبلاگ سرویس حق فراموش شدن نوشته‌های مفیدی را در زمینه‌ی حریم شخصی/امنیت داده می‌توانید مطالعه کنید.",
119+
"creator": {
120+
"@type": "Person",
121+
"name": "Amir Shokri"
122+
},
123+
"publisher": {
124+
"@type": "Organization",
125+
"name": "RTBF",
126+
"url": "https://rtbf.ir"
127+
},
128+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
129+
"image": "https://rtbf.ir/assets/img/og-image.png",
130+
"isPartOf": {
131+
"@type": "WebSite",
132+
"name": "RTBF",
133+
"url": "https://rtbf.ir"
134+
}
135+
}
136+
</script>
112137
</head>
113138

114139
<body dir="rtl">

collabrator.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,31 @@
110110
]
111111
}
112112
</script>
113+
114+
<script type="application/ld+json">
115+
{
116+
"@context": "https://schema.org",
117+
"@type": "CreativeWork",
118+
"name": "مشارکت‌کنندگان | حق فراموش شدن",
119+
"description": "در سرویس حق فراموش شدن مشارکت کنندگان با علاقه‌ی شخصی در کنار پروژه حضور دارند و در توسعه‌ی پروژه‌ی حق فراموش شدن نقش دارند",
120+
"creator": {
121+
"@type": "Person",
122+
"name": "Amir Shokri"
123+
},
124+
"publisher": {
125+
"@type": "Organization",
126+
"name": "RTBF",
127+
"url": "https://rtbf.ir"
128+
},
129+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
130+
"image": "https://rtbf.ir/assets/img/og-image.png",
131+
"isPartOf": {
132+
"@type": "WebSite",
133+
"name": "RTBF",
134+
"url": "https://rtbf.ir"
135+
}
136+
}
137+
</script>
113138
</head>
114139

115140
<body dir="rtl">

comment-policy.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,22 @@
5353
<meta http-equiv="Cache-Control" content="no-cache" />
5454
<meta name="og:region" content="IR" />
5555
<meta name="og:country-name" content="IRAN" />
56+
<meta name="og:url" content="https://rtbf.ir/comment-policy" />
57+
58+
<meta name="DC.title" content="سیاست بخش نظرات | حق فراموش شدن" />
59+
<meta name="DC.creator" content="Amir Shokri" />
60+
<meta name="DC.subject" content="Right to be forgotten" />
61+
<meta name="DC.description" content="همانند تمام پلتفرم‌ها و سرویس‌های مختلف در سراسر دنیا داشتن قوانین مناسب برای کامیونیتی سرویس حق فراموش شدن نیز بسیار پر اهمیت است." />
62+
<meta name="DC.publisher" content="rtbf.ir" />
63+
<meta name="DC.contributor" content="Sodeh Mohammadabadi" />
64+
<meta name="DC.date" content="2022-04-22" />
65+
<meta name="DC.type" content="Text" />
66+
<meta name="DC.format" content="text/html" />
67+
<meta name="DC.identifier" content="https://rtbf.ir/comment-policy" />
68+
<meta name="DC.source" content="https://rtbf.ir" />
69+
<meta name="DC.language" content="fa" />
70+
<meta name="DC.coverage" content="Worldwide" />
71+
<meta name="DC.rights" content="rtbf.ir" />
5672

5773
<meta
5874
property="og:image"
@@ -93,6 +109,31 @@
93109
]
94110
}
95111
</script>
112+
113+
<script type="application/ld+json">
114+
{
115+
"@context": "https://schema.org",
116+
"@type": "CreativeWork",
117+
"name": "سیاست بخش نظرات | حق فراموش شدن",
118+
"description": "همانند تمام پلتفرم‌ها و سرویس‌های مختلف در سراسر دنیا داشتن قوانین مناسب برای کامیونیتی سرویس حق فراموش شدن نیز بسیار پر اهمیت است.",
119+
"creator": {
120+
"@type": "Person",
121+
"name": "Amir Shokri"
122+
},
123+
"publisher": {
124+
"@type": "Organization",
125+
"name": "RTBF",
126+
"url": "https://rtbf.ir"
127+
},
128+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
129+
"image": "https://rtbf.ir/assets/img/og-image.png",
130+
"isPartOf": {
131+
"@type": "WebSite",
132+
"name": "RTBF",
133+
"url": "https://rtbf.ir"
134+
}
135+
}
136+
</script>
96137
</head>
97138

98139
<body dir="rtl">

directory.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,52 @@
9494
/>
9595

9696
<link rel="canonical" href="https://rtbf.ir/directory" />
97+
98+
<script type="application/ld+json">
99+
{
100+
"@context": "https://schema.org",
101+
"@type": "BreadcrumbList",
102+
"itemListElement": [
103+
{
104+
"@type": "ListItem",
105+
"position": 1,
106+
"name": "حق فراموش شدن",
107+
"item": "https://rtbf.ir"
108+
},
109+
{
110+
"@type": "ListItem",
111+
"position": 2,
112+
"name": "دایرکتوری حق فراموش شدن",
113+
"item": "https://rtbf.ir/directory"
114+
}
115+
]
116+
}
117+
</script>
118+
119+
<script type="application/ld+json">
120+
{
121+
"@context": "https://schema.org",
122+
"@type": "CreativeWork",
123+
"name": "دایرکتوری حق فراموش شدن - لیست سرویس‌ها و ثبت سرویس جدید",
124+
"description": "برای حذف حساب‌های کاربری خود در سرویس‌ها / اپلیکیشن‌ها / وب‌سایت‌ها می‌توانید از سرویس حق فراموش شدن استفاده کنید. این سرویس به شما این امکان را می‌دهد که از روش حذف حساب‌کاربری خود یا اکانت خود در بخش‌های مختلف اینترنت آگاه شوید.",
125+
"creator": {
126+
"@type": "Person",
127+
"name": "Amir Shokri"
128+
},
129+
"publisher": {
130+
"@type": "Organization",
131+
"name": "RTBF",
132+
"url": "https://rtbf.ir"
133+
},
134+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
135+
"image": "https://rtbf.ir/assets/img/og-image.png",
136+
"isPartOf": {
137+
"@type": "WebSite",
138+
"name": "RTBF",
139+
"url": "https://rtbf.ir"
140+
}
141+
}
142+
</script>
97143
</head>
98144

99145
<body dir="rtl">

donate.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,31 @@
110110
]
111111
}
112112
</script>
113+
114+
<script type="application/ld+json">
115+
{
116+
"@context": "https://schema.org",
117+
"@type": "CreativeWork",
118+
"name": "حمایت مالی | حق فراموش شدن",
119+
"description": "تنها راه باقی ماندن پروژه‌های متن باز حمایت مالی است و این کار باعث پیشرفت این حوزه می‌شود.",
120+
"creator": {
121+
"@type": "Person",
122+
"name": "Amir Shokri"
123+
},
124+
"publisher": {
125+
"@type": "Organization",
126+
"name": "RTBF",
127+
"url": "https://rtbf.ir"
128+
},
129+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
130+
"image": "https://rtbf.ir/assets/img/og-image.png",
131+
"isPartOf": {
132+
"@type": "WebSite",
133+
"name": "RTBF",
134+
"url": "https://rtbf.ir"
135+
}
136+
}
137+
</script>
113138
</head>
114139

115140
<body dir="rtl">

index.html

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@
8888
/>
8989
<meta
9090
name="twitter:description"
91-
content="بسیاری از سرویس‌های اینترنتی اینگونه عمل می‌کنند که امکان حذف حساب‌کاربری را به شما
92-
نمی‌دهند و از نظر ما کاربران این موضوع نقض حریم شخصی است. با توجه به حق فراموش شدن یا
93-
Right to be forgotten این یک تضاد می‌باشد."
91+
content="بسیاری از سرویس‌های اینترنتی اینگونه عمل می‌کنند که امکان حذف حساب‌کاربری را به شما نمی‌دهند و از نظر ما کاربران این موضوع نقض حریم شخصی است. با توجه به حق فراموش شدن یا Right to be forgotten این یک تضاد می‌باشد."
9492
/>
9593

9694
<link rel="canonical" href="https://rtbf.ir" />
@@ -109,6 +107,31 @@
109107
]
110108
}
111109
</script>
110+
111+
<script type="application/ld+json">
112+
{
113+
"@context": "https://schema.org",
114+
"@type": "CreativeWork",
115+
"name": "سرویس حق فراموش شدن",
116+
"description": "بسیاری از سرویس‌های اینترنتی اینگونه عمل می‌کنند که امکان حذف حساب‌کاربری را به شما نمی‌دهند و از نظر ما کاربران این موضوع نقض حریم شخصی است. با توجه به حق فراموش شدن یا Right to be forgotten این یک تضاد می‌باشد.",
117+
"creator": {
118+
"@type": "Person",
119+
"name": "Amir Shokri"
120+
},
121+
"publisher": {
122+
"@type": "Organization",
123+
"name": "RTBF",
124+
"url": "https://rtbf.ir"
125+
},
126+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
127+
"image": "https://rtbf.ir/assets/img/og-image.png",
128+
"isPartOf": {
129+
"@type": "WebSite",
130+
"name": "RTBF",
131+
"url": "https://rtbf.ir"
132+
}
133+
}
134+
</script>
112135
</head>
113136

114137
<body dir="rtl">

issue.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,31 @@
109109
]
110110
}
111111
</script>
112+
113+
<script type="application/ld+json">
114+
{
115+
"@context": "https://schema.org",
116+
"@type": "CreativeWork",
117+
"name": "ثبت سرویس/سایت جدید | حق فراموش شدن",
118+
"description": "برای افزودن سرویس/سایت/اپلیکیشن جدید به سرویس حق فراموش شدن از این صفحه می‌توانید استفاده کنید.",
119+
"creator": {
120+
"@type": "Person",
121+
"name": "Amir Shokri"
122+
},
123+
"publisher": {
124+
"@type": "Organization",
125+
"name": "RTBF",
126+
"url": "https://rtbf.ir"
127+
},
128+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
129+
"image": "https://rtbf.ir/assets/img/og-image.png",
130+
"isPartOf": {
131+
"@type": "WebSite",
132+
"name": "RTBF",
133+
"url": "https://rtbf.ir"
134+
}
135+
}
136+
</script>
112137
</head>
113138

114139
<body dir="rtl">

tos.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,31 @@
109109
]
110110
}
111111
</script>
112+
113+
<script type="application/ld+json">
114+
{
115+
"@context": "https://schema.org",
116+
"@type": "CreativeWork",
117+
"name": "قوانین سرویس | حق فراموش شدن",
118+
"description": "همانند تمام پلتفرم‌ها و سرویس‌های مختلف در سراسر دنیا داشتن قوانین مناسب برای کامیونیتی سرویس حق فراموش شدن نیز بسیار پر اهمیت است.",
119+
"creator": {
120+
"@type": "Person",
121+
"name": "Amir Shokri"
122+
},
123+
"publisher": {
124+
"@type": "Organization",
125+
"name": "RTBF",
126+
"url": "https://rtbf.ir"
127+
},
128+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
129+
"image": "https://rtbf.ir/assets/img/og-image.png",
130+
"isPartOf": {
131+
"@type": "WebSite",
132+
"name": "RTBF",
133+
"url": "https://rtbf.ir"
134+
}
135+
}
136+
</script>
112137
</head>
113138

114139
<body dir="rtl">

0 commit comments

Comments
 (0)