1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Only Homepage showing up in Sitemap

Discussion in 'HTML & Website Design' started by Evan B, Jul 10, 2018.

  1. #1
    this website, https://www.purever.in/, when ran through the sitemap generator only logs the first page. Wondered if anyone knew why
     
    Evan B, Jul 10, 2018 IP
  2. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    818
    Best Answers:
    7
    Trophy Points:
    320
    #2
    If anyone knew why, this question would have already been answered.
     
    mmerlinn, Jul 11, 2018 IP
  3. Karen May Jones

    Karen May Jones Prominent Member

    Messages:
    3,469
    Likes Received:
    290
    Best Answers:
    1
    Trophy Points:
    380
    #3
    You need to tick off the boxes for the things you want indexed. Choose pages, posts, categories, tags... if that is what you want on the map. Also you might need to refresh the map to pick up the changes. Also, the map may take a while to run and create the correct list. Are you using a plug in on wordpress? I didn't look at the coding of your site.
     
    Karen May Jones, Jul 11, 2018 IP
  4. Evan B

    Evan B Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    It doesn't look like its a wordpress site, and i believe he was using this, https://www.xml-sitemaps.com/ to create his map, it was just an issue someone was having in a fb group and i was very curious as to why, ive never had a problem making a site map before, i couldnt see any glaring issues in the code but yet again im not the strongest coder, i know theres lots of talented people on here just curious if anyone knew why somethin like that might happen
     
    Evan B, Jul 12, 2018 IP
  5. Evan B

    Evan B Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    lol, good point.
     
    Evan B, Jul 12, 2018 IP
  6. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #6
    There are no anchors to any other parts of the site in the markup... your entire navigation appears to be built with scripttardery , with ZERO scripting off graceful degradation. As such there is NOTHING there for any automated tool to follow or index.

    THIS is why you don't use JavaScript to do HTML and CSS' bloody job!

    Though overall it is entirely what I've come to expect when sleazy dirtbag half-witted mentally enfeebled SCAMS like bootcrap and jquery gets slopped into a page any-old-way.

    Sorry to tell you this, but what you have is just another laundry list of how NOT to build a website, and if you brought that to me as a client I would say to pitch it in the trash and start over. Someone saddled you up and took you for a ride. Hence the ridiculous 21k of markup -- more than half of it "JS for nothing" -- for 4.4k of plaintext.

    ... and that's before we talk the design faux-pas like that hot and trendy but ultimately useless fullscreen slider junk, the overstuffed keywords meta, etc, etc...
     
    Last edited: Jul 13, 2018
    deathshadow, Jul 13, 2018 IP
  7. Evan B

    Evan B Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #7
    hmm interesting, yeh not my site, just saw this issue and was curious as to why the issue was occurring, i always make it a point to learn something before i personally run into the issue but like i said ive never had a problem generating site maps for my sites so i was curious to what this person was doing wrong, thanks for your input
     
    Evan B, Jul 13, 2018 IP
  8. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #8
    Just to illustrate what I mean, there is likely ZERO legitimate reason for the code of that site to be much more than:

    
    <!DOCTYPE html><html lang="en"><head><meta charset="utf-8">
    <meta
    	name="viewport"
    	content="width=device-width,height=device-height,initial-scale=1"
    >
    <meta
    	name="description"
    	content="Protect your family's health with World's Strongest Stainless Steel Water Tank. Highlights: Best Residential Water Tank, Stainless Steel Water Tanks for House."
    >
    <meta
    	name="keywords"
    	content="Stainless,Steel,Water,Tank,Volume,Calculator,India,Homes"
    >
    <meta
    	property="og:image"
    	content="http://www.purever.in/images/tank_uses.png"
    >
    <meta
    	name="twitter:image"
    	content="http://www.purever.in/images/tank_uses.png"
    >
    <link
    	rel="stylesheet"
    	href="template/screen.css"
    	media="screen,projection,tv"
    >
    <title>Purever</title>
    </head><body>
    
    <div id="top">
    	<h1>Purever</h1>
    	<input type="checkbox" id="mainMenuShowHide">
    	<label for="mainMenuShowHide"></label>
    	<ul id="siteMenu">
    		<li><a href="http://blog.purever.in/">Blogs</a></li>
    		<li><a href="resources.html">Resources</a></li>
    		<li><a href="faq.html">faq</a></li>
    		<li><a href="help_support.html">Help and Support</a></li>
    		<li><a href="dealer.html">Dealer</a></li>
    		<li class="phone">+1800-120-6232</li>
    	</ul>
    	<ul id="mainMenu">
    		<li class="current"><a href="index.html">Home</a></li>
    		<li>
    			<span>About Us</span>
    			<ul>
    				<li><a href="company-profile.html">Company Profile</a></li>
    				<li><a href="why_choose.html">Why Purever ?</a></li>
    				<li><a href="why-stainless-steel.html">Why Stainless Steel</a></li>
    				<li><a href="quality-policy.html">Quality Policy</a></li>
    			</ul>
    		</li><li>
    			<span>Residential</span>
    			<ul>
    				<li><a href="water_tanks.html">Water Tanks</a></li>
    				<li><a href="water_filters.html">Water Filters</a></li>
    			</ul>
    		</li>
    		<li><a href="commercial.html">Commercial</a></li>
    		<li><a href="customized.html">Customized</a></li>
    		<li><a href="tank_calculator.html">Tank Calculator</a></li>
    		<li><a href="specification.html">Specifications</a></li>
    		<li><a href="contact.html" title="contact">Contact us</a></li>
    	</ul>
    <!-- #top --></div>
    
    <div id="carousel">
    	<img src="images/banner11.jpg" alt="describe this slide">
    	<img src="images/banner12.jpg" alt="describe this slide">
    	<img src="images/banner13.jpg" alt="describe this slide">
    <!-- #carousel --></div>
    
    <div id="whyChoosePurever"><div class="widthWrapper">
    
    	<h2>Why do you choose Purever </h2>
    	<p>
    		As the name denote, Purever provides complete and hygienic water storage solutions. Purever is the largest manufacturer of stainless steel water tanks using tons of high grade materials. From residential to commercial plus customize stainless steel water tanks, Purever specializes in every particular area of stainless steel water tanks regarding construction, installation and servicing.  For intact water safety and maintaining its temperature every stainless steel water tank is covered with dual protective coating. At every step of construction, every single stainless steel water tank is monitored carefully for long and durable performance at every weather conditions.  While installation of these water tanks only stainless steel custom fittings are used.
    	</p>
    
    	<div class="cardSet">
    
    		<div id="experience">
    			<h3>30 years of Experience</h3>
    			<p>
    				Over the past 30 years, Purever gained truly exceptional individuals. Purever Stainless Steel Water Tanks are one of the most recognized and respected manufacturers of both domestic and commercial tanks in the world.
    			</p>
    		<!-- #experience --></div>
    
    		<div id="lifeCare">
    			<h3>Life Care Company</h3>
    			<p>
    				We have provided products and services that care about all aspects of life. We take ‘Goodness' as our business philosophy that we contribute to creating a better world through what we are doing.
    			</p>
    		<!-- #lifeCare --></div>
    
    		<div id="healthAndSafety">
    			<h3>Health and safety</h3>
    			<p>
    				Standardization of safety policies, procedures, &amp; reporting, ensuring adherence to health and safety regulations, safety training, and provision of adequate resources to sustain a successful safety culture and program.
    			</p>
    		<!-- #healthAndSafety --></div>
    
    		<div id="sustainability">
    			<h3>Sustainability</h3>
    			<p>
    				We believe that our steel Products are integral parts of a sustainable consumer society and of this we are very proud. We constantly reshape the future of stainless and specialty steel to the benefit of our customers
    			</p>
    		<!-- #sustainability --></div>
    
    	<!-- .cardSet --></div>
    
    <!-- .widthWrapper, #whyChoosePurever --></div></div>
    
    <div id="tankUses"><div class="widthWrapper">
    	<h2>Tank Uses</h2>
    	<p>
    		Using plastic &amp; concrete water tanks for water storage is very unsafe, as it leads to many health hazard issues. Purever stainless steel water tank is the answer to all these impurities and contaminated water tanks. While using the stainless steel water tanks for the storage, you will clearly find the difference in the quality of water. To protect water freshness, stainless steel water tanks are shaped very carefully with sealed inlet and outlet fittings avoiding any growth of bacteria inside the tank. Purever Stainless Steel Water Tanks is hygienically qualified to tackle any weather conditions and preserving the quality of water.
    	</p>
    	<img
    		src="images/tank_uses.png"
    		alt="DESCRIBE THIS IMAGE!"
    		class="plate"
    	>
    <!-- .widthWrapper, #tankUses --></div></div>
    
    <div id="researchAndTech">
    	<h2>Research &amp; Technology </h2>
    	<p>
    		Purever Bring Wellness for Better <strong>World</strong> for Better <strong>Future</strong>
    	</p>
    	<ul>
    		<li class="products">
    			<a href="#">
    				The Right Products
    			</a>
    		</li>
    		<li class="expertise">
    			<a href="#">
    				Design Expertise
    			</a>
    		</li>
    		<li class="regulation">
    			<a href="#">
    				Meet the Regulation
    			</a>
    		</li>
    		<li class="supply">
    			<a href="#">
    				Confidence in Supply
    			</a>
    		</li>
    		<li class="installation">
    			<a href="#">
    				Monitored Installation
    			</a>
    		</li>
    		<li class="warranties">
    			<a href="#">
    				Full Warranties
    			</a>
    		</li>
    		<li class="maintennance">
    			<a href="#">
    				Planned Maintenance
    			</a>
    		</li>
    	</ul>
    <!-- #researchAndTech --></div>
    
    <div id="optimizedSolution">
    	<h2>Optimized Water Solution</h2>
    	<img
    		src="images/imageee.jpg"
    		alt="Stainless Steel Water Tank 2000 Liter"
    		class="plate"
    	>
    	<div class="subsection">
    		<p>
    			Purever stainless steel water tanks offers 100% safe and secure water storage solutions, more reliable than plastic and concrete water tanks. Stainless steel water tank is very much capable of handing the pace of complexities which other materials cannot succeed in. With zero maintenance, stainless steel water tank is not only efficient in terms of health but also a cost effective creation by Purever.
    		</p>
    	<!-- .subsection --></div>
    <!-- #optimizedSolution --></div>
    
    <div id="preFooter"><div class="widthWrapper">
    
    	<div id="contactInfo">
    		<h2>Contacts and Location</h2>
    		<ul>
    			<li class="address">#171, Ground floor, Vaishali Pitampura</li>
    			<li class="mail"><a href="mailto:sales@purever.in">sales@purever.in</a></li>
    			<li class="phone"><a href="tel:1800-120-6232">1800-120-6232</a></li>
    		</ul>
    	<!-- #contactInfo --></div>
    
    	<div id="productsAndServices">
    		<h2>Products &amp; Services</h2>
    		<ul>
    			<li><a href="water_tanks.html">Residential Water Tanks</a></li>
    			<li><a href="commercial.html">Commercial Water Tanks</a></li>
    			<li><a href="customized.html">Steel Customize Tanks</a></li>
    			<li><a href="#">Available in different capacities</a></li>
    			<li><a href="tank_calculator.html">Water Tank Calculator</a></li>
    			<li><a href="faq.html">FAQ</a></li>
    			<li><a href="specification.html">Specifications</a></li>
    		</ul>
    	<!-- #productsAndServices --></div>
    
    	<div id="enquiry">
    		<h2>Enquiry</h2>
    		<ul>
    			<li><a href="#">Legal Information</a></li>
    			<li><a href="cookie_policy_control.html">Cookie Policy &amp; Control</a></li>
    			<li><a href="website-privacy-notice.html">Website Privacy Notice</a></li>
    			<li><a href="terms-conditions-of-website-use.html">Terms &amp; Conditions of Website Use</a></li>
    		</ul>
    	<!-- #enquiry --></div>
    
    	<hr>
    	<ul id="social">
    		<li class="facebook">
    			<a href="https://www.facebook.com/purevertanks/">
    				facebook
    			</a>
    		</li>
    		<li class="twitter">
    			<a href="https://twitter.com/purevertanks">
    				Twitter
    			</a>
    		</li>
    		<li class="pinterest">
    			<a href="https://in.pinterest.com/purever/purever-stainless-steel-water-tank/">
    				pInterest
    			</a>
    		</li>
    		<li class="linkedIn">
    			<a href="https://www.linkedin.com/company/13276462/">
    				linkedIn
    			</a>
    		</li>
    		<li class="blogger">
    			<a href="http://pureverwatertanks.blogspot.in/">
    				Blogger
    			</a>
    		</li>
    	</ul>
    
    <!-- .widthWrapper, #preFooter --></div>
    
    <div id="footer"><div class="widthWrapper">
    	<a href="#top" class="backToTop">Back to Top<br></a>
    	Copyright 2018 by Purever.<br>
    	Crafted @ <a href="http://www.codebibber.com/">CodeBibber</a>
    <!-- #footer --></div></div>
    
    <a href="#quoteNow" id="quoteNowLink"></a>
    
    <form action="" method="post" id="quoteNow">
    	<fieldset>
    		<label for="quoteNow_name">Name:</label><br>
    		<input type="text" name="call_name" id="quoteNow_name"><br>
    		<label for="quoteNow_mail">E-Mail:</label>
    		<input type="text" name="call_email" id="quoteNow_mail"><br>
    		<label for="quoteNow_message">Message:</label>
    		<textarea name="call_message" id="quoteNow_message"></textarea><br>
    		<button>SEND YOUR MESSAGE</button>
    	</fieldset>
    </form>
    
    <script src="scripts/library.js"></script>
    
    </body></html>
    
    Code (markup):
    Apart from the broken "framework" idiocy -- edit -- THEY got saddled up by. 9.55k of markup where theirs is loading 21k -- and scripttardery is generating over 40k not even counting the size of the external scripts against it. The ONLY thing that even warrants the use of JavaScript is the smooth scroll and that slideshow, and any decent slideshow script really shouldn't need more HTML than what I just provided.

    Though again I'd put serious thought into axing the massive silly slideshow that doesn't even fit the aspect ratio of most screens, and instead focus on putting CONTENT there that reflects what the visitor might actually be on asite to do -- like learn about products and contact you. (instead of hiding the contact behind nothingness or 'below the fold')

    IF the site had been written that way, sitemap creators, search engines, and other non-visual UA's (like screen readers and braille readers) would have ZERO difficulty working its way through that page. It would also load faster and make better use of caching models across pages with like styles since we can move ALL the presentational nonsense out of the markup and into the stylesheet where it belongs.

    ... though since you just posted it's not your site, care to see the kid gloves come off and have me tell you what I REALLY think about the codebase?
     
    deathshadow, Jul 13, 2018 IP
  9. Evan B

    Evan B Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #9
    not really lol, if it was my site i might be interested in your thoughts on the coding, but like i said i was just curious about why somethin like that would happen and you answered with your first reply... maybe ill find the guy and send him here and you can tell him lol, he operates in India I believe prolly working for dirt pay so im sure he just reuses templates that are poorly coded who knows... but again thanks for input bud! have a good day!
     
    Evan B, Jul 15, 2018 IP
  10. Jim Catanich

    Jim Catanich Greenhorn

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #10
    May I suggest that you refer to how you use the anchor text html command "<a href…" It doesn't seem that you have coded them correctly. Here is an example from you code:


    <article>
    <!-- normal -->
    <a href="#">
    <div class="ih-item sol1">
    <div class="inner_solution">
    <div class="solution"> <img src="images/sol5_icon.png" alt="right_product">
    <p>Monitored Installation</p>
    </div>
    </div> <img src="images/sol5.png" alt="our solution" class="blend"> <span><img src="images/sol5_under.png" alt="our solution"></span> </div>
    </a>
    <!-- end normal -->
    </article>


    You are missing the url to the page you are discussing here. The # sign is not a link.

    User the following html code for now like : <a href="https://www.catanich.com">Link to my next page</a>

    By doing this, the sitemaps will pick up this link and so will google.
     
    Jim Catanich, Aug 12, 2018 IP