Credit Score

Steps to Check CIBIL Score Using Your PAN Card

author-image
17/12/24 7:16 AM  | 2 Minutes
 |
Table of Content

Your PAN card holds more power than you think – especially when it comes to your financial health. With just your PAN, you can instantly check your credit score and take charge of your financial journey. It’s simple, quick, and completely free. In this blog, we will show how to check your credit score using your PAN card and knowing your score puts you one step ahead when planning your financial future. Read on!

Why is PAN Card Required to Check CIBIL Score?

CIBIL Score by PAN Card

Your PAN (Permanent Account Number) is more than just a tax ID, it is your financial fingerprint. Credit bureaus use it to track your credit activity across different lenders and accounts. That’s why it’s the most efficient way to access your credit score instantly. No need to dig out multiple documents, your PAN alone does the job.

How to Check Your Credit Score Using PAN Card?

Ready to take the first step towards financial confidence? Here’s how:

Step 1: Visit a trusted Credit Bureau

Start by visiting a trusted bureau like TransUnion (CIBIL), Equifax, Experian. You can also check your score through Poonawalla Fincorp.

Step 2: Navigate to “Check Credit Score” or “Get Free Credit Report”

Most platforms offer cost-free access to your credit score. Look for the “Check Your Credit Score” option on the website.

Step 3: Enter Your PAN Card and Other Details

Fill in your name (as per PAN), PAN number, date of birth, mobile number, and email ID.

Step 4: Verify With OTP

You will receive a one-time password on your registered mobile number. Enter it to verify your identity.

Step 5: View Your Credit Score

That’s it. Your score will be displayed on the screen and/or sent to your email - ready for review.

Effect of PAN Change on Your Credit Score

Your credit score is linked to your PAN card, which acts as your unique financial identity across credit bureaus. If you change or update your PAN, it may temporarily impact your credit history tracking. Here’s how it can affect you:
•    A temporary drop or inaccurate reflection of your credit score
•    A blank or low score if bureaus cannot link your PAN to your existing credit history
•    Loan/credit card application rejection
However, if updated accurately and linked properly, there will be no impact on your credit history.

What Do If PAN Card Has Been Changed

•    Inform all your banks and NBFCs about PAN update
•    Link your new PAN with your existing accounts
•    Check your credit score after the update to ensure continuity
•    If any discrepancy arises, raise a dispute with the credit bureau
If you have made a correction to your PAN card (e.g., name, spelling) and not issued a completely new PAN number, there is no impact as long as the number remains the same.

How Often Should You Check Your Credit Score

You can check your credit score:
•    Once a month, for regular monitoring
•    Before applying for a loan or credit card
•    Before clearing a significant debt
•    If you suspect identity theft or irregularities

Tips to Improve and Maintain a Healthy Credit Score

Here are the tips:
•    Pay EMIs and credit card bills on time
•    Maintain a low credit utilization ratio (under 30%)
•    Avoid multiple hard inquiries in a short time
•    Keep old accounts open to build credit history
•    Regularly check your credit report for errors.

To Conclude

Your credit score is more that just a number – it is your financial foundation. And with your PAN card, checking it is easier than ever. Whether you are planning a big milestone or simply want to stay in control of your finances, knowing your credit score puts you on the front foot. Take a minute today, check your credit score, and move forward with confidence.

FAQs

1.    Does checking credit score with PAN affect credit score?
No, checking your credit score using your PAN is considered a soft inquiry and does not impact your score.
2.    Can I check my credit score without PAN card?
In India, it is mandatory to provide PAN for credit score checks as it is the primary identification used by credit bureaus.
3.    Is it safe to use PAN for checking credit score?
Yes, as long as you use trusted platforms like Poonawalla Fincorp or official credit bureau websites. Avoid unknown or unverified portals to protect your data.
4.    Which is the best site to check credit score using PAN card?
You can check through CIBIL, Experian, Equifax or trusted financial platforms like Poonawalla Fincorp.

Disclaimer

We take utmost care to provide information based on internal data and reliable sources. However, this article and associated web pages provide generic information for reference purposes only. Readers must make an informed decision by reviewing the products offered and the terms and conditions. Loan disbursal is at the sole discretion of Poonawalla Fincorp.

*Terms and Conditions apply
An error occurred while processing the template.
For "." left-hand operand: Expected a hash, but this has evaluated to a string (wrapper: f.t.SimpleScalar):
==> blogEntry  [in template "20096#20121#1665161" at line 44, column 23]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign authorName = blogEntry.getExp...  [in template "20096#20121#1665161" at line 44, column 1]
----
1<#assign baseUrl= themeDisplay.getPortalURL() > 
2<#assign groupId = themeDisplay.getScopeGroupId() > 
3<#assign blogService = serviceLocator.findService("com.liferay.blogs.service.BlogsEntryLocalService")> 
4<#assign assetCategory = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign url = themeDisplay.getURLCurrent()?substring(7)?trim!"" /> 
6<#if url = ""> 
7<#assign url="/personal-loan/top-ideas-to-celebrate-diwali-festival"> 
8</#if> 
9<#assign blogEntry = "" /> 
10<#attempt> 
11<#assign blogEntry = blogService.getEntry(groupId, url)!""> 
12<#recover> 
13<#assign blogEntry = "" /> 
14</#attempt> 
15<#assign blogcontent = "Default blog content"> 
16<#assign title = "Default title" > 
17<#assign description = "Default description" > 
18<#assign createDate = "Default createDate"> 
19<#assign modifiedDate = "Default modifiedDate"> 
20<#assign dispDate = "Default dispDate"> 
21<#assign coverImageUrl = "Default url"> 
22<#if blogEntry?has_content && blogEntry?is_hash> 
23<#assign blogcontent = blogEntry.content > 
24<#assign title = blogEntry.title!"Default title" > 
25<#assign description = blogEntry.description !"Default description" > 
26<#assign createDate = blogEntry.createDate?datetime?iso_utc !"Default createDate"> 
27<#assign modifiedDate = blogEntry.modifiedDate?datetime?iso_utc !"Default modifiedDate"> 
28<#assign dispDate = blogEntry.displayDate?datetime?iso_utc !"Default modifiedDate">  
29<#assign coverImageUrl = blogEntry.getCoverImageURL(themeDisplay) !"Default url"> 
30<#assign caption = blogEntry.coverImageCaption ! "Caption"> 
31<#assign authorName = blogEntry.getExpandoBridge().getAttribute("Author Name List") !"Poonawalla Fincorp Team" /> 
32<#if caption?contains("Caption")> 
33<#assign width = "1200"> 
34<#assign height = "675"> 
35<#elseif caption?contains("*")> 
36<#assign width = caption?keep_before('*')?replace("<p>","")?trim ! "1200"> 
37<#assign height = caption?keep_after('*')?replace("</p>","")?trim ! "675"> 
38<#else> 
39<#assign width = "1200"> 
40<#assign height = "675"> 
41</#if> 
42 
43</#if> 
44<#assign authorName = blogEntry.getExpandoBridge().getAttribute("Author Name List") !"Poonawalla Fincorp Team" /> 
45<#if authorName[0]?has_content> 
46<#if authorName[0] == "Pradeep Salunkhe"> 
47<#assign authorName = "Pradeep Salunkhe"> 
48<#assign authorPageUrl = "${themeDisplay.getPortalURL()}/author/pradeep-salunkhe"> 
49<#assign authorDescription ="With over 12 years of experience - including 8+ years in the BFSI sector - Pradeep shares practical financial insights to help readers make smarter money decisions."> 
50<#assign portraitURL = "/documents/35085/2665948/pradeep-salunkhe.jpg"> 
51<#elseif authorName[0] == "Vidhi Thakkar"> 
52<#assign authorName = "Vidhi Thakkar"> 
53<#assign authorDescription ="Vidhi Thakkar is a content writer with 2 years of experience crafting digital content in finance. She enjoys simplifying complex topics and finds joy in everyday storytelling."> 
54<#assign authorPageUrl = "${themeDisplay.getPortalURL()}/author/vidhi-thakkar"> 
55<#assign portraitURL = "/documents/35085/0/image.jpg"> 
56<#elseif authorName[0] == "Nachiketh Premraj"> 
57<#assign authorName = "Nachiketh Premraj"> 
58<#assign authorDescription = "As a seasoned Digital Marketing and Brand Leader, I specialize in Social Media Marketing, Social Listening (ORM), Brand Insights, Martech, App Marketing, SEO, Performance Marketing, Content Creation, Digital Strategy, Brand Building, and Consumer Insights. With a PGDM focused on Advertising & PR, I bring 18 years of diverse experience across Media and Banking sectors. My passion lies in leveraging data-driven insights to craft compelling brand narratives and drive impactful marketing strategies." > 
59<#assign authorPageUrl = "${themeDisplay.getPortalURL()}/author/nachiketh-premraj"> 
60<#assign portraitURL = "/documents/35085/2516764/nachiketh-premraj.jpg"> 
61 
62<#elseif authorName[0] == "Pallavi Lakra"> 
63<#assign authorName = "Pallavi Lakra"> 
64<#assign authorDescription = "Pallavi Lakra is a content writer with 2 years of experience crafting digital content in finance. She enjoys simplifying complex topics and finds joy in everyday storytelling." > 
65<#assign authorPageUrl = "${themeDisplay.getPortalURL()}/author/pallavi-lakra"> 
66<#assign portraitURL = "/documents/35085/2516764/pallavi-lakra.jpg"> 
67<#else> 
68<#assign authorName = "[Poonawalla Fincorp Team]" > 
69<#assign authorDescription ="Our team of expert writers and editors are passionate about providing authentic and valuable information on finance. Our aim is to simplify financial and finance-related concepts. We strive to help our readers become more aware and empowered to make informed financial decisions."> 
70<#assign authorPageUrl = "${themeDisplay.getPortalURL()}/author/poonawallateam"> 
71<#assign portraitURL = "/documents/d/poonawalla-fincorp/user_portrait"> 
72</#if> 
73</#if> 
74<script type="application/ld+json" id="json-ld"> 
75
76    "@context":"http://schema.org", 
77    "@type":"Article", 
78    "url":"${(themeDisplay.getPortalURL() + themeDisplay.getURLCurrent())?json_string}", 
79		"headline":"${title}", 
80    "description":"${description}", 
81    "datePublished":"${createDate}", 
82    "dateModified":"${dispDate}", 
83    "mainEntityOfPage":{ 
84        "@type":"WebPage", 
85        "@id":"${themeDisplay.getPortalURL()}${themeDisplay.getURLCurrent()}" 
86        }, 
87        "publisher":{ 
88            "@type":"Organization", 
89            "name":"Poonawalla Fincorp Limited", 
90            "logo":{ 
91                "@type":"ImageObject", 
92                "url":"https://poonawallafincorp.com/documents/d/poonawalla-fincorp/logo", 
93								"width":"125", 
94                "height":"26" 
95                }}, 
96				"author": { 
97           "@type": "Person", 
98           "name": "${authorName}", 
99           "description": "${authorDescription}", 
100           "url": "${authorPageUrl}", 
101           "image": { 
102           "@type": "ImageObject", 
103           "url": "${baseUrl}${portraitURL}", 
104           "width": 200, 
105           "height": 200 
106
107					}, 
108					"articleBody":"${blogcontent?replace("<[^>]*>","","r")?replace("/[^a-zA-Z0-9 ]/g","")?replace('"',"")}", 
109	        "about": [ 
110
111             "@type": "Thing", 
112             "name": "${themeDisplay.getURLCurrent()?split('/')[2]?replace("-"," ")?capitalize}" 
113
114
115					}, 
116					"image": { 
117           "@type": "ImageObject", 
118           "url": "${coverImageUrl}", 
119           "width": "${width}px", 
120           "height": "${height}px" 
121
122
123</script> 
124 
125<style nonce="2D0oPEosbPtmhwpQq22tPg==" nonce="SPiOUHjpip8198n4uNoZFQ=="> 
126 #waitd{ 
127		color:red; 
128
129 .waitd{ 
130		color:red; 
131
132</style> 
133<div class="article-blog_feature"> 
134        <img class="mob-hide" src="https://poonawallafincorp.com/documents/d/poonawalla-fincorp/article06-png" alt="Personal Loan Banner" width="100%" height="auto" loading="lazy" /> 
135        <img class="d-none mob-show" src="https://poonawallafincorp.com/documents/d/poonawalla-fincorp/marticle06-png" alt="Personal Loan Banner" width="100%" height="auto" loading="lazy" /> 
136        <div class="article-blog_overlay container-fluid"> 
137          <div class="blog-feature_caption">           
138 <h3><#if (Heading.getData())?? && !(Heading.getData()?lower_case?contains("<script"))> 
139	${Heading.getData()} 
140</#if></h3> 
141            <div class="loanAmount"> 
142              <div class="loanAmountLimit"> 
143               Get Upto 
144<div>₹<#if (GetUptoAmount.getData())?? && !(GetUptoAmount.getData()?lower_case?contains("<script"))> 
145	${GetUptoAmount.getData()} 
146</#if><span>lakhs</span></div> 
147              </div> 
148              <div class="loanAmountLimit"> 
149                Starting at 
150                <div><#if (Text53388883.getData())?? && !(Text53388883.getData()?lower_case?contains("<script"))> 
151	${Text53388883.getData()} 
152</#if><span> % </span></div> 
153              </div> 
154            </div> 
155           <a href="${ApplyNowLinkPage.getFriendlyUrl()}" title="Apply-Loan">  <button class="btn btnWhite apply">Apply Now</button></a> 
156          </div> 
157        </div> 
158      </div>			 
159	<div class="article-blog_inputBox"> 
160  <div class="article-blog_inputContent">        
161  <div class="emailBox"> 
162    <label> Like what you read? <br>  
163      Stay ahead with finance insights</label> 
164    <div class="emailInput position-relative"> 
165     <input class="form-control" type="text" placeholder="e-mail address" id="emailID" maxlength="50"/> 
166    <img src="https://poonawallafincorp.com/documents/d/poonawalla-fincorp/rightarrow" alt="rightArrow" onclick="sendSubcription()"/> 
167    </div> 
168		<span id="success_req" style="display:none"> 
169	 <label class="mt-2 position-relative top-0 subscribeMsg"><span class="text-green mt-2"> 
170        <img src="https://poonawallafincorp.com/documents/d/poonawalla-fincorp/greencheck" class="mr-2">  Thank you for subscribing!</img></label> 
171	  </span> 
172		<div class="emailInput position-relative waitd" id="waitd" style="display:none">Please wait...</div> 
173	   <div class="emailInput position-relative" id="success_suscrib" style="display:none">Email Already Suscribed!</div> 
174	   <div class="emailInput position-relative" id="error_val" style="display:none">Enter Valid Email Id</div> 
175		 <div class="emailInput position-relative" id="error_req" style="display:none">Enter Your Email Id</div>  
176</div></div></div></div>		 
177 
178<script> 
179var baseUrlNew = "${baseUrl}"; 
180var _token; 
181function getTokens() { 
182    $(".loader").css("display", "block"); 
183    const myHeaders = new Headers(); 
184    myHeaders.append("Content-Type", "application/x-www-form-urlencoded"); 
185    myHeaders.append("Cookie", "JSESSIONID=E6176249B705404196C7DC2B93619CA8"); 
186    const urlencoded = new URLSearchParams(); 
187    urlencoded.append("client_id", "id-e87ee6b8-15d8-9cfb-e4e8-ee81957e1da"); 
188    urlencoded.append("client_secret", "secret-39e1d060-4ea7-af66-fe6b-63742d41d920"); 
189    urlencoded.append("grant_type", "client_credentials"); 
190    const requestOptions = { 
191        method: "POST", 
192        headers: myHeaders, 
193        body: urlencoded, 
194        redirect: "follow" 
195    }; 
196    fetch(baseUrlNew+"/o/oauth2/token", requestOptions) 
197        .then((response) => response.text()) 
198        .then((result) => { 
199            let res = JSON.parse(result); 
200            var btok = res.access_token; 
201            _token = btok; 
202						}) 
203        .catch((error) => { 
204            $(".loader").css("display", "none"); 
205            console.error(error); 
206        }); 
207
208//getTokens(); 
209function handleEnterKey(event) { 
210      if (event.keyCode === 13) { 
211        sendSubcription(); 
212
213
214 
215    const emailInput = document.getElementById('emailID'); 
216    emailInput.addEventListener('keydown', handleEnterKey); 
217	function sendSubcription() { 
218			var emailId=$('#emailID').val(); 
219		$("#success_req").css("display","none"); 
220		$("#success_suscrib").css("display","none"); 
221	 
222	//const emailRegex = /^[a-zA-Z0-9._%+-]+@gmail\.com$/; 
223	const emailRegex = /^[a-zA-Z0-9._%+-]+@(gmail\.com|yahoo\.com|yopmail\.com|outlook\.com|[a-zA-Z0-9.-]+\.[a-zA-Z]{2,})$/; 
224   if(emailRegex.test(emailId)){ 
225		  emailInput.classList.remove('danger'); 
226		 $("#error_val").css("display","none"); 
227		 $("#error_req").css("display","none"); 
228	 }else{ 
229		 if(emailId ==""){	 
230			 emailInput.classList.add('danger'); 
231		  $("#error_val").css("display","none"); 
232			$("#error_req").css("display","block"); 
233			return; 
234	   }else{ 
235			 emailInput.classList.add('danger'); 
236			  $("#error_val").css("display","block"); 
237			  $("#error_req").css("display","none"); 
238			 return; 
239
240		   
241
242	//	return; 
243		$("#waitd,.waitd").css("display","block"); 
244     var apiUrl =baseUrlNew+"/o/subscription/get-lead-by-email?email="+emailId; 
245          $.ajax({ 
246            url: apiUrl, 
247            type: 'GET',					  
248            dataType: 'json', 
249					//	headers: { 
250        //'Authorization': 'Bearer ' + _token 
251       // }, 
252            success: function(data) { 
253                 emailInput.classList.remove('danger'); 
254			           $("#error_val").css("display","none"); 
255			           $("#error_req").css("display","none"); 
256							   //$("#success_req").css("display","block"); 
257							if(data && data.length>0){ 
258								$("#success_suscrib").css("display","block"); 
259								$("#waitd,.waitd").css("display","none"); 
260								$("#emailID").val(""); 
261								setTimeout(()=>{$("#success_suscrib").css("display","none"); 
262								$("#waitd").css("display","none"); 
263								},2000) 
264								return; 
265							}else{ 
266								$("#success_suscrib").css("display","none"); 
267								newSuscribed(emailId); 
268
269                 $.each(data, function(index, loan) { 
270                    $('#loanList').append($('<option></option>').attr('value', loan.lId).text(loan.loanName)); 
271                }); 
272            }, 
273						 
274                                    complete: function(){ 
275																		//	$("#waitd,.waitd").css("display","none"); 
276                                    }, 
277            error: function(xhr, status, error) { 
278
279        }); 
280
281	function newSuscribed(emailId){    	 
282	var apiUrl = baseUrl1+"/o/subscription/capture-lead?Attribute=EmailAddress&Value="+emailId;  
283    const myHeaders = new Headers(); 
284//myHeaders.append("Authorization", 'Bearer ' + _token); 
285myHeaders.append("Cookie", "COOKIE_SUPPORT=true; GUEST_LANGUAGE_ID=en_US; JSESSIONID=077E178F6946DD868149B7A58A993FBB"); 
286 
287const requestOptions = { 
288  method: "POST", 
289  headers: myHeaders, 
290  redirect: "follow" 
291}; 
292 
293fetch(apiUrl, requestOptions) 
294  .then((response) => response.text()) 
295  .then((data) => {	 
296	if (JSON.parse(data)?.Status == "Success") { 
297                localStorage.setItem("submitApi", emailId); 
298                sendSubcriptionAgain(emailId) 
299                    .then((res) => { 
300                        return true; 
301                    }) 
302                    .catch((err) => { 
303                        console.log(err); 
304                    }) 
305
306            else { 
307 
308
309	}) 
310	.catch((error)=>{ 
311	console.warn(error); 
312	}) 
313	 
314
315function increaseTimeByFiveMinutes() { 
316    var currentDate = new Date(); // Get the current date and time 
317    currentDate.setMinutes(currentDate.getMinutes() + 5); // Increase current time by 5 minutes 
318 
319    // Format the date and time as "YYYY-MM-DD HH:mm:ss" 
320    var formattedDateTime = currentDate.toISOString().replace(/T/, ' ').replace(/\..+/, ''); 
321 
322    return formattedDateTime; 
323
324 
325 
326	function passLeadGenerate(prospectId, emailId) { 
327   
328     
329 
330	var activitnn= "News Letter"; 
331   
332var apiUrl = baseUrl1 + "/o/subscription/create-subscription-lead?RelatedProspectId=" + encodeURIComponent(prospectId.trim()) + 
333"&ActivityNote=" + encodeURIComponent(activitnn) + "&ActivityDateTime=" + encodeURIComponent(increaseTimeByFiveMinutes()) + 
334"&ActivityEvent=258"+"&ProcessFilesAsync=true"; 
335  
336    const myHeaders = new Headers(); 
337//myHeaders.append("Authorization", 'Bearer ' + _token); 
338myHeaders.append("Cookie", "COOKIE_SUPPORT=true; GUEST_LANGUAGE_ID=en_US; JSESSIONID=077E178F6946DD868149B7A58A993FBB"); 
339 
340const requestOptions = { 
341  method: "POST", 
342  headers: myHeaders, 
343  redirect: "follow" 
344}; 
345 
346fetch(apiUrl, requestOptions) 
347  .then((response) => response.text()) 
348  .then((data) => { 
349		$("#success_req").css("display","block"); 
350		$("#waitd,.waitd").css("display","none"); 
351					$("#emailID").val(""); 
352					setTimeout(()=>{ 
353					$("#success_req").css("display","none"); 
354					},2000); 
355	}) 
356	.catch((error)=>{ 
357	console.warn(error); 
358	}) 
359    
360
361	 
362	function sendSubcriptionAgain(EmailId) { 
363			var emailId=EmailId; 
364		$("#success_req").css("display","none"); 
365		$("#success_suscrib").css("display","none"); 
366	 
367		//const emailRegex = /^[a-zA-Z0-9._%+-]+@gmail\.com$/; 
368		const emailRegex = /^[a-zA-Z0-9._%+-]+@(gmail\.com|yahoo\.com|yopmail\.com|outlook\.com|[a-zA-Z0-9.-]+\.[a-zA-Z]{2,})$/; 
369   if(emailRegex.test(emailId)){ 
370		  emailInput.classList.remove('danger'); 
371		 $("#error_val").css("display","none"); 
372		 $("#error_req").css("display","none"); 
373	 }else{ 
374		 if(emailId ==""){	 
375			 emailInput.classList.add('danger'); 
376		  $("#error_val").css("display","none"); 
377			$("#error_req").css("display","block"); 
378			return; 
379	   }else{ 
380			 emailInput.classList.add('danger'); 
381			  $("#error_val").css("display","block"); 
382			  $("#error_req").css("display","none"); 
383			 return; 
384
385		   
386
387	//	return; 
388	 
389    return new Promise((resolve, reject) => { 
390        $.ajax({ 
391             url: baseUrl1+"/o/subscription/get-lead-by-email?email="+emailId, 
392            type: 'GET', 
393           //	headers: { 
394           // 'Authorization': 'Bearer ' + _token 
395           //  }, 
396            dataType: 'json', 
397            success: function (data) { 
398                resolve(data); 
399                if (data && data?.length > 0) { 
400                    //	$("#success_suscrib").css("display","block"); 
401                    passLeadGenerate(data[0].ProspectID, emailId); 
402                } else { 
403                    $("#success_suscrib").css("display", "none"); 
404                    newSuscribed(emailId); 
405
406								$("#waitd ,.waitd").css("display","none"); 
407                $.each(data, function (index, loan) { 
408                    $('#loanList').append($('<option></option>').attr('value', loan.lId).text(loan.loanName)); 
409                }); 
410            }, 
411 
412            complete: function () { 
413            }, 
414            error: function (xhr, status, error) { 
415                reject(new Error("Error fetching data:", error)) 
416 
417
418        }); 
419    })	 
420
421		 
422</script> 
423 
424 
425 
426<#assign baseUrl= themeDisplay.getPortalURL() > 
427<#assign currentPageUrl = themeDisplay.getPortalURL() + themeDisplay.getURLCurrent()> 
428<#assign articles = []>  
429 
430 
431 
432<script type="application/ld+json"> 
433
434          "@context": "https://schema.org/",  
435          "@type": "BreadcrumbList",  
436          "itemListElement": [{ 
437            "@type": "ListItem",  
438            "position": 1,  
439            "name": "Home", 
440            "item": "${baseUrl}"   
441          },{ 
442            "@type": "ListItem",  
443            "position": 2,  
444            "name": "Blogs", 
445            "item": "${baseUrl}/blogs/all-blogs"   
446          },{ 
447            "@type": "ListItem",  
448            "position": 3,  
449            "name": "${themeDisplay.getURLCurrent()?split('/')[2]?replace("-"," ")?capitalize}", 
450            "item": "${themeDisplay.getPortalURL()}/blogs/${themeDisplay.getURLCurrent()?split('/')[2]}"   
451          },{ 
452            "@type": "ListItem",  
453            "position": 4,  
454            "name": "${title}", 
455            "item": "${themeDisplay.getPortalURL()}${themeDisplay.getURLCurrent()}"   
456          }] 
457
458    </script>