| Line 100... |
Line 100... |
| 100 |
brand.append(parts[i].substring(1));
|
100 |
brand.append(parts[i].substring(1));
|
| 101 |
}
|
101 |
}
|
| 102 |
this.brandName = brand.toString();
|
102 |
this.brandName = brand.toString();
|
| 103 |
}
|
103 |
}
|
| 104 |
|
104 |
|
| - |
|
105 |
if (this.brandName.equals("Samsung") || this.brandName.equals("Sony Ericsson")) {
|
| - |
|
106 |
this.brandTitle = this.brandName + " Mobile Phones India | Buy " + this.brandName + " Phones" ;
|
| - |
|
107 |
}
|
| - |
|
108 |
else {
|
| 105 |
this.brandTitle = this.brandName + " Mobile Price India" ;
|
109 |
this.brandTitle = this.brandName + " Mobile Price India" ;
|
| - |
|
110 |
}
|
| 106 |
|
111 |
|
| 107 |
|
112 |
|
| 108 |
String[] facetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001", "F_50006", "F_50007" };
|
113 |
String[] facetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001", "F_50006", "F_50007" };
|
| 109 |
String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", "Camera Resolution" };
|
114 |
String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", "Camera Resolution" };
|
| 110 |
|
115 |
|
| Line 234... |
Line 239... |
| 234 |
return "Best price " + this.facetSelection + this.brandName.replaceAll("Phones", "mobile phones")
|
239 |
return "Best price " + this.facetSelection + this.brandName.replaceAll("Phones", "mobile phones")
|
| 235 |
+ " mobile phones in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty. Comprehensive reviews.";
|
240 |
+ " mobile phones in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty. Comprehensive reviews.";
|
| 236 |
}
|
241 |
}
|
| 237 |
|
242 |
|
| 238 |
public String getPageMetaKeywords() {
|
243 |
public String getPageMetaKeywords() {
|
| 239 |
return this.brandName + " mobile phone, " + this.brandName + " mobile phone price, " + this.brandName + " mobile phone india, buy " + this.brandName + " mobile";
|
244 |
return this.brandName + " mobile phone, " + this.brandName + " mobile phone price, " + this.brandName + " mobile phone deals, "+ this.brandName + " mobile phone india, buy " + this.brandName + " mobiles";
|
| 240 |
}
|
245 |
}
|
| 241 |
|
246 |
|
| 242 |
public String getBrandTitle() {
|
247 |
public String getBrandTitle() {
|
| 243 |
return this.brandTitle;
|
248 |
return this.brandTitle;
|
| 244 |
}
|
249 |
}
|