What sort of URL structure should be used to display AMP HTML vs vanilla HTML [closed] - seo

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
There's an existing wordpress plugin that creates AMP formats automatically by adding /amp onto the end of any posts URL. I'm worried about duplicating my content at multiple URLs and wondering if adding some parameter like ?v=amp would be better? Also, if a parameter is used to render the page via AMP, how do we let Google know about these pages? Can we submit a separate AMP sitemap?

The AMP standard uses a Canonical link to define the original source and a link rel=amphtml on the canonical page to point to the amp version. Google understands both so no action is needed on your part if you amp pages pass validation.

Related

How to exclude certain portions of my website from bots/web crawlers? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 months ago.
Improve this question
I have made custom segments/blocks around my website which I use it for advertising/marketing. Google search bots are considering those as part of my website and gets confused of what my site really is versus advertisement.
This negatively impacts my SEO. Is there a way I can register or use certain directives or elements to inform google and other bots to avoid crawling that portion or even if crawled should not be considered as part of that page.
I am aware of robots.txt file but that is for an entire page. I would like to block a certain blocks within each page. This could be a side bar a floating bar.
there's no way to ensure all bots don't index parts of a page. it's kind of a all or nothing thing.
can could use a robots.txt file and with
Disallow: /iframes/
then load the content you don't want indexed into iframes.
there's also the data-nosnippet-attr tag attribute.

Does document format change behaviour of Google bot in terms of SEO? Like /path and /path.htm .html .php [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I was told to delete ".html" from web application links in order to be better seen by Google bot. So example.com/path/to/resource.html should be example.com/path/to/resource. I didn't find any document saying that format of the resource, placed in urls, has any influence as such. No matter if it's php, htm, html or any other aspx.
So, how is it? Does omitting the .html, or any other format, make any difference to Google bot?
No not at all. You don't get more or lose ranking because of that. It is not worth the effort.

Use a Google plus page as "author" [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I would like to add the "link" tag to my site with "author" attribute.
Generally it could be useful to insert a g+ profile link, but is it a good idea to put, instead a profile, a g+ page? Or in this way I've not benefits of add this tag?
I can't tell whether Google accepts a page instead of a profile,
but I can tell you that the Google Webmastertools offer a way to try it:
http://www.google.com/webmasters/tools/richsnippets
Insert your URL or HTML and give it a try.
I have the page in german, but you'll get a green "author successful" message if it works,
it will display your profile link and name.

How does Stack Overflow formatting works? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I just wanted to know that how does this formatting works.I mean I need to enclose my code with ctrl+k.How this works programmatically in Java?
This answer by some guy called "Jeff Atwood" (who seems to know what he's talking about) suggests that you should take a look here: https://code.google.com/p/pagedown/
From that site:
PageDown is the version of Attacklab's Showdown and WMD as used on Stack Overflow and the other Stack Exchange sites.
It includes a converter that turns Markdown into HTML, a Markdown editor with realtime preview of the generated HTML, and a few useful plugins, e.g. for sanitizing the generated HTML according to a whitelist of allowed tags.
The Markdown converter can be used both in the browser (usually in conjunction with the editor, to display a real time preview), and on the server using Node.JS.

Is there a way to take a screenshot of an entire HTML page including content below the fold? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
For an app demo explanation, I'd like to take a screenshot and mark it up with explanations. For that reason, I'd like the screen image to be contiguous and not cut up into multiple screenshots to explain one page.
Is there a way to take a screenshot of an entire HTML page including content below the fold?
there is firefox plugin screengrab and also web page browsershots
we have solved this problem with usersnap.com! It's easy to install and you don't have to care about the technical details behind.