RE: Sitemapper 5.1 Now Available! -...

User 597929 Photo


Registered User
1,332 posts

Okay, sorry, there are two links, I failed to mention that, my bad. The one that's inside the iframe area is this:

<iframe id = "SpinRants" src ="http://spinrants.spinland.biz" width="930" height="650" align="middle" frameborder="0" marginwidth="0" >
<p>
Your browser does not support iframes. Please click <a href="http://spinrants.spinland.biz">here</a>.
</p>
</iframe>


But if you look a few lines above that, there's another link that always gets displayed that's outside the iframe:

<div style="left: 28px; width: 919px; position: absolute; font-size: 16pt; font-family: Arial; text-align: center; color: #BE6200; top: 798px;">
<div style="">
<div class="xr_tl" style="left: 9px; top: -20px; width: 853px;">If your browser has trouble displaying the blog above you can access it directly by clicking <span style=""><a onmousemove="xr_mo(this,0)" onclick="return(xr_nn());" href="http://spinrants.spinland.biz" >here</a></span >.</div>

</div>
</div>
<div class="xr_ap" style="left: 22px; top: 115px; width: 931px; height: 650px;">


That's the one I was hoping Site Mapper would glom onto.
"You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa

Visit Spinland Studios: http://www.spinland.biz
User 103173 Photo


VP of Software Development
0 posts

Jo Ann wrote:
I think the problem is if I do an exclusion for that page, it won't do subitems either then will it? Some of these "page" links have child links in them. I don't want the actual link to the "page" link in there but the child links need to be counted. How do I do that?

I think I figured it out. Our software seems to make the assumption that if there is a http://accessoriesoftheworld.com/blog/t … ers/page/2 that there must be a http://accessoriesoftheworld.com/blog/t … tters/page because it is a sub-folder of that. We can't remove that from the sitemap because the folder 2 is a child of /page

Make sense?
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 103173 Photo


VP of Software Development
0 posts

Spinny wrote:
Okay, sorry, there are two links, I failed to mention that, my bad. The one that's inside the iframe area is this:

<iframe id = "SpinRants" src ="http://spinrants.spinland.biz" width="930" height="650" align="middle" frameborder="0" marginwidth="0" >
<p>
Your browser does not support iframes. Please click <a href="http://spinrants.spinland.biz">here</a>.
</p>
</iframe>


But if you look a few lines above that, there's another link that always gets displayed that's outside the iframe:

<div style="left: 28px; width: 919px; position: absolute; font-size: 16pt; font-family: Arial; text-align: center; color: #BE6200; top: 798px;">
<div style="">
<div class="xr_tl" style="left: 9px; top: -20px; width: 853px;">If your browser has trouble displaying the blog above you can access it directly by clicking <span style=""><a onmousemove="xr_mo(this,0)" onclick="return(xr_nn());" href="http://spinrants.spinland.biz" >here</a></span >.</div>

</div>
</div>
<div class="xr_ap" style="left: 22px; top: 115px; width: 931px; height: 650px;">


That's the one I was hoping Site Mapper would glom onto.

Unfortunately our software can't pickup those links either. I will check with our programmers to see if there is anything we can tweak.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 38401 Photo


Senior Advisor
10,951 posts

Scott Swedorski wrote:
Jo Ann wrote:
I think the problem is if I do an exclusion for that page, it won't do subitems either then will it? Some of these "page" links have child links in them. I don't want the actual link to the "page" link in there but the child links need to be counted. How do I do that?

I think I figured it out. Our software seems to make the assumption that if there is a http://accessoriesoftheworld.com/blog/t … ers/page/2 that there must be a http://accessoriesoftheworld.com/blog/t … tters/page because it is a sub-folder of that. We can't remove that from the sitemap because the folder 2 is a child of /page

Make sense?


Makes perfect sense, but... will that not cause problems or will that just be something ignored for the most part? I just don't want these blank nothing pages that end up in 404 listings to show up in Google somewhere. If it doesn't cause any problems, then I guess it don't matter.
User 103173 Photo


VP of Software Development
0 posts

Jo Ann wrote:
Scott Swedorski wrote:
Jo Ann wrote:
I think the problem is if I do an exclusion for that page, it won't do subitems either then will it? Some of these "page" links have child links in them. I don't want the actual link to the "page" link in there but the child links need to be counted. How do I do that?

I think I figured it out. Our software seems to make the assumption that if there is a http://accessoriesoftheworld.com/blog/t … ers/page/2 that there must be a http://accessoriesoftheworld.com/blog/t … tters/page because it is a sub-folder of that. We can't remove that from the sitemap because the folder 2 is a child of /page

Make sense?


Makes perfect sense, but... will that not cause problems or will that just be something ignored for the most part? I just don't want these blank nothing pages that end up in 404 listings to show up in Google somewhere. If it doesn't cause any problems, then I guess it don't matter.

It shouldn't cause any problems at all.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 38401 Photo


Senior Advisor
10,951 posts

kk thanks, I won't worry bout those and I'll just remove the dead links from the SCC and call it good, :)
User 103173 Photo


VP of Software Development
0 posts

Spinny

Something I didn't even see last night is this. Your website here is at http://www.spinland.biz/blog.html but in the iframe and link you point to another domain, http://spinrants.spinland.biz Even though it is the same domain, it has a different host name. The software will only spider links on the same host name/domain name.

Keeping track of a Website hierarchy on another host name would be difficult at best.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 597929 Photo


Registered User
1,332 posts

Ah, that makes sense. So it won't spider links that are fully-referenced, like "http://somewhere.else.org."
"You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa

Visit Spinland Studios: http://www.spinland.biz
User 103173 Photo


VP of Software Development
0 posts

Spinny wrote:
Ah, that makes sense. So it won't spider links that are fully-referenced, like "http://somewhere.else.org."

Correct.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 597929 Photo


Registered User
1,332 posts

The good news is the "external address" is really hosted on the same server and in the main directory tree. I just changed the link to use a local reference and SM grabbed it right up.
"You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa

Visit Spinland Studios: http://www.spinland.biz

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.