Questions tagged [dynamic]
81 questions
11
votes
6 answers
Is it necessary/useful to build a sitemap for a small website?
I've created several small scale websites, usually for small businesses. They usually contain some information about the company, a contact form, and sometimes a few dynamic parts : news, pictures, etc.
I could generate XML sitemaps for these…
Wookai
- 1,617
- 18
- 20
7
votes
2 answers
SEO for pages that load from a database?
I developed a website that has only one page in the public html directory (index.php). All content is dynamically loaded as different pages.
I believe that what we type into this site is stored in a database, and that the search engine finds these…
S L
- 177
- 1
- 5
5
votes
1 answer
Dynamic content using .append() or .innerHTML() and SEO
I was looking for some clarification on something I am looking to implement, I would like to know how a Google Crawl will see this and if it would be detrimental to SEO.
On my webpage I have an empty h1 tag with an id
And within…
GoldenGonaz
- 153
- 5
4
votes
2 answers
Variable contents depending on user agent and SEO
I have a specific page that gives instructions to install/uninstall a software.
Depending on the type of device visiting, the instructions are different, the rest of the page being the same. The amount of variable text approximately is the same as…
Joan
- 155
- 4
4
votes
1 answer
Hosting Dynamic Content on GitHub?
Is it possible to host dynamic content through GitHub:Pages? More specifically, we are using GitHub Enterprise, so we have a little more control, but I'm not aware of what dynamic content languages (Ruby, Python, ???) we might be able to use.
Nicholas Pappas
- 143
- 1
- 4
4
votes
3 answers
Can I use a query parameter for SEO, or do I need to create a URL path for each page?
I am building a open blog website which users can create posts. Whenever a user creates post, it is being inserted to database and fetching its heading from database in the main page. Whenever a visitor clicks the heading of some post, it goes to a…
dudi
- 43
- 3
4
votes
2 answers
How do I see the event label of a dynamic element for Google Analytics?
On our webpage we installed a remarketing banner through Marketo that would appear if certain criteria are met (user adds item to cart then abandons it to go to another page on our site). I'm trying to track clicks on this banner through Google…
WindRTP
- 41
- 1
- 3
3
votes
1 answer
How to setup an AdSense crawler login that supports a range of dynamic URLs?
I have a website that largely features dynamic content. Every piece of dynamic content has it's own URL, such as "www.example.com/page/\*/\*"
The problem I have is that many of these pages require a user to be logged in. I have read about AdSense…
JustinLovinger
- 131
- 1
3
votes
4 answers
Should I use 'robots.txt' or 'sitemap.xml' to get dynamically created files indexed in search engines?
I've structure my video site like this:
/ (root)
index.html
-/videos
-/video-id1 (dynamically generated subdirectory when user uploads a video)
/index.html (dynamically generated file when user uploads a video)
The subdirectories and…
Vedant Terkar
- 133
- 8
3
votes
2 answers
How do I make a sprite full of different images (hover, non-hover, etc)?
I understand there are tools on the net to make a sprite, but I'd like to learn how to create icons for the different states of the icon. Is there an easy way to make all these different variations of this icon:
(Also, can you tell me how I can…
makerofthings7
- 358
- 1
- 8
3
votes
0 answers
Are orphan pages on a job board an SEO problem?
Working on a website that also has a job board, and over 4000 active job ads. All of these ads are listed on a single "job board" page, and not linked to from anywhere else. Both Ahrefs and SEMRush are thus listing all of these job ad pages as…
Michael
- 41
- 2
3
votes
1 answer
Is a dynamic page title tag updated by JavaScript bad for SEO?
I was on Infinium's (web/app design agency) blog and noticed that when I clicked on another tab in my browser, the title tag changed from "Best Rails image uploader..." (the title of the post) to "Come back, we miss you!".
From an SEO standpoint, I…
James Randolph
- 429
- 3
- 12
3
votes
4 answers
Single site web proxy
I want to create a dynamic mirror or a single site web proxy for my blog on a different domain. I have access to a php based web hosting, I own the content on the original site and due to low traffic I think bandwidth is not a issue at all. What…
Szere Dyeri
- 153
- 4
2
votes
1 answer
SEO - does Google read dynamic canonical tags?
I used the following code to redirect all the HTTP pages of a site to the https:// version.