<#assign defaultMenuName = (sri.screenUrlInfo.targetScreen.getDefaultMenuName())!""> <#--<#include "contentId://metatags${ec.web.request.getRequestURI()}" />--> <#assign requestURI = ec.web.request.getRequestURI()?replace("//", "/")> <#assign fileExists = ec.resource.getLocationReference("component://ads2publish/screen/ads2publish/content/metatags${requestURI}.ftl").exists> <#if fileExists> <#include "../ads2publish/content/metatags${requestURI}.ftl"/> <#else> <#assign publicationEditionPath = requestURI?keep_before_last("/")> <#assign publicationEditionfileExists = ec.resource.getLocationReference("component://ads2publish/screen/ads2publish/content/metatags${publicationEditionPath}.ftl").exists> <#if publicationEditionfileExists> <#include "../ads2publish/content/metatags${publicationEditionPath}.ftl"/> <#else> <#assign publicationEditionCategoryPath = requestURI?keep_before_last("/")?keep_before_last("/")> <#assign publicationEditionCategoryfileExists = ec.resource.getLocationReference("component://ads2publish/screen/ads2publish/content/metatags${publicationEditionCategoryPath}.ftl").exists> <#if publicationEditionCategoryfileExists> <#include "../ads2publish/content/metatags${publicationEditionCategoryPath}.ftl"/> <#else> <#include "../ads2publish/content/metatags.ftl"> <#if canonicalUrl?exists> <#if canonicalUrl?starts_with("http")> <#else> <#-- StyleSheetss --> <#if (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "geoCategory")> <#elseif (defaultMenuName?lower_case == "publications") && publication?has_content> <#-- 1. Setup variables for cleaner logic --> <#assign pubName = (publication.publicationName!"")?lower_case> <#assign groupName = (publication.PublicationGroup.publicationGroupName!"")?lower_case> <#-- 2. Nested logic for Top Newspaper Brands --> <#if pubName?contains("times of india") || pubName?contains("deccan chronicle") || pubName?ends_with("hindu") || pubName?contains("hindustan times") || pubName?contains("dainik bhaskar") || pubName?contains("dainik jagran") || pubName?contains("eenadu") || pubName?contains("lokmat") || pubName?contains("malayala manorama") || (groupName?contains("sakal group") && pubName?contains("sakal")) || pubName?starts_with("tribune") || pubName?contains("gujarat samachar")> <#-- Code for Top Brands (e.g., special logos or high-res banners) --> <#if publication?has_content> <#else> <#-- Fallback code for all other general publications --> <#elseif (defaultMenuName?lower_case == "home")> <#else> <#if (defaultMenuName?lower_case == "classified-ad")> <#if (defaultMenuName?lower_case == "classified-ad") || (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "publications") || (defaultMenuName?lower_case == "home")> <#elseif (defaultMenuName?lower_case == "editions")> <#else> <#list html_stylesheets?if_exists as styleSheetLocation> <#if (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "editions")> <#-- Preload critical fonts to break the CSS → Font chain --> <#if (defaultMenuName?lower_case == "newspaper-ads") || (defaultMenuName?lower_case == "category-newspaper-ads") || (defaultMenuName?lower_case == "wanted-bride-matrimonial-ads") || (defaultMenuName?lower_case == "wanted-groom-matrimonial-ads") || (defaultMenuName?lower_case == "published-ads") || (defaultMenuName?lower_case == "wanted-bride-newspaper-ads") || (defaultMenuName?lower_case == "wanted-groom-newspaper-ads")> <#else>
<#if (defaultMenuName?lower_case == "publications") && publication?has_content || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "publicationCategory") || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "publicationGeo") || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "pub-edition-cat") || (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "geoCategory")> <#assign isLoggedIn = ec.user.userId?? && ec.user.userId != "_NA_"/> <#if ec.web.session?? && ec.web.session.getAttribute("bookingHeader")??> <#assign bookingHeader = ec.web.session.getAttribute("bookingHeader")/> <#assign bookingItemCount = 0/> <#if bookingHeader?? && bookingHeader.BookingItem??> <#list bookingHeader.BookingItem as bookingItem> <#if bookingItem?? && bookingItem.bookingItemType?? && bookingItem.bookingItemType == "BIT_AD" && bookingItem.bookingItemTotal??> <#assign bookingItemCount = bookingItemCount + 1/> <#assign showBookingBar = bookingItemCount?? && bookingItemCount > 0 && !responseparams?exists && !(ec.web.request.getRequestURI() = "/booking/offline-payment") && !(ec.web.request.getRequestURI() = "/booking/confirmation")/> <#if (defaultMenuName?lower_case == "publications") && publication?has_content || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "publicationCategory") || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "publicationGeo") || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "pub-edition-cat")> <#-- "Published Ads" destination keeps the exact same rules as before, just resolved once into a single url/title pair --> <#assign publishedAdsUrl = "/published-ads/newspaper/newspaper-ads"> <#assign publishedAdsTitle = "View recently Published Ads"> <#if (defaultMenuName?lower_case == "publications") && publication?has_content> <#assign publishedAdsUrl = "/published-ads/" + publication.publicationName?lower_case?replace(" ", "-") + "/newspaper-ads"> <#assign publishedAdsTitle = "View recent published Ad in " + publication.publicationName + " Newspaper"> <#elseif (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "publicationCategory") && publication?has_content> <#assign publishedAdsUrl = "/published-ads/" + publication.publicationName?lower_case?replace(" ", "-") + "/" + category.categoryName?lower_case?replace(" ", "-")> <#assign publishedAdsTitle = "View recent published " + category.categoryName + " Ad in " + publication.publicationName + " Newspaper"> <#elseif (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "publicationGeo") && publication?has_content> <#assign publishedAdsUrl = "/published-ads/" + publication.publicationName?lower_case?replace(" ", "-") + "/newspaper-ads"> <#assign publishedAdsTitle = "View recent published Ad in " + publication.publicationName + " Newspaper"> <#elseif (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "pub-edition-cat") && publication?has_content> <#assign publishedAdsUrl = "/published-ads/" + publication.publicationName?lower_case?replace(" ", "-") + "/" + category.categoryName?lower_case?replace(" ", "-")> <#assign publishedAdsTitle = "View " + publication.publicationName + " " + category.categoryName + " Classified Ads"> <#elseif (defaultMenuName?lower_case == "categories")> <#assign publishedAdsUrl = "/published-ads/newspaper/" + category.categoryName?lower_case?replace(" ", "-")> <#assign publishedAdsTitle = "View Published " + category.categoryName + " Ads"> <#elseif (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "geoCategory")> <#assign publishedAdsUrl = "/published-ads/newspaper/" + category.categoryName?lower_case?replace(" ", "-")> <#assign publishedAdsTitle = "View Published " + category.categoryName + " Ads"> <#if !categoryMenuList??> <#assign categoryMenuList = [ {"name":"Matrimonial", "slug":"matrimonial"}, {"name":"Recruitment", "slug":"recruitments"}, {"name":"Property Sale", "slug":"property-for-sale"}, {"name":"Property Rent", "slug":"property-to-rent"}, {"name":"Name Change", "slug":"name-change"}, {"name":"Lost & Found", "slug":"lost-found"}, {"name":"Obituary", "slug":"obituary"}, {"name":"Business", "slug":"business"}, {"name":"Vehicles", "slug":"vehicles"}, {"name":"Retail", "slug":"retail"}, {"name":"Services", "slug":"services"}, {"name":"Travel", "slug":"travel"}, {"name":"Astrology", "slug":"astrology"}, {"name":"Remembrance", "slug":"classified-remembrance"}, {"name":"Announcement", "slug":"personal-announcement"}, {"name":"Education", "slug":"education"} ]/> <#assign userDisplayName = ""> <#if isLoggedIn> <#assign userDisplayName = ec.user.userAccount.userFullName!ec.user.username!""> <#assign whatsappNumber = "918121003003"/> <#elseif (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "geoCategory")> <#else>
<#assign isLoggedIn = ec.user.userId?? && ec.user.userId != "_NA_"/> <#if ec.web.session?? && ec.web.session.getAttribute("bookingHeader")??> <#assign bookingHeader = ec.web.session.getAttribute("bookingHeader")/> <#if bookingHeader?? && bookingHeader.BookingItem??> <#assign bookingItemCount = 0/> <#list bookingHeader.BookingItem as bookingItem> <#if bookingItem?? && bookingItem.bookingItemType?? && bookingItem.bookingItemType == "BIT_AD" && bookingItem.bookingItemTotal??> <#assign bookingItemCount = bookingItemCount + 1/> <#assign bookingSummarycount> <#if bookingItemCount?? && bookingItemCount > 0 && !responseparams?exists && !(ec.web.request.getRequestURI() = "/booking/offline-payment") && !(ec.web.request.getRequestURI() = "/booking/confirmation")> <#assign bookingSummarycount>
Booking Summary (${bookingItemCount!} Ads)
<#if (defaultMenuName?lower_case == "published-ads") || (defaultMenuName?lower_case == "category-newspaper-ads") || (defaultMenuName?lower_case == "wanted-bride-matrimonial-ads") || (defaultMenuName?lower_case == "wanted-groom-matrimonial-ads")> <#else>
<#if (defaultMenuName?lower_case == "publications") && publication?has_content || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "publicationCategory") || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "publicationGeo") || (defaultMenuName?lower_case == "classified-ad") && (pageType?? && pageType == "pub-edition-cat") || (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "classified-ad") && pageType?has_content && (pageType == "geoCategory")>
<#assign pubImgSrc = "/assets/js/ckeditor_3.6.1/ckeditor/images/spacer.gif"/> <#if publication.largeImageUrl?exists> <#assign pubImgSrc = publication.largeImageUrl/>
<#assign catImgSrc = "/assets/js/ckeditor_3.6.1/ckeditor/images/spacer.gif"/> <#if category.largeImageUrl?exists> <#assign catImgSrc = category.largeImageUrl/> ${category.categoryName} Classifieds

${publication.publicationName} ${category.categoryName} Ad Rates for ${geo.geoName}

Get the lowest price for a ${category.categoryName} ad in ${publication.publicationName}, ${geo.geoName} newspaper. You can easily book your ad in ${publication.publicationName} newspaper online and get up to 50% off at Ads2Publish.com.

  1. Home
  2. ${publication.publicationName} Ads
  3. ${geo.geoName}
  4. ${category.categoryName} Ad


Choose Ad Type
<#if finalNormalRate != 0>

${publication.publicationName} ${category.categoryName} Classified Ad Rates

${publication.publicationName} ${geo.geoName}

${category.categoryName} Ad Cost : ₹ ${finalNormalRate!} for ${minimumUnit!} ${adCostUnitType!}s Classified Ad

Book Now
<#if editionLongDescription?has_content>

By choosing ${geo.geoName} edition your ${category.categoryName} Ad will get published not only in ${geo.geoName} but also publishes in ${editionLongDescription} cities.

<#else>

By choosing this option your ${category.categoryName} Ad would get published in the Classifieds section of ${publication.publicationName} ${geo.geoName} Newspaper.

<#if promotionList?has_content>

<#if publication?has_content && publication.publicationName?has_content>${publication.publicationName} <#if category?has_content && category.categoryName?has_content>${category.categoryName} Classified Ad Packages for <#if geo?has_content && geo.geoName?has_content>${geo.geoName} :

    <#list promotionList as promotion> <#assign editions=''/> <#list promotion.editionList as edition> <#assign editions = editions + (edition+'@') /> <#assign publications=''/> <#list promotion.publicationList as publication> <#assign publications = publications + (publication+'@') />
  • ${promotion_index + 1}

    ${promotion.shortName!'Package ' + promotion_index} which includes ${geo.geoName}

    <#if promotion.longDescription?exists>

    ${promotion.longDescription}

    <#else>

    ${editions?substring(0, editions?length-1)?replace('@' , ' + ')} (${publications?substring(0, publications?length-1)?replace('@' , ' + ')} )

    Special Offer Price: ₹ ${promotion.baseRate} / ${promotion.minimumUnit!""} ${promotion.adCostUnitType}s Classified

<#if displayEditionList?has_content>

${publication.publicationName!} ${category.categoryName!} Display Ad Rate for ${geo.geoName!}

<#list displayEditionList as editionDetail>

${editionDetail.publicationName!} Display Ad

Cost : ₹ ${editionDetail.baseRate!} / ${displayAdCostUnitType!}

Book Now
    <#list displayPromotionList as promotion> <#assign editions=''/> <#list promotion.editionList as edition> <#assign editions = editions + (edition+'@') /> <#assign publications=''/> <#list promotion.publicationList as pub> <#-- CHANGED: publication → pub --> <#assign publications = publications + (pub+'@') />
  • ${promotion_index + 1}

    ${promotion.shortName!'Package ' + promotion_index}

    <#if promotion.longDescription?exists>

    ${promotion.longDescription}

    <#else>

    ${editions?substring(0, editions?length-1)?replace('@' , ' + ')} (${publications?substring(0, publications?length-1)?replace('@' , ' + ')})

    Rs. ${promotion.baseRate} / ${displayAdCostUnitType!}

<#assign displayTextRate = 0> <#assign displayTextUnit = ""> <#assign displayTextUnitType = ""> <#assign isPromoRate = false> <#assign bestPromo = ""> <#-- Find best (lowest) promotion rate --> <#if promotionList?has_content> <#list promotionList as promo> <#if promo.baseRate?has_content> <#if bestPromo == "" || (promo.baseRate?replace(",","")?number < bestPromo.baseRate?replace(",","")?number)> <#assign bestPromo = promo> <#-- Apply rate selection logic --> <#if (finalNormalRate?has_content && finalNormalRate != 0)> <#-- Normal rate exists --> <#if bestPromo?has_content && (bestPromo.baseRate?replace(",","")?number < finalNormalRate?replace(",","")?number)> <#-- Promotion is cheaper than normal rate → use promotion --> <#assign displayTextRate = bestPromo.baseRate> <#assign displayTextUnit = bestPromo.minimumUnit!""> <#assign displayTextUnitType = bestPromo.adCostUnitType!""> <#assign isPromoRate = true> <#else> <#-- Normal rate is lower or equal → use normal rate --> <#assign displayTextRate = finalNormalRate> <#assign displayTextUnit = minimumUnit!""> <#assign displayTextUnitType = adCostUnitType!""> <#assign isPromoRate = false> <#elseif bestPromo?has_content> <#-- No normal rate → use best promotion rate --> <#assign displayTextRate = bestPromo.baseRate> <#assign displayTextUnit = bestPromo.minimumUnit!""> <#assign displayTextUnitType = bestPromo.adCostUnitType!""> <#assign isPromoRate = true> <#-- ── Heading ── -->

${publication.publicationName} ${category.categoryName} Ad Rates & Details for ${geo.geoName}

<#-- ── Circulation ── --> <#if circulationNumber?has_content>

<#if publication.languageEnumId?has_content>Newspaper Language - ${publication.languageEnumId?replace("LANG_", "")?lower_case?cap_first}, Circulation - ${circulationNumber} Copies distributed in ${geo.geoName}

<#-- ══════════════════════════════ TWO CARDS ROW ══════════════════════════════ --> <#if (displayTextRate?has_content && displayTextRate != 0) || displayEditionList?has_content>
<#-- ── CARD 1: Classified Text Ad ── --> <#if displayTextRate?has_content && displayTextRate != 0>
Classified Text Ad
Classified Text Ad

Ad Rate Starts from - ₹ ${displayTextRate} <#if displayTextUnit?has_content> for ${displayTextUnit} ${displayTextUnitType} <#if isPromoRate>Package Rate

<#if textAllowedRange?has_content> <#if textAllowedRange.minimumUnit?has_content>

${category.categoryName} Classified Ad in ${publication.publicationName} ${geo.geoName} are accepted for a

Minimum of ${textAllowedRange.minimumUnit?string["0"]} Lines, and

<#if textAllowedRange.maximumUnit?has_content>

Maximum of ${textAllowedRange.maximumUnit?string["0"]} Lines

<#-- ── CARD 2: Classified Display Ad ── --> <#if displayEditionList?has_content>
Classified Display Ad
Classified Display Ad
<#list displayEditionList as editionDetail>

Cost Starts from - ₹ ${editionDetail.baseRate!} per ${displayAdCostUnitType!("Sq. Cm.")}

<#if displayAllowedRange?has_content> <#if displayAllowedRange.minWidth?has_content && displayAllowedRange.minHeight?has_content>

${publication.publicationName} ${category.categoryName} Display Ad in ${geo.geoName} are accepted with

Minimum : ${displayAllowedRange.minWidth?string["0"]} x ${displayAllowedRange.minHeight?string["0"]} cm Size, and

<#if displayAllowedRange.maxWidth?has_content && displayAllowedRange.maxHeight?has_content>

Upto ${displayAllowedRange.maxWidth?string["0"]} x ${displayAllowedRange.maxHeight?string["0"]} cm Size.

<#-- END cards row --> <#-- ══════════════════════════════ BOTTOM ROW: Schemes + Days ══════════════════════════════ --> <#if specialOfferList?has_content || publishingDaysList?has_content || displayPromotionList?has_content>
<#-- ── Schemes ── --> <#if specialOfferList?has_content>
Available Schemes
Special offers for ${geo.geoName} · ${category.categoryName}
<#list specialOfferList as offer> <#if offer.billedInsertion?has_content && offer.freeInsertion?has_content> ${offer.billedInsertion}+${offer.freeInsertion} Free <#elseif offer.shortName?has_content> ${offer.shortName}
<#-- ── Publishing Days — active only ── --> <#if publishingDaysList?has_content || editionLongDescription?has_content>
<#if publishingDaysList?has_content>
${publication.publicationName} ${category.categoryName} Ad Publishing Days in ${geo.geoName} :
<#list publishingDaysList as day> ${day} <#assign specialPubs = ["AJIT", "ANJY", "ASSTRI", "DHMPB", "DNKTRI", "DCPB", "DHPB", "EUPB", "MFPB", "NAMASTEL", "NAVKL", "oheraldo", "PVPB", "PUJKES", "PJBTRI", "SIPB", "SALAR", "TGNTDPB", "HITVD", "TRIBPB", "VKPB", "SITPB"]/> <#if specialPubs?seq_contains(publication.publicationId)>
AD BOOKING DEADLINE: 1 day prior 3 pm
<#else>
AD BOOKING DEADLINE:
For Saturday and Sunday Edition - 2 Days prior 4 pm and For all other Days - 1 day prior 3 pm
<#-- ── Coverage ── --> <#if editionLongDescription?has_content>
📍 ${publication.publicationName} ${geo.geoName} Edition Coverage

${editionLongDescription} are covered by ${publication.publicationName} ${geo.geoName} edition.

<#-- END bottom row --> <#-- END bottom row -->
<#if category.categoryName?lower_case?index_of("name") != -1> <#include "pub-edition-cat/faq/name-change-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("vehicles") != -1> <#include "pub-edition-cat/faq/vehicles-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("astrology") != -1> <#include "pub-edition-cat/faq/astrology-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("computers") != -1> <#include "pub-edition-cat/faq/computers-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("education") != -1> <#include "pub-edition-cat/faq/education-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("retail") != -1> <#include "pub-edition-cat/faq/retail-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("travel") != -1> <#include "pub-edition-cat/faq/travel-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("services") != -1> <#include "pub-edition-cat/faq/services-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("lost") != -1> <#include "pub-edition-cat/faq/lost-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("business") != -1> <#include "pub-edition-cat/faq/business-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("messages") != -1> <#include "pub-edition-cat/faq/messages-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("announcement") != -1> <#include "pub-edition-cat/faq/announcement-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("remembrance") != -1> <#include "pub-edition-cat/faq/remembrance-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("obituary") != -1> <#include "pub-edition-cat/faq/obituary-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("sale") != -1> <#include "pub-edition-cat/faq/property-for-sale-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("recruitments") != -1> <#include "pub-edition-cat/faq/recruitments-faq.ftl" /> <#elseif category.categoryName?lower_case?index_of("matrimonial") != -1> <#include "pub-edition-cat/faq/matrimonial-faq.ftl" /> <#attempt> <#include "pub-edition-cat/newspaper/${publication.publicationName?replace(' ', '-')?lower_case}.ftl" /> <#recover>
<#if finalNormalRate != 0>

${category.categoryName} Ad in ${publication.publicationName} ${geo.geoName} Newspaper:

To book a ${category.categoryName} Ad in ${publication.publicationName} for ${geo.geoName} city, you can either choose the ${geo.geoName} edition alone for ₹ ${finalNormalRate!} (for a ${minimumUnit!} - ${adCostUnitType!}s classified ad) or opt for a special ${category.categoryName} package from Ads2Publish.com. The package lets you publish your ad in ${geo.geoName} and multiple cities at a 50% discounted price.

<#if displayEditionList?has_content>

You can also Book ${category.categoryName!} Display Ad in ${publication.publicationName!} ${geo.geoName!} Newspaper. The price starts at<#list displayEditionList as editionDetail> ₹ ${editionDetail.baseRate!} / ${displayAdCostUnitType!}

Booking a ${category.categoryName} Ad in ${publication.publicationName} ${geo.geoName} through Ads2Publish is quick and simple. Just select the ad type (Classified Text or Classified Display), choose an individual city or multi-city package, pick a date, draft your ad or upload your ad, and make payment online or offline.

<#elseif promotionList?has_content && finalNormalRate = 0>

${category.categoryName} Ad in ${publication.publicationName} ${geo.geoName} Newspaper:

To book a ${category.categoryName} Ad in ${publication.publicationName} for ${geo.geoName} city, you can choose a special ${category.categoryName} package offered by Ads2Publish.com. The package lets you publish your ad in ${geo.geoName} and multiple cities at a 50% discounted price.

Booking a ${category.categoryName} Ad in ${publication.publicationName} ${geo.geoName} through Ads2Publish is quick and simple. Just select the ad type (Classified Text or Classified Display), Package, pick a date, draft your ad or upload your ad, and make payment online or offline.

<#if category.categoryName?lower_case?index_of("matrimonial") != -1> <#elseif category.categoryName?lower_case?index_of("property") != -1> <#elseif category.categoryName?lower_case?index_of("recruitments") != -1>

Release Recruitment Classified Ad in ${publication.publicationName} ${geo.geoName} Newspaper

When it comes to finding the right people for jobs, the ${publication.publicationName} ${geo.geoName} Newspaper is a great choice. This newspaper is very popular in ${geo.geoName} and is well-liked by the people there. They enjoy reading the news and the stories in it. Lots of people prefer reading newspapers more than other things, so if you put your job ads in this newspaper, many people will see them.

If you want your organization to grow and do well, you need to hire the right people. You can do this by putting job ads in the ${publication.publicationName} ${geo.geoName} Newspaper. This helps you find the perfect people for the jobs you have. Many people read the ${publication.publicationName}, so you can reach lots of skilled people. You can choose different types of ads like Classified, Classified Display, and Display ads to find the best talent.

If you're seeking to publish a Recruitment Classified Ad in ${publication.publicationName} ${geo.geoName} Newspaper, you're in the right spot. It's easy to put your job ads in the ${publication.publicationName} ${geo.geoName} Newspaper. With Ads2publish, booking your Recruitment classified ad at the most affordable rates in ${publication.publicationName} ${geo.geoName} Newspaper is simple. You just need to click a few times, and it's not expensive. This way, lots of people will see your ads and your organization can hire the best employees.

<#elseif category.categoryName?lower_case?index_of("name") != -1>

Are you looking to publish Name Change Classified Ad in ${publication.publicationName} ${geo.geoName} Newspaper? Then you are at the right page. At Ads2publish it is easy to book Name Change classified Ad at the lowest rates in ${publication.publicationName} ${geo.geoName} Newspaper through our simple online newspaper ad booking process.

Generally publishing a Change of Name Ad in a Newspaper is a formality to be fulfilled while applying for a Passport or any legal requirement for various reasons. It could be for modification in Spelling, Changing Surname, Change of Religion, and Name Change after Marriage, Documents not matching the current name and so on.

Advertisement Charges for Name Change in ${publication.publicationName} ${geo.geoName} Newspaper.

For Name Change Ad in ${publication.publicationName} ${geo.geoName} Newspaper Rates are charges based on the number of lines, words or characters used while drafting the advertisement. Therefore we suggest you use minimum required words or characters while composing your ad to save cost. Following are ${publication.publicationName} ${geo.geoName} Name Change Advertisement Rates. Choose the best package from the below according to your requirements and which is cost-effective.

<#elseif category.categoryName?lower_case?index_of("lost") != -1> <#elseif category.categoryName?lower_case?index_of("vehicles") != -1> <#elseif category.categoryName?lower_case?index_of("astrology") != -1> <#elseif category.categoryName?lower_case?index_of("business") != -1> <#elseif category.categoryName?lower_case?index_of("computers") != -1> <#elseif category.categoryName?lower_case?index_of("classified") != -1> <#elseif category.categoryName?lower_case?index_of("education") != -1> <#elseif category.categoryName?lower_case?index_of("obituary") != -1> <#elseif category.categoryName?lower_case?index_of("personal") != -1> <#elseif category.categoryName?lower_case?index_of("retail") != -1> <#elseif category.categoryName?lower_case?index_of("services") != -1> <#elseif category.categoryName?lower_case?index_of("travel") != -1> <#else> ${category.longDescription?default(category.categoryName)} <#if category.categoryName?lower_case?index_of("name") != -1>

Process of publishing Name Change Ad in ${geo.geoName} Newspaper:

  1. Mostly the officials demand to give name change ad in 2 Newspapers 1 in National Newspaper and the other in Local Newspaper. Therefore you will have to choose 2 newspapers to fulfill the formality.
  2. An Affidavit or Gazette copy is required to book a name change ad in the Newspaper otherwise your advertisement would not be accepted by most of the publications. So before booking your ad please make sure you have the affidavit copy ready.

How to Book Online Name Change Ad in ${publication.publicationName} ${geo.geoName} Newspaper

  1. Click on book now from the Package available in ${publication.publicationName} ${geo.geoName} newspaper from the above list to advertise for Name Change.
  2. Select Publishing Date from the Calendar and click on proceed to compose your Ad.
  3. After composing click on make Payment & choosing Online & Offline Payment Options.

On successful payment, you receive an auto-generated invoice from the system confirming your Name Change Classified Ad booking. Send the scanned copy or even a photograph taken from the mobile of the Affidavit copy to the same email ID from which you have got the booking confirmation. Then post editorial approval your change of name ad would be published in the newspaper you have chosen.

<#elseif category.categoryName?lower_case?index_of("matrimonial") != -1> <#else>

How are Rates charged for ${category.categoryName} advertisement in ${publication.publicationName} for ${geo.geoName} city?

If you are looking to post ${category.categoryName} Ad in ${geo.geoName} Newspapers then ${publication.publicationName} can be an ideal choice. There are two Ad options available: Classified Text Ads and Classified Display Ads. The cost is different for both ad types.

<#-- Recently Published Ads Section --> <#if recentlyBookedAdList?exists && recentlyBookedAdList?size != 0>

Latest Published ${category.categoryName} Ads in ${publication.publicationName} ${geo.geoName}:

<#list recentlyBookedAdList as recentlyBookedAd>
${recentlyBookedAd.categoryName} Ad
Published in: ${recentlyBookedAd.editionName}

Ad Content: <#if recentlyBookedAd.bookedAdContent?exists && recentlyBookedAd.bookedAdContent.content?has_content>${recentlyBookedAd.bookedAdContent.content}

<#-- End Recently Published Ads Section --> <#-- ── Other Newspapers ── -->
<#-- ── Official Partner Banner ── -->
Ads2Publish is an Official Partner of ${publication.publicationName} Authorised to accept ${category.categoryName} Ad bookings for ${geo.geoName} newspaper
✓ Official Partner
<#-- ── Stats Row ── -->
21+
Years of Experience
2 Lakh+
Trusted Customers
10 Lakh+
Ads Booked Across India
<#-- ── Why Choose Box ── -->
Why Book ${publication.publicationName} ${category.categoryName} Ad in ${geo.geoName} through Ads2Publish.com?
  • Easy Online Booking: Book your ${category.categoryName} ad in ${publication.publicationName} from the comfort of your home.
  • Lowest Ad Rates: Ads2Publish offers the most competitive prices for ${category.categoryName} ads in ${geo.geoName}.
  • Secure Payment Options: Enjoy a hassle-free, secure payment process with multiple options available.
  • Official Partner: Ads2Publish is an authorised partner of ${publication.publicationName} for ${geo.geoName} ad bookings.
<#-- ── CTA Line ── -->
Start the ${category.categoryName} advertising journey today with Ads2Publish - your trusted and official platform for booking ads in ${publication.publicationName}.
<#-- ── Contact Box ── -->
Contact Us for ${category.categoryName} Ad in ${publication.publicationName} ${geo.geoName}
Our team is always available to help and guide you for booking your ${category.categoryName} Ad in ${publication.publicationName}. Make your Newspaper Advertising in ${geo.geoName} effective with Ads2Publish's Expert Guidance.
☎  +91-8121003003
<#-- ── Other Newspapers ── --> <#if editionCirculationList?has_content>
Other leading Newspapers for ${category.categoryName} Ad in ${geo.geoName}
Looking for more options? Publish your ${category.categoryName} Ad in other popular newspapers in ${geo.geoName}.
<#list editionCirculationList as editionCirculation> ${editionCirculation.Publication.publicationName}
<#assign defaultMenuName = (sri.screenUrlInfo.targetScreen.getDefaultMenuName())!""> <#if (defaultMenuName?lower_case == "classified-ad") || (defaultMenuName?lower_case == "publications") || (defaultMenuName?lower_case == "home") || (defaultMenuName?lower_case == "editions") || (defaultMenuName?lower_case == "newspaper-ads") || (defaultMenuName?lower_case == "category-newspaper-ads") || (defaultMenuName?lower_case == "wanted-bride-matrimonial-ads") || (defaultMenuName?lower_case == "wanted-groom-matrimonial-ads") || (defaultMenuName?lower_case == "published-ads") || (defaultMenuName?lower_case == "wanted-bride-newspaper-ads") || (defaultMenuName?lower_case == "wanted-groom-newspaper-ads")>

Customers Testimonials

<#else> <#if (defaultMenuName?lower_case == "classified-ad") || (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "publications") || (defaultMenuName?lower_case == "home") || (defaultMenuName?lower_case == "target") || (defaultMenuName?lower_case == "compose") || (defaultMenuName?lower_case == "booking-summary")> <#assign defaultMenuName = (sri.screenUrlInfo.targetScreen.getDefaultMenuName())!""> <#assign menuLower = defaultMenuName?lower_case /> <#if (menuLower == "classified-ad") && pageType?has_content && (pageType == "publicationCategory")> <#-- No extra scripts for this case --> <#elseif menuLower == "home"> <#-- Home page - all deferred (not critical) --> <#-- --> <#elseif menuLower == "target" || menuLower == "compose" || menuLower == "booking-summary"> <#elseif menuLower == "editions" || menuLower == "categories" || menuLower == "publications" || menuLower == "classified-ad"> <#else> <#-- All other pages: Categories, Publications, Editions, Info, etc - fully deferred --> <#----> <#--Java Script --> <#list html_scripts?if_exists as scriptLocation> <#---->