Subversion Repositories SmartDukaan

Rev

Rev 8749 | Rev 11873 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8749 Rev 10912
Line 670... Line 670...
670
    	String modelNumber = entity.getModelNumber();
670
    	String modelNumber = entity.getModelNumber();
671
    	String titleString = "";
671
    	String titleString = "";
672
    	if(StringUtils.isEmpty(modelName)){
672
    	if(StringUtils.isEmpty(modelName)){
673
    		titleString = brand + " " + modelNumber + " Price in India | Specifications, Features and Reviews";
673
    		titleString = brand + " " + modelNumber + " Price in India | Specifications, Features and Reviews";
674
    	}else {
674
    	}else {
675
    		titleString = brand + " " + modelName + " Price in India | " + modelNumber + " Specifications, Features and Reviews";
675
    		titleString = brand + " " + modelName  + " " + modelNumber +" Price in India | Specifications, Features and Reviews";
676
    	}
676
    	}
677
    	return titleString;
677
    	return titleString;
678
    }
678
    }
679
    
679
    
680
    public String getMetaDescription(){
680
    public String getMetaDescription(){