#if>
NEWSPAPER ADBooking Platform
#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> #if> #if> <#if canonicalUrl?exists> <#if canonicalUrl?starts_with("http")> <#else> #if> #if> <#-- 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>#if> <#else> <#-- Fallback code for all other general publications --> #if> <#elseif (defaultMenuName?lower_case == "home")> <#else> #if> <#if (defaultMenuName?lower_case == "classified-ad")> #if> <#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> #list> #if> <#if (defaultMenuName?lower_case == "categories") || (defaultMenuName?lower_case == "editions")> <#-- Preload critical fonts to break the CSS → Font chain --> #if> <#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>
<#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")/> #if> <#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/> #if> #list> #if> <#assign showBookingBar = bookingItemCount?? && bookingItemCount > 0 && !responseparams?exists && !(ec.web.request.getRequestURI() = "/booking/offline-payment") && !(ec.web.request.getRequestURI() = "/booking/confirmation")/> #if> <#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> <#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"} ]/> #if> <#assign userDisplayName = ""> <#if isLoggedIn> <#assign userDisplayName = ec.user.userAccount.userFullName!ec.user.username!""> #if> <#assign whatsappNumber = "918121003003"/>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.
|
${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> |
|
${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('@' , ' + ')} )
#if>Special Offer Price: ₹ ${promotion.baseRate} / ${promotion.minimumUnit!""} ${promotion.adCostUnitType}s Classified
|
${editionDetail.publicationName!} Display Ad Cost : ₹ ${editionDetail.baseRate!} / ${displayAdCostUnitType!} |
Book Now |
${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('@' , ' + ')})
#if>Rs. ${promotion.baseRate} / ${displayAdCostUnitType!}
<#if publication.languageEnumId?has_content>Newspaper Language - ${publication.languageEnumId?replace("LANG_", "")?lower_case?cap_first}#if>, Circulation - ${circulationNumber} Copies distributed in ${geo.geoName}
#if> <#-- ══════════════════════════════ TWO CARDS ROW ══════════════════════════════ --> <#if (displayTextRate?has_content && displayTextRate != 0) || displayEditionList?has_content>
Ad Rate Starts from - ₹ ${displayTextRate} <#if displayTextUnit?has_content> for ${displayTextUnit} ${displayTextUnitType}#if> <#if isPromoRate>Package Rate#if>
<#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> <#if textAllowedRange.maximumUnit?has_content>Maximum of ${textAllowedRange.maximumUnit?string["0"]} Lines
#if> #if>
Cost Starts from - ₹ ${editionDetail.baseRate!} per ${displayAdCostUnitType!("Sq. Cm.")}
#list> <#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> <#if displayAllowedRange.maxWidth?has_content && displayAllowedRange.maxHeight?has_content>Upto ${displayAllowedRange.maxWidth?string["0"]} x ${displayAllowedRange.maxHeight?string["0"]} cm Size.
#if> #if>${editionLongDescription} are covered by ${publication.publicationName} ${geo.geoName} edition.
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!} #list>
#if>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.
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> <#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>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.
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> <#if category.categoryName?lower_case?index_of("name") != -1>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> #if>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> #if> <#-- End Recently Published Ads Section --> <#-- ── Other Newspapers ── -->