Script Appearing on Category Pages
-
When I paste the script into an individual post from a category then the same script is appearing in category listing page as well.
P.S. I am not using site wide settings.
The Post link : https://www.bollywoodbubble.com/movies/reviews/dangal-movie-review-we-laughed-at-cried-with-cheered-for-and-lived-the-glorious-story/
The Category Listing Page link: https://www.bollywoodbubble.com/category/movies/reviews/
Script Code:
<script type=”application/ld+json”>{
“@context”: “https://schema.org”,
“@type”: “Review”,
“author”: {
“@type”: “Person”,
“name”: “Bollywood Bubble”,
“sameAs”: “https://www.bollywoodbubble.com/author/bollywoodbubble/”
},
“datePublished”: “Dec 21, 2016”,
“description”: “Dangal movie review: A perfectly motivating watch. Read the complete movie review of the Aamir Khan-starrer on Bollywood Bubble.”
“inLanguage”: “en”,
“itemReviewed”: {
“@type”: “Movie”,
“name”: “Dangal”,
“sameAs”: “https://www.bollywoodbubble.com/movies/reviews/dangal-movie-review-we-laughed-at-cried-with-cheered-for-and-lived-the-glorious-story”,
“image”: “https://cdn.bollywoodbubble.com/wp-content/uploads/2016/12/Review-four-half.jpg”,
“datePublished”: “Dec 21, 2016”,
“director”: {
“@type”: “Person”,
“name”: “Nitesh Tiwari”,
“sameAs”: “”
},
“actor”: [
{
“@type”: “Person”,
“name”: “Aamir Khan”,
“sameAs”: “”
},
{
“@type”: “Person”,
“name”: “Sakshi Tanwar”,
“sameAs”: “”
},
{
“@type”: “Person”,
“name”: “Fatima Sana Shaikh”,
“sameAs”: “”
},
{
“@type”: “Person”,
“name”: “Sanya Malhotra”,
“sameAs”: “”
},
]
“publisher”: {
“@type”: “Organization”,
“name”: “Bollywood Bubble”,
“sameAs”: “https://www.bollywoodbubble.com/”
},
“reviewRating”: {
“@type”: “Rating”,
“worstRating”:0,
“bestRating”:5,
“ratingValue”: “4.5”
}
}</script>
- The topic ‘Script Appearing on Category Pages’ is closed to new replies.