Advertisement
gcampton

RAS Fixes

Aug 31st, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.48 KB | None | 0 0
  1.  
  2. /*******************************************************************************************/
  3. /* Rent a SERP Theme and Plugin Fixes.
  4. /*******************************************************************************************/
  5.  
  6. GOOGLE WEBSPAM PROOFING
  7.  
  8. Fixes Required = Customise Theme so it's harder for Google to track and penalise Rent-a-SERP users. Not that they are doing that... but if too many SEO's make money renting websites then they will crack down on it. I'd prefer to be safe rather than sorry.
  9.  
  10. Appearance -> Editor -> "Stylesheet" style.css
  11.  
  12. Change default comments to your own -
  13.  
  14. Line 2: Theme Name: Rent-A-Serp Theme
  15. CHANGE: Theme Name: Your Custom Theme name
  16.  
  17. Line 5: Theme URI: http://www.rentaserp.com.com/
  18. CHANGE: Theme URI: http://www.yourdomain.com/
  19.  
  20. Why the hell is line 5 .com.com anyway?
  21.  
  22. Line 7: Author: Mario Cimmino
  23. CHANGE: Author: Your Name
  24.  
  25. Line 9: Author URI: http://www.rentaserp.com.com/
  26. CHANGE: Author URI: http://www.yourdomain.com
  27.  
  28. Again with the .com.com
  29.  
  30. Line 11: Description: Rent-A-SERP Theme was built to rank easily, and rent each page or entire site for passive income.
  31. CHANGE: Description: Your custom description
  32.  
  33. Line 19: Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
  34.  
  35. CHANGE: Tags: Your,Custom,Tags,aren't,really,needed,anyway,so,you,can,just,add,a,custom,1,word,tag,or,delete,line.
  36.  
  37.  
  38. /*******************************************************************************************/
  39.  
  40. PIECE OF SHIT THANK YOU PAGE:
  41.  
  42. Fixes Required = Fix Link to Homepage, Css styling and HTML inclusion.
  43.  
  44.  
  45. Appearence -> Editor -> "Thank You Page" thankyou.php
  46.  
  47. Line 13:
  48. <a href="<?php home_url(); ?>"> Back to Home </a>
  49.  
  50. CHANGE TO:
  51. <a href="<?php echo home_url(): ?>"> Back to Home </a>
  52.  
  53.  
  54. Appearance -> Editor -> "Thank You Page" thankyou.php
  55.  
  56. AFTER Line 9: <?php if (have_posts()) : the_post(); ?>
  57. ADD (Line 10):
  58. <div class="wrap">
  59. <div class="header_section">
  60. <div class="logo_section">
  61. <a href="http://www.example.com">
  62. <img alt="Cleaning Logo" src="http://www.example.com/wp-content/uploads/2014/07/cleaning-logo.png">
  63. </a>
  64. </div>
  65. <div class="header_right">
  66. <div class="social_media">
  67. <div class="clear"></div>
  68. <span>CALL US NOW</span>
  69. <div class="clear"></div>
  70. <small>0404 660 240</small>
  71. </div>
  72. <div class="clear"></div>
  73. </div>
  74. <div class="banner_area">
  75. <div class="banner_top_bg"></div>
  76. <div class="clear"></div>
  77. <br /><br /><br />
  78.  
  79.  
  80. BEFORE Last Line: <?php get_footer();?>
  81. ADD: </div>
  82.  
  83. -Increase size of Text it's too small
  84. Appearance -> Editor -> "Stylesheet" style.css
  85.  
  86. (Bottom of the file)
  87. ADD: .customize-support { font-size: 1.2em; }
  88.  
  89.  
  90. TODO : MAKE LINK EVEN BETTER :
  91. Link needs to default back to refer page not homepage.
  92.  
  93.  
  94. /*******************************************************************************************/
  95.  
  96. FUGLY CONTACT SUBMISSION FORM ON SILO PAGES + TYPO ON HOMEPAGE
  97.  
  98. Fixes Required = Typos - Remove star below "Edit" label on index.php and page.php
  99. Styling Error - Fix Form Title on Page.php
  100.  
  101.  
  102. Appearence -> Editor -> "Main Index Template" Index.php
  103. Remove the STAR after -> class="error">
  104.  
  105. Line 202:
  106. <span class="error">* <?php ...
  107.  
  108. CHANGE:
  109. <span class="error"> <?php ...
  110.  
  111. REPEAT STEPS ABOVE ON PAGE.PHP (line 263 or so) IF USING SILO'S AND ADDITIONALLY FOLLOW THE BELOW STEPS
  112.  
  113. Appearance -> Editor -> "Page Template" page.php
  114. Change the Form header font size to normal
  115.  
  116. Line 227: <p class="head">.....</p>
  117.  
  118. CHANGE: <h2>.....</h2>
  119.  
  120. This shouldn't be a h2 to begin with, but the genius developer made it that way and this is the easiest fix.
  121. We could have changed both files to <p class="form-header"> and added css styles which probably would have been better.
  122. As it stands we now have a heading tag that reads "FREE ESTIMATE" which is rediculous.
  123.  
  124. TODO: FIX CONTACT FORM HEADER
  125.  
  126. /*******************************************************************************************/
  127.  
  128. SCREENSHOT IMAGE SIZE: (Displays as the Theme logo on the Themes admin page)
  129.  
  130. Fixes Required = Make image WordPress recommended size for Retina Displays, and cutdown on theme bloat. Currently around 3000 px - Should be 880x660 (retina) 440x330 (pc-1980x1020)
  131.  
  132.  
  133.  
  134. Open screenshot.png in an image editor (MS Paint works fine)
  135.  
  136. Select "resize" and make the width 880 keeping image proportions locked.
  137.  
  138. Ideally the image screenshot should be 880x660 pixels, but wordpress simply fills rest of image with whitespace if it isn't.
  139.  
  140. If you want to be semantically correct you can create a new image at 880x660 and copy paste the (resized) rent-a-serp logo. Then save as "screenshot.png" in the top level theme directory.
  141.  
  142. If you want to keep the image as light as possible then open the image in Photoshop cut out the whitespace below and above the image so the image is around 880x350 or so. When saving, reduce the png option to 2 color @ 8bits. This will produce the smallest possible file size while still looking good. Just make sure to hit "Preview" button and check for pixelation before saving. IF there is pixelation issues simply increase the number of colors one step at a time until pixelation stops.
  143.  
  144.  
  145. /*******************************************************************************************/
  146.  
  147. FIX SOCIAL NIGHTMARES: (why the hell would we want to pass good PR to social networks?)
  148.  
  149. Fixes Required: Add rel="nofollow" to social icons.
  150. Add Alt attribute to images.
  151.  
  152.  
  153.  
  154. Appearence -> Editor -> "Main Index Template" Index.php
  155.  
  156. Line 31:
  157. <a href="<?php echo blackbird_get_option('blackbird_facebook');?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon1.png" alt="" /></a>
  158.  
  159. CHANGE:
  160. <a href="<?php echo blackbird_get_option('blackbird_facebook');?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon1.png" alt="Our Facebook Page" /></a>
  161.  
  162. Line 37:
  163. <a href="<?php echo blackbird_get_option('blackbird_googleplus'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon2.png" alt="" /></a>
  164.  
  165. CHANGE:
  166. <a href="<?php echo blackbird_get_option('blackbird_googleplus'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon2.png" alt="Our Google Plus Page" /></a>
  167.  
  168. Line 43:
  169. <a href="<?php echo blackbird_get_option('blackbird_linkedin'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon3.png" alt="" /></a>
  170.  
  171. CHANGE:
  172. <a href="<?php echo blackbird_get_option('blackbird_linkedin'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon3.png" alt="Our Linkedin Profile" /></a>
  173.  
  174. Line 49:
  175. <a href="<?php echo blackbird_get_option('blackbird_twitter'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon4.png" alt="" /></a>
  176.  
  177. CHANGE:
  178. <a href="<?php echo blackbird_get_option('blackbird_twitter'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon4.png" alt="Our Twitter Feed" /></a>
  179.  
  180. Line 55:
  181. <a href="<?php echo blackbird_get_option('blackbird_youtube'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon5.png" alt="" /></a>
  182.  
  183. CHANGE:
  184. <a href="<?php echo blackbird_get_option('blackbird_youtube'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon5.png" alt="Our Youtube Channel" /></a>
  185.  
  186. Line 61:
  187. <a href="<?php echo blackbird_get_option('blackbird_rss'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon6.png" alt="" /></a>
  188.  
  189. CHANGE:
  190. <a href="<?php echo blackbird_get_option('blackbird_rss'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/social_icon6.png" alt="Our RSS Feed" /></a>
  191.  
  192. Line 67:
  193. <a href="<?php echo blackbird_get_option('blackbird_digg'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/digg.png" alt="" /></a>
  194.  
  195. CHANGE:
  196. <a href="<?php echo blackbird_get_option('blackbird_digg'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/digg.png" alt="Our Digg Page" /></a>
  197.  
  198. Line 73:
  199. <a href="<?php echo blackbird_get_option('blackbird_blogger'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/blogger.png" alt="" /></a>
  200.  
  201. CHANGE:
  202. <a href="<?php echo blackbird_get_option('blackbird_blogger'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/blogger.png" alt="Our Blogger Site" /></a>
  203.  
  204. Line 79:
  205. <a href="<?php echo blackbird_get_option('blackbird_mySpace'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/myspace-logo.gif" alt="" /></a>
  206.  
  207. CHANGE:
  208. <a href="<?php echo blackbird_get_option('blackbird_mySpace'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/myspace-logo.gif" alt="Our Myspace Page" /></a>
  209.  
  210. Line 85:
  211. <a href="<?php echo blackbird_get_option('blackbird_tumbler'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/tumbler.png" alt="" /></a>
  212.  
  213. CHANGE:
  214. <a href="<?php echo blackbird_get_option('blackbird_tumbler'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/tumbler.png" alt="Our Tumbler Blog" /></a>
  215.  
  216. Line 91:
  217. <a href="<?php echo blackbird_get_option('blackbird_pinterest'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/pinterest.gif" alt="" /></a>
  218.  
  219. CHANGE:
  220. <a href="<?php echo blackbird_get_option('blackbird_pinterest'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/pinterest.gif" alt="Our Pinterest Walls" /></a>
  221.  
  222. Line 97:
  223. <a href="<?php echo blackbird_get_option('blackbird_flicker'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker1.png" alt="" /></a>
  224.  
  225. CHANGE:
  226. <a href="<?php echo blackbird_get_option('blackbird_flicker'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker1.png" alt="Our Flicker Gallery" /></a>
  227.  
  228. Line 103:
  229. <a href="<?php echo blackbird_get_option('blackbird_be'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/be.png" alt="" /></a>
  230.  
  231. CHANGE:
  232. <a href="<?php echo blackbird_get_option('blackbird_be'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/be.png" alt="Our B.E. Page" /></a>
  233.  
  234. Line 109:
  235. <a href="<?php echo blackbird_get_option('blackbird_vimeo'); ?>" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/img/vimeo.png" alt="" /></a>
  236.  
  237. CHANGE:
  238. <a href="<?php echo blackbird_get_option('blackbird_vimeo'); ?>" target="_blank" rel="nofollow"><img src="<?php echo get_template_directory_uri(); ?>/img/vimeo.png" alt="Our Vimeo Channel" /></a>
  239.  
  240.  
  241. !!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!
  242.  
  243. REPEAT ABOVE STEPS FOR PAGE.PHP IF USING SILO'S
  244.  
  245. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  246.  
  247.  
  248. /*******************************************************************************************/
  249.  
  250. ALT ATTRIBUTES FOR LOGO/HEADER MISSING/BAD
  251.  
  252. Fixes Required = Add alt attributes on page.php
  253.  
  254.  
  255. Appearance -> Editor -> Page Template "page.php"
  256.  
  257. Line 29: alt="<?php bloginfo('name'); ?>"
  258. CHANGE: alt="<?php echo blackbird_get_option('logo_alt_text'); ?>"
  259.  
  260. Line 217: alt=""
  261. CHANGE: alt="<?php echo blackbird_get_option('header_alt_text'); ?>"
  262.  
  263.  
  264. /*******************************************************************************************/
  265.  
  266. FIX GOOGLE+ PR SIPHON
  267.  
  268. Fixes Required = Add nofollow to the google+ at bottom of page in page.php and index.php
  269.  
  270. Appearance -> Editor -> "Main Template" index.php
  271.  
  272. Line 328: rel="author"
  273. CHANGE: rel="author nofollow"
  274.  
  275. !!! REPEAT ON PAGE.PHP IF USING SILO'S !!!
  276.  
  277. Authorank pretty pointless now unless you have 1000's of local followers. No author images displayed in Rich Snippets. So personally I don't bother adding my G+ Authorship, despite having around 400 local followers. It doesn't provide any eyecandy in SERP's anymore, tis been nerfed, because they need ads to be the eyecandy! MOAR MONIES!!
  278. Guaranteed, a few months from now you will start seeing images in most ads. Even the rich snippet testing tool shows Matt Cutts blog without his face.
  279.  
  280.  
  281. /*******************************************************************************************/
  282.  
  283. BLOATED GOOGLE FONTS
  284. - Our theme doesn't even use them so probably not too bad, however I did see google api calls when loading page.
  285.  
  286. Fixes Required = Delete Google font API calls.
  287.  
  288. Appearance -> Editor -> "Header Template" header.php
  289.  
  290. Line 13: Delete whole line: <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,500,700' rel='stylesheet' type='text/css'>
  291.  
  292. Line 14: Delete whole line: <link href='http://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
  293.  
  294. WTF seriously? CABIN! That's one of the highest page load fonts available. We are supposed to be SEO's here not crappy designers.
  295.  
  296.  
  297. /*******************************************************************************************/
  298.  
  299. UNNEEDED CALLS TO "SHARE THIS"
  300.  
  301. Fixes Required = Delete API calls to "Share This"
  302.  
  303. Appearance -> Editor -> "Header Template" header.php
  304.  
  305. Line 21: Delete line: <!--<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
  306.  
  307.  
  308. /*******************************************************************************************/
  309.  
  310. UNNEEDED PINGBACKS
  311.  
  312. Fixes Required = Delete pingback link
  313.  
  314. Appearance - Editor -> "Header Template" header.php
  315.  
  316. Line 18: Delete line: <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  317.  
  318.  
  319. /*******************************************************************************************/
  320.  
  321. UNNEEDED RSS/ATOM
  322.  
  323. Fixes Required = Delete RSS/ATOM Links
  324.  
  325. Appearance -> Editor -> "Header Template" header.php
  326.  
  327. Line 15: Delete line: <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  328.  
  329. Line 16: Delete line: <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
  330.  
  331. Line 17: Delete line: <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
  332.  
  333.  
  334. /*******************************************************************************************/
  335.  
  336. TODO ! REMOVE ALL THESE FUCKING TAGS - WE DON'T USE THEM AND THEY ARE SECURITY HOLES FOR HACKERS (xmlrpc is at least)
  337.  
  338. <script type='text/javascript' src='http://www.example.com/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script>
  339. <script type='text/javascript' src='http://www.example.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
  340. <script type='text/javascript' src='http://www.example.com/wp-content/themes/ras-theme1/js/ddsmoothmenu.js?ver=3.9.1'></script>
  341. <script type='text/javascript' src='http://www.example.com/wp-content/themes/ras-theme1/js/jquery.flexslider-min.js?ver=3.9.1'></script>
  342. <script type='text/javascript' src='http://www.example.com/wp-content/themes/ras-theme1/js/slides.min.jquery.js?ver=3.9.1'></script>
  343. <script type='text/javascript' src='http://www.example.com/wp-content/themes/ras-theme1/js/jquery.prettyPhoto.js?ver=3.9.1'></script>
  344. <script type='text/javascript' src='http://www.example.com/wp-content/themes/ras-theme1/js/jquery.validate.min.js?ver=3.9.1'></script>
  345. <script type='text/javascript' src='http://www.example.com/wp-content/themes/ras-theme1/js/custom.js?ver=3.9.1'></script>
  346. <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.example.com/xmlrpc.php?rsd" />
  347. <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.example.com/wp-includes/wlwmanifest.xml" />
  348.  
  349.  
  350. /*******************************************************************************************/
  351.  
  352. TODO: LEAKY SILO DUE TO LOGO LINK.
  353.  
  354. The logo link needs to be removed. Or link to current page.
  355.  
  356.  
  357.  
  358. /*******************************************************************************************/
  359.  
  360. TODO: MORE HEADINGS
  361. Make Content title of paragraph 2 and 3 <h3> headings not <p> paragraph tags. Better SEO than continued paragraphs.
  362.  
  363.  
  364. /*******************************************************************************************/
  365.  
  366. TODO: ADD CONTENT SECTION BELOW VIDEO
  367. Add 2-4 Paragraphs below video for better content purposes. Realistically if we are aiming for good On-site SEO,
  368. we should be aiming for around 1700 words on the page. Which is awfully hard to do for local business, but the option should be there
  369. for people.
  370.  
  371. /*******************************************************************************************/
  372.  
  373. TODO: DIFFERENT IMAGES PER PAGE
  374. Make display image custom per SILO page, add to array data in meta.php and add an If-Else statement in page.php to display image per page_ID.
  375.  
  376.  
  377. /*******************************************************************************************/
  378.  
  379. TODO: PLUGIN IS BROKEN AND SENDS MAIL VIA "WEBMASTER@EXAMPLE.COM"
  380. Current work-around. Open plugin and CTRL F find "webmaster" and then replace all copies with your own email. There's 4 copies.'
  381.  
  382. /*******************************************************************************************/
  383.  
  384. TODO: PLUGIN USES HEADINGS INSTEAD OF STYLING PLAIN TEXT
  385. Plugin uses <h1>RENT THIS PAGE FOR INSTANT SALES ONLY $1000 PER MONTH</h1>
  386. needs to be plain text, makes it difficult to rank for "Dentist New York", when your page infers something else entirely.
  387.  
  388. /*******************************************************************************************/
  389.  
  390. TODO: CLICK TO PHONE
  391.  
  392. Fixes Required: Clickable Phone Number: Mobile search accounts for 40% of all internet traffic (dec 2013)
  393. In local services searches this number is even higher. Website needs to be mobile optimised.
  394.  
  395. Some customers probably won't want you to overlay their site on yours. So click to phone is best option here'
  396.  
  397. Add <a href="tel:0404660240"><address class="phone-number">0404 660 240</address></a>
  398.  
  399. And add stylings based on previous style using .phone-number class.
  400.  
  401.  
  402. /******************************************/
  403. /*********** CUSTOMISATION TIPS ***********/
  404. /******************************************/
  405.  
  406. PHONE NUMBER CTA:
  407.  
  408. Fixes Required = None
  409.  
  410. Appearence -> Editor -> "Main Index Template" Index.php
  411.  
  412. Line 119:
  413. <span>CALL US NOW</span>
  414.  
  415. CHANGE
  416. <span> Your Custom Text </span>
  417.  
  418. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  419. ! REPEAT FOR PAGE.PHP IF USING SILO'S !
  420. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  421.  
  422. /*******************************************************************************************/
  423.  
  424. STYLE' - COLOR SILO LINKS:
  425.  
  426. Fixes Required = Looks Fugly / Too Dark
  427.  
  428. Appearence -> Editor -> "Stylesheet" style.css
  429.  
  430. Line 1079: (last line)
  431. .footer_section a small{ display:inline-block; color:#000; font-size:16px;}
  432.  
  433. CHANGE:
  434. .footer_section a small{ display:inline-block; color:#6a6a6a; font-size:16px;}
  435.  
  436.  
  437. To customise further simply add CSS styles after line 1079 or append the "!important" tags. For example:
  438. .footer_section a small{
  439. display:inline-block !important;
  440. color:#6a6a6a !important;
  441. font-size:22px !important;
  442. }
  443.  
  444. !important forces your css to take preceedence. Css styles take preceedence in the following way, styles at top of the document get displayed first,
  445. styles towards end of document get displayed last. So if you have color:#000; at top of the document then color:#fff; at end of the document
  446. the color:#fff; will take a higher priority and color your text white.
  447. Lastly '!important' over-rules those again. So if you have color:#000; at beginning, color:#e5e3ab !important; in middle and
  448. color:#fff; at the end the color:#e5e3ab; will be displayed with priority.
  449.  
  450.  
  451. /*******************************************************************************************/
  452.  
  453. /*******************************************************************************************/
  454.  
  455. /*******************************************************************************************/
  456.  
  457. /*******************************************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement